public OnPlayerRequestSpawn(playerid){ if(GetPlayerSkin(playerid) == 23 && !IsPlayerAdmin(playerid)) { //Bla Bla return 0; } return 1;}