05.05.2011, 15:52
Or maybe you can also Add A Command which will Hide all the Textdraws
Example this
Example this
Код:
if(strcmp(cmd, "/refresh", true) == 0) SetPlayerVirtualWorld(playerid, 0); SetPlayerInterior(playerid,0); TextDrawHideForPlayer(playerid,txtAnimHelper); SendClientMessage(playerid,COLOR_YELLOW3,"You have been Refreshed"); return 1; }