Right seriously, this is driving me INSANE!
#1

I've been having troubles with "/exit" not working at all and no-one can fix it!
Anyone, ANYONE, please try!
Код:
COMMAND:exit(playerid, params[])
{
    if(IsPlayerInRangeOfPoint(playerid, 2.0, 246.2732, 112.0255, 1003.2188))
    {
            SetPlayerPos(playerid, 290.7193, -1618.0544, 33.1547);
            SetPlayerInterior(playerid, 0);
    }
    return 1;
}

COMMAND:enter(playerid, params[])
{
    if(IsPlayerInRangeOfPoint(playerid, 2.0, 290.7193,-1618.0544,33.1547))
    {
    		SetPlayerPos(playerid, 246.2732,112.0255,1003.2188);
    		SetPlayerInterior(playerid, 10);
    }
    return 1;
}
/enter works FINE!!!!!!! /exit doesn't work at all! Whats wrong with this?!
Reply


Messages In This Thread
Right seriously, this is driving me INSANE! - by Rabbayazza - 12.08.2011, 02:06
Re: Right seriously, this is driving me INSANE! - by Sensitive - 12.08.2011, 02:26
Re: Right seriously, this is driving me INSANE! - by Rabbayazza - 12.08.2011, 02:36
Re: Right seriously, this is driving me INSANE! - by =WoR=Varth - 12.08.2011, 02:37
Re: Right seriously, this is driving me INSANE! - by Rabbayazza - 12.08.2011, 02:47

Forum Jump:


Users browsing this thread: 1 Guest(s)