VIP help
#4

its simple just use : new Vip[MAX_PLAYERS];
then make a command so when u use it on a player his Vip[playerid] = 1
then just do :
public OnPlayerConnect(playerid)
{
if(Vip[playerid] == 1) return SendClientMessageToAll(COLOR_TEST,"A Vip Just Connected");
return 1;
}
Reply


Messages In This Thread
VIP help - by [ProX]BlueFire - 21.03.2011, 10:14
Re: VIP help - by Markx - 21.03.2011, 18:42
Re: VIP help - by Cristiano[TW[ - 22.03.2011, 13:05
Re: VIP help - by aircombat - 22.03.2011, 13:46
Re: VIP help - by Davz*|*Criss - 22.03.2011, 20:16
Re: VIP help - by tanush - 22.03.2011, 21:11
Re: VIP help - by Davz*|*Criss - 22.03.2011, 21:20
Re: VIP help - by tanush - 22.03.2011, 21:24
Re: VIP help - by Davz*|*Criss - 22.03.2011, 21:30
Re: VIP help - by [ProX]BlueFire - 24.03.2011, 21:00

Forum Jump:


Users browsing this thread: 2 Guest(s)