Započeo LudiYoutuber65
•24. Maj 2021.Pitanje za glad sistem
410
pregleda
2
postova
Hustler
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
90 / 100 XP
Početnik(0)
88
Postovi:
13
Teme:
Pridružio se:Apr. 2021
24. Maj 2021.
Problem(error/warning):Uzeo sam glad sistem sa ovog site i sad umjesto crtica želim da uradim da se pokazuju u tdovima,kako?
Deo skripte:
Deo skripte:
stock CheckGlad(playerid)
{
if(GladInfo == 5)
{
PlayerTextDrawSetString(playerid, GTD, "\
~w~\
~g~-\
~n~\
-\
~n~\
-\
~n~\
-\
~n~\
-");
PlayerTextDrawShow(playerid, GTD);
}
else if(GladInfo == 4)
{
PlayerTextDrawSetString(playerid, GTD, "\
~w~\
-\
~n~\
~g~-\
~n~\
-\
~n~\
-\
~n~\
-");
PlayerTextDrawShow(playerid, GTD);
}
else if(GladInfo == 3)
{
PlayerTextDrawSetString(playerid, GTD, "\
~w~\
-\
~n~\
-\
~n~\
~g~-\
~n~\
-\
~n~\
-");
PlayerTextDrawShow(playerid, GTD);
}
else if(GladInfo == 2)
{
PlayerTextDrawSetString(playerid, GTD, "\
~w~\
-\
~n~\
-\
~n~\
-\
~n~\
~g~-\
~n~\
-");
PlayerTextDrawShow(playerid, GTD);
}
else if(GladInfo == 1)
{
PlayerTextDrawSetString(playerid, GTD, "\
~w~\
-\
~n~\
-\
~n~\
-\
~n~\
-\
~n~\
~g~-");
PlayerTextDrawShow(playerid, GTD);
}
else if(GladInfo >= 6)
{
GladInfo = 5;
PlayerTextDrawSetString(playerid, GTD, "\
~w~\
~g~-\
~n~\
-\
~n~\
-\
~n~\
-\
~n~\
-");
PlayerTextDrawShow(playerid, GTD);
}
return 1;
}Hustler
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
90 / 100 XP
Početnik(0)
88
Postovi:
13
Teme:
Pridružio se:Apr. 2021
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava