11.02.2011, 18:16
i can't see the textdraw
what the problem?
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); }