stock IsPlayerInSky(playerid){ new Float:x,Float:y,Float:z; GetPlayerPos(playerid, x,y,z); if(z == 100) return true; else return false;}