SA-MP Forums Archive
Textdraw Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Textdraw Help (/showthread.php?tid=224391)



Textdraw Help - buzifej - 11.02.2011

i can't see the textdraw
what the problem?

Код:
if(IsPlayerInAnyVehicle(playerid))
{
format(strt,sizeof(strt),"~>~~w~Vehicle Name: ~r~%s ~w~Vehicle Health: ~r~%.f/100~<~ ",strt),TextDrawSetString(Textdraw60,strt);
}
else
{
format(strt,sizeof(strt),"~>~~w~Vehicle Name: ~r~//~w~Vehicle Health: ~r~//~<~ ",strt),TextDrawSetString(Textdraw60,strt);
}