What's wrong
#7

PHP код:
CMD:ewa(playeridparams[])
{
    if(
PlayerInfo[playerid][Banned] == 1)
    {
        
SendClientMessage(playerid, -1"{FF0000}You're banned!");
    }
    else if(
PlayerInfo[playerid][Banned] == 0)
    {
        
SendClientMessage(playerid, -1"{FF0000}You're not banned!");
    }
    return 
1;


Just do this.
Reply


Messages In This Thread
What's wrong - by saffierr - 18.02.2016, 21:27
Re: What's wrong - by xXRevolverXx - 19.02.2016, 00:51
Re: What's wrong - by saffierr - 19.02.2016, 01:28
Re: What's wrong - by saffierr - 19.02.2016, 12:26
Re: What's wrong - by illuminati2 - 19.02.2016, 13:11
Re: What's wrong - by saffierr - 19.02.2016, 14:11
Re: What's wrong - by illuminati2 - 19.02.2016, 14:25
Re: What's wrong - by saffierr - 19.02.2016, 14:28
Re: What's wrong - by illuminati2 - 19.02.2016, 14:29
Re: What's wrong - by saffierr - 19.02.2016, 16:22

Forum Jump:


Users browsing this thread: 1 Guest(s)