public OnPlayerSpawn(playerid) { if(/* VIP Variable Here*/ > 1) { SendClientMessage(playerid,-1,"You Are VIP"); } return 1; }