Bug jetpack
#1

How do you go /jetpack no rcon, not working /jetpack if not connected to rcon.

pawn Код:
if(strcmp(cmd, "/jetpack", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if (PlayerInfo[playerid][pAdmin] >= 1337)
            {
                SendClientMessage(playerid, 0xFF7F50AA, "You have jetpack now!");
                SetPlayerSpecialAction(playerid,2);
                return 1;
            }
            else
            {
                SendClientMessage(playerid,COLOR_GREY,"You can't use this command.");
                return 1;
            }
        }
     }
Reply


Messages In This Thread
Bug jetpack - by madalin912 - 06.03.2015, 14:38
Re: Bug jetpack - by madalin912 - 06.03.2015, 15:24
Re: Bug jetpack - by MBilal - 06.03.2015, 15:28
Re: Bug jetpack - by madalin912 - 06.03.2015, 15:39
Re: Bug jetpack - by Matess - 06.03.2015, 15:41
Re: Bug jetpack - by Luis- - 06.03.2015, 15:42
Re: Bug jetpack - by Threshold - 06.03.2015, 15:45
Re: Bug jetpack - by madalin912 - 06.03.2015, 15:46
Re: Bug jetpack - by Luis- - 06.03.2015, 15:47
Re: Bug jetpack - by Golf - 06.03.2015, 15:48

Forum Jump:


Users browsing this thread: 1 Guest(s)