can someone help me
#3

You want to change cmd to vips ?
I don't understand, I think you want to make a command for only premium players ? if yes then You should have a variable with the player Vip level and check if it's more then 0(for example)
pawn Код:
new VIP[MAX_PLAYERS];
CMD:test(playerid, params[]) //Using ZCmd
{
    if(VIP[playerid] == 0)
    {
            // If he isn't premium..
            return SendClientMessage(playerid, -1 "You're not premium");
    }
    // If he is premium
        return 1;
}
Or with an enum like what Kyance said
Reply


Messages In This Thread
can someone help me - by Salman1200 - 28.11.2013, 10:51
Re: can someone help me - by Kyance - 28.11.2013, 11:02
Re: can someone help me - by xVIP3Rx - 28.11.2013, 11:05
Re: can someone help me - by Salman1200 - 28.11.2013, 12:01
Re: can someone help me - by xVIP3Rx - 28.11.2013, 12:07
Re: can someone help me - by Salman1200 - 28.11.2013, 12:11
Re: can someone help me - by Stinged - 28.11.2013, 13:05

Forum Jump:


Users browsing this thread: 2 Guest(s)