Specoff giving me errorrs :&
#4

pawn Код:
CMD:specoff(playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] >= 3)
    {
        if(IsSpecing[playerid] == 1)
        {
            TogglePlayerSpectating(playerid, 0);
        }
        else return SendClientMessage(playerid, DEEPPINK, "ERROR: You are not spectating anyone.");
    }
    else return SendClientMessage(playerid, DEEPPINK, "ERROR: You must be level 3 to use this command!");
    return 1;
}
Reply


Messages In This Thread
Specoff giving me errorrs :& - by MiGu3X - 27.03.2013, 00:45
Respuesta: Specoff giving me errorrs :& - by MiGu3X - 27.03.2013, 01:05
Re: Specoff giving me errorrs :& - by Joshman543 - 27.03.2013, 01:10
Re: Specoff giving me errorrs :& - by kamzaf - 27.03.2013, 01:36

Forum Jump:


Users browsing this thread: 1 Guest(s)