Vip System
#5

pawn Код:
new VIP[MAX_PLAYERS];

VIP[playerid] = 0; //Non vip
VIP[playerid] = 1; //Bronze
VIP[playerid] = 2; //Silver
VIP[playerid] = 3; //Gold
VIP[playerid] = 4; //Platinum
EDIT:
When you check if someone is a VIP use this

pawn Код:
if (VIP[playerid] != required_level) return SendClientMessage(playerid, COLOR,"You are not a VIP- Member!");
Reply


Messages In This Thread
Vip System - by Snowman12 - 05.04.2011, 19:16
Re: Vip System - by [M.A]Angel[M.A] - 05.04.2011, 19:29
Re: Vip System - by HyperZ - 05.04.2011, 19:30
Re: Vip System - by coole210 - 05.04.2011, 19:31
Re: Vip System - by Jakku - 05.04.2011, 19:35
Re: Vip System - by Snowman12 - 05.04.2011, 20:43

Forum Jump:


Users browsing this thread: 1 Guest(s)