What am I doing wrong?
#1

Hello,

I am trying to make an /enter cmd for a prison that I am making. Anyway what is wrong with the /enter? When I use it nothing happens ;o

pawn Код:
CMD:enter(playerid)
{
    if(IsVehicleInRangeOfPoint(playerid,5.0,1826.1003,-1538.3463,13.5469)) {
    SetVehiclePos(playerid,1816.8549,-1535.9316,13.3186);
//  SetPlayerPos(playerid,1816.8549,-1535.9316,13.3186);
    }
    {
     SendClientMessage(playerid, COLOR_YELLOW, "");
   }
    return 1;
}


CMD:exit(playerid)
{
    if(IsVehicleInRangeOfPoint(playerid,5.0,1816.8549,-1535.9316,13.3186)) {
    SetVehiclePos(playerid,1826.1003,-1538.3463,13.546);
//  SetPlayerPos(playerid,1826.1003,-1538.3463,13.5469);
    }
    {
     SendClientMessage(playerid, COLOR_YELLOW, "");
   }
    return 1;
}
Reply


Messages In This Thread
What am I doing wrong? - by Mark_Weston - 01.05.2012, 18:46
Re: What am I doing wrong? - by Sphex - 01.05.2012, 18:47
Re: What am I doing wrong? - by Mark_Weston - 01.05.2012, 18:48
Re: What am I doing wrong? - by Passout - 01.05.2012, 18:57
Re: What am I doing wrong? - by Mark_Weston - 01.05.2012, 18:59
Re: What am I doing wrong? - by Arnold_Collins - 01.05.2012, 19:00
Re: What am I doing wrong? - by tiernantheman - 01.05.2012, 19:01
Re: What am I doing wrong? - by tiernantheman - 01.05.2012, 19:04
Re: What am I doing wrong? - by Oscii - 01.05.2012, 19:07
Re: What am I doing wrong? - by Macluawn - 01.05.2012, 19:08

Forum Jump:


Users browsing this thread: 1 Guest(s)