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;
}



if(!strcmp(cmdtext, "/plant", true))(playerid,params[])
{
if(!IsPlayerInRangeOfPoint(playerid, x, y, z);
{
SetTimerEx() //put ur times and other shit on here
}
return 1;
}