/enter CMD working.. but look at this /exit -.-
#2

pawn Код:
if(!strcmp("/Exit", cmdtext, true))
 {
    if(IsPlayerInRangeOfPoint(playerid,3,2064.185546875,-2071.7348632813,1115.2646484375))
    {
        SetPlayerInterior(playerid, 1);
        SetPlayerPos(playerid,1333.5809326172,-1863.5708007813,14.039328575134);
        CreatePickup(1239,2,1333.5863037109,-1864.8194580078,14.652570724487);
        return 1;
    }
    else if(IsPlayerInRangeOfPoint(playerid, 3, 5000, 5000, 5000))
    {
        SetPlayerPos(playerid,1333.5809326172,-1863.5708007813,14.039328575134);
        return 1;
    }
    else if(IsPlayerInRangeOfPoint(playerid, 3, 6000, 6000, 6000))
    {
        // Do something here, etc etc
    }
}
Reply


Messages In This Thread
/enter CMD working.. but look at this /exit -.- - by Mr.Black - 14.06.2011, 19:52
Re: /enter CMD working.. but look at this /exit -.- - by iGetty - 15.06.2011, 00:58
Re: /enter CMD working.. but look at this /exit -.- - by Mr.Black - 15.06.2011, 07:05

Forum Jump:


Users browsing this thread: 1 Guest(s)