Help me
#1

hello guys, if player pick one pick up and i do commnd /picked tell me who have picked it can make this?
Reply
#2

Do you mean you can do the command only in the pickup? If so use,
https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint

Код:
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;
}
A small example
Reply
#3

its not this what i want but anyway thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)