Pitanje za glad sistem

24. Maj 2021.
391
pregleda
2
postova
LudiYoutuber65
3
Hustler
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:
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;
}
LudiYoutuber65
3
Hustler
24. Maj 2021.
Sređeno

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha