Skydive
#5

pawn Код:
CMD:skydrive(playerid)
{
    if (UserFile[playerid][uAdmin] >= 2)
    {
        new Float:Pos[4];
        GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
        {
           GivePlayerWeapon(playerid, 46, 0);
           SetPlayerPos(playerid, Pos[0], Pos[1], Pos[2] +1500);
           SendClientMessage(playerid, COLOR_WHITE, "GO!! GO!! GO!!");
           return 1;
        }
    }
    else return SendClientMessage(playerid, COLOR_GRAD1, "   you are not authorized to use that command!");
}
Reply


Messages In This Thread
Skydive - by dannyk0ed - 05.04.2012, 01:38
Re: Skydive - by ViniBorn - 05.04.2012, 01:41
Re: Skydive - by dannyk0ed - 05.04.2012, 01:44
Re: Skydive - by dannyk0ed - 05.04.2012, 02:08
Re: Skydive - by antonio112 - 05.04.2012, 02:27

Forum Jump:


Users browsing this thread: 2 Guest(s)