30.10.2009, 22:42
I have this in my script
and this code
I dont know why it's giving me errors
Code:
forward PlayerToPoint (Float:radi, playerid, Float:x, Float:y, Float:z);
Code:
if (strcmp("/claim", cmdtext, true, 10) == 0) { if(PlayerToPoint(15.0, playerid, 2516.3457,-1675.3977,13.9453)) SendClientMessageToAll(COLOR_GREEN, "%s has claimed Grove Street Families turf !"); return 1; }