02.05.2012, 19:17
how can I create a script that disables a command with a timer,
for example:
that the timer does that command turn off
thnx for your help
for example:
Код:
if(!strcmp("/warusa", cmdtext, true)) { SetPlayerPos(playerid,2525,-1893,14); SetPlayerFacingAngle(playerid,180); }
thnx for your help