commands for admin?
#9

pawn Код:
if(!strcmp(cmd, "/nos", true))
{
    if(!IsPlayerAdmin(playerid))
{
 SendClientMessage(playerid, COLOR_RED, "You aren't admin!");
}
else
{
    else if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, COLOR_RED, "You have to be in a vehicle");
    else if(IsPlayerInInvalidNosVehicle(playerid)) return SendClientMessage(playerid, COLOR_ORANGE, "NOS can't be added on this vehicle!");
    {
        AddVehicleComponent(GetPlayerVehicleID(playerid), 1010);
        GivePlayerMoney(playerid, -2500);
        PlayerPlaySound(playerid, 1133, 0.0, 0.0, 0.0);
        return 1;
    }
}
}
Reply


Messages In This Thread
commands for admin? - by Face9000 - 20.09.2010, 12:58
Re: commands for admin? - by James124 - 20.09.2010, 13:13
Re: commands for admin? - by Mauzen - 20.09.2010, 13:14
Re: commands for admin? - by BO$$ - 23.10.2010, 11:53
Respuesta: commands for admin? - by The_Moddler - 23.10.2010, 12:05
Re: commands for admin? - by [NoV]LaZ - 23.10.2010, 12:07
Re: Respuesta: commands for admin? - by pushingmyluck - 23.10.2010, 12:11
Respuesta: commands for admin? - by [NoV]LaZ - 23.10.2010, 12:19
AW: commands for admin? - by Saitecx - 23.10.2010, 12:23
Re: Respuesta: commands for admin? - by pushingmyluck - 23.10.2010, 14:34

Forum Jump:


Users browsing this thread: 1 Guest(s)