/enter and /exit error
#3

You are doing it wrong. The correct way would be,
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 5, 316.524993, -167.706985, 999.593750))  // LSPD ARMOURY
    {
        new world = GetPlayerVirtualWorld(playerid);
        if(world == 6775)
        {
            SetPlayerPosEx(playerid, 5, 1525.2760, -1677.8524, 5.8906);
            SetPlayerVirtualWorld(playerid, 0);
        }
        else if(world == 6776)
        {
            SetPlayerPosEx(playerid, 5, 1525.2760, -1677.8524, 5.8906);
            SetPlayerVirtualWorld(playerid, 0);
        }
        else if(world == 6777)
        {
            SetPlayerPosEx(playerid, 5, 941.09, -1718.44, 13.97);
            SetPlayerVirtualWorld(playerid, 0);
        }
    }
Reply


Messages In This Thread
/enter and /exit error - by EmilLykke - 12.10.2014, 19:11
Re: /enter and /exit error - by EmilLykke - 12.10.2014, 19:40
Re: /enter and /exit error - by Abagail - 12.10.2014, 19:52
Re: /enter and /exit error - by EmilLykke - 12.10.2014, 20:04

Forum Jump:


Users browsing this thread: 2 Guest(s)