28.12.2014, 18:19
Hare :
pawn Код:
CMD:rob(playerid, params[]) //rob with little letter not big else it wont WOrk!
{
if(IsPlayerInRangeOfPoint(playerid, 2.5, x, y, z)) //type hare the checkpoint position the 2.5 is range!
{
DestroyCheckpoint(Pickup1);
}
else
{
SendClientMessage(playerid, 0xFF0000FF, "You Are Not In The Pickup Place!");
}
}
return 1;
}