30.06.2013, 10:44
hello guys, if player pick one pick up and i do commnd /picked tell me who have picked it can make this?
CMD:pickuphere(playerid, params[])
{
if(IsPlayerInRangeOfPoint(playerid, 2, 1794.5530,-1899.8702,13.4000)) // Pickup coordinates here
{
//The command
}
else
{
SendClientMessage(playerid, COLOR, "You are not in the pickup");
}
return true;
}