[wanted] vip system
#4

How about starting your own system. If you are saving VIP in your database you can create commands like:
pawn Код:
CMD:heal(playerid, params)
{
    if(PlayerInfo[playerid][VIP] < 0) return SendClientMessage(playerid, 0xFFFFFFFF, ".:: Error: You are not allowed to use this command! ::."); // Edit this to your own vars.
    SetPlayerHealth(playerid, 100);
   
    return 1;
}
Just a example
Reply


Messages In This Thread
[wanted] vip system - by tyler12 - 20.09.2011, 19:36
Re: [wanted] vip system - by =WoR=Varth - 20.09.2011, 19:40
Re: [wanted] vip system - by tyler12 - 20.09.2011, 19:45
Re: [wanted] vip system - by Kingunit - 20.09.2011, 21:11
Re: [wanted] vip system - by Stigg - 20.09.2011, 21:19
Re: [wanted] vip system - by tyler12 - 25.09.2011, 12:51

Forum Jump:


Users browsing this thread: 1 Guest(s)