Solved
#2

you dont really need a pickup if your using a command such as
Код:
if(strcmp(cmdtext, "/enter", true) == 0)
{
    if(IsPlayerInRangeOfPoint(playerid, 3, 1775.9066,-1665.7269,14.4304))
    {
        SetPlayerPos(playerid, 1787.2688, -1659.1866, 16.0000);
    }
    return 1;
}
Also forgot to add your coordinates were written wrong.
Reply


Messages In This Thread
Solved - by Bmxerlmao5288 - 13.06.2011, 20:57
Re: A Pickup Question - by TheYoungCapone - 13.06.2011, 20:59
Re: A Pickup Question - by Mauzen - 13.06.2011, 21:01

Forum Jump:


Users browsing this thread: 1 Guest(s)