23.06.2016, 21:03
Код:
stock IsPlayerInFavela(playerid) { new Float:x,Float:y,Float:z; GetPlayerPos(playerid, x, y, z); if(x >= 2059.889648 && y >= -1158.775512 && x <= 2299.889648 && y <= -958.775512) return 1; else return 0; }
Код:
if(IsPlayerInFavela(playerid)) { // jogador estб na favela } else if(!IsPlayerInFavela(playerid)) { // jogador nгo estб na favela }
https://sampwiki.blast.hk/wiki/OnPlayerDeath_PT