Need Help in Managing the Pickups Locations.
#2

pawn Код:
CMD:enter(playerid, params[])
{
    if(IsPlayerInRangeOfPoint(playerid, 5, 1726.8889,-1636.7916,20.2173))
    {
        SetPlayerPos(playerid, 1727.1019,-1638.6068,20.2233,3.4334);
        SetPlayerInterior(playerid, 18);
        return 1;
    }
    else if(IsPlayerInRangeOfPoint(playerid, 5, 1236.8489,-1236.7443,10.2003))
    {
        SetPlayerPos(playerid, 1427.7419,-1268.6798,10.2249,3.4984); // It is an Example
        SetPlayerInterior(playerid, 18);
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
Need Help in Managing the Pickups Locations. - by MAFIAWARS - 21.09.2013, 11:06
Re: Need Help in Managing the Pickups Locations. - by DanishHaq - 21.09.2013, 11:11
Re: Need Help in Managing the Pickups Locations. - by MAFIAWARS - 21.09.2013, 11:18

Forum Jump:


Users browsing this thread: 1 Guest(s)