SA-MP Forums Archive
[Ajuda] Ajuda com stock - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Ajuda com stock (/showthread.php?tid=632710)



Ajuda com stock - Arthur5Revolution - 18.04.2017

Alguйm Ai Pode Adicionar o mais uma Coordenada Igual a DA Pref ext
Cod Para Adicionar A Baixo dcp pedir essa besteirinha mais й q ja tentei e da alguns erros e tenho q viajar para visitar minha mae q esta doente e nгo queria perde muito tempo nisso
desde ja obrigado

Код:
stock IsPlayerInRC(playerid)
{
	new Float:x,Float:y,Float:z;
    GetPlayerPos(playerid, x, y, z);
    
    if((x >= 1318.297851 && y >= -1843.044799 && x <= 1525.527343 && y <= -1595.913330) ||//Pref ext
	IsPlayerInRangeOfPoint(playerid, 120.0, 1352.1953,-1748.6051,13.3667) || //24/7 ext
    IsPlayerInRangeOfPoint(playerid, 100.0, -29.5413,-89.5442,1003.5469) ||//24/7 int
    IsPlayerInRangeOfPoint(playerid, 100.0, 370.3531,173.3661,1008.3828))//pref int       1318.297851,-1843.044799,1525.527343,-1595.913330
	{
	    return 1;
	}
	return 0;
}
,
cord
Код:
((x >= 1696.010375 && y >= -1724.597290 && x <= 1744.362915 && y <= -1682.488525) ||//Respawn Civil



Re: Ajuda com stock - IlanZ - 18.04.2017

Tente assim:
PHP код:
stock NomeQualquer(playerid)
{
    new 
Float:x,Float:y,Float:z;
    
GetPlayerPos(playeridxyz);
    if(
>= 1696.010375 && >= -1724.597290 && <= 1744.362915 && <= -1682.488525) return 1;
    else return 
0;

Melhoras para sua mгe


Re: Ajuda com stock - Arthur5Revolution - 19.04.2017

vlw mano pego