22.03.2011, 13:46
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;
}
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;
}