30.07.2010, 07:00
So, I've got a moving textdraw and I tried to make a command to hide it, but it didn't work. When the timer updates the textdraw, it shows again. I tried to kill the timer, again the same.
Here's the simple command:
Thanks in advance!
Here's the simple command:
pawn Код:
if(strcmp(cmdtext,"/hnt",true)==0)
{
TextDrawHideForPlayer(playerid,Ntick);
return 1;
}