Solved
#1

Never Mind This Was Solved thanks
Reply
#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
#3

Check CreatePickup, SetPlayerPos and OnPlayerPickUpPickup
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)