07.01.2013, 12:31
(
Последний раз редактировалось ancezas; 07.01.2013 в 13:10.
)
hi, i create script like this:
but it's doesnt hide the textdraw, the other TD is just showing on the old one
pawn Код:
new Text:Textdraw1;
pawn Код:
TextDrawHideForPlayer(playerid, Text:Textdraw1);
format ( string , sizeof ( string ) , "~r~Vieta: ~w~%d" , place) ;
Textdraw1 = TextDrawCreate(557.000000,331.000000,string);
TextDrawShowForPlayer(playerid, Text:Textdraw1);