help with merging /enter
#2

pawn Код:
CMD:enter(playerid, params[])
{
    if(IsPlayerInRangeOfPoint(playerid, 2.0, -2649.5574,381.3660,6.1593))
    {
        SetPlayerPos(playerid,246.783996,63.900199,1003.640625);
        SetPlayerInterior(playerid,6);
    }
   
    elseif(IsPlayerInRangeOfPoint(playerid, 7.0, -2672.0261,259.0808,4.6328))
    {
        SetPlayerPos(playerid,369.579528,-4.487294,1001.858886);
        SetPlayerInterior(playerid,9);
    }
    return 1;
}
Not Tested
Reply


Messages In This Thread
help with merging /enter - by Dare Devil..... - 26.05.2013, 17:54
Re: help with merging /enter - by mahdi499 - 26.05.2013, 18:06
Re: help with merging /enter - by Dare Devil..... - 27.05.2013, 09:25

Forum Jump:


Users browsing this thread: 1 Guest(s)