[Ajuda] Favela
#2

Код:
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
}
Pegue essa base e tente fazer em onplayerdeath.

https://sampwiki.blast.hk/wiki/OnPlayerDeath_PT
Reply


Messages In This Thread
Favela - by Pretiosum - 23.06.2016, 20:22
Re: Favela - by aszarth - 23.06.2016, 21:03

Forum Jump:


Users browsing this thread: 1 Guest(s)