public OnPlayerSpawn(playerid){ if(IsPlayerAdmin(playerid)) { SetPlayerPos(playerid, X, Y, Z); // Change the X Y Z with your VIP area postion } return 1;}