public OnPlayerSpawn(playerid){ if(IsPlayerVIP(playerid)) { // player is V.I.P, do whatever you want to do. } else { // player ISN'T V.I.P, do whatever you want to do. } return 1;}