#10

Quote:
Originally Posted by Vince
Посмотреть сообщение
God, are you retarded? Two people have already said that you need to input your own variable where it says "//change this"!

pawn Код:
if(PlayerInfo[playerid][VIP]) //change this
See now :
Код:
if (strcmp("/vheal", cmdtext, true, 5) == 0)
    {
        if(pInfo[playerid][Vip]) //change this
        {
        SetPlayerHealth(playerid, 100);
        SendClientMessage(playerid, white, "You Have Been Healed !");
        }
        else
        {
        SendClientMessage(playerid,COLOR_RED,"You are not VIP to use this command");
        }
        return 1;
}
and :

Код:
enum pInfo {
    Logged,
    Password,
    AdminLevel,
    Vip,
    Cash,
    Score,
    Ip[20],
    IsBanned
}
Still errors
Reply


Messages In This Thread
Help - by Avi57 - 22.07.2012, 15:20
Re: Help - by newbienoob - 22.07.2012, 15:26
Re: Help - by Avi57 - 22.07.2012, 15:29
Re : Help - by lelemaster - 22.07.2012, 15:35
Re: Help - by mrsamp - 22.07.2012, 15:55
Re: Help - by sniperwars - 22.07.2012, 16:10
Re: Help - by Avi57 - 23.07.2012, 12:32
Re: Help - by M3mPHi$_S3 - 23.07.2012, 13:17
Re: Help - by Vince - 23.07.2012, 13:46
Re: Help - by Avi57 - 24.07.2012, 13:17

Forum Jump:


Users browsing this thread: 1 Guest(s)