22.04.2011, 21:25
pawn Code:
if(!strcmp(cmdtext, "/plant", true))(playerid,params[])
{
if(!IsPlayerInRangeOfPoint(playerid, x, y, z);
{
SetTimerEx() //put ur times and other shit on here
}
return 1;
}
D just simple KillTimer(timerid); but remember rangepoints and other shits
Im not very sure but I think it works if u get it

