SA-MP Forums Archive
[Pedido] Pais e Estado - 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: [Pedido] Pais e Estado (/showthread.php?tid=599886)



Pais e Estado - rol3Play - 31.01.2016

ola gostaria de pedir a funзгo que pega o pais e estado quando uma pessoa loga no servidor



Re: Pais e Estado - RockstarL - 31.01.2016

Search amigo,Dб pra tirar como base
https://sampforum.blast.hk/showthread.php?tid=419440


Re: Pais e Estado - BykiLler - 31.01.2016

й so estudar a include a_http
---------
desculpe , eu confundi o pedido

Quote:

new Country[MAX_PLAYERS];//otimizado
new Float:AreaCountry[2][4] = {
{maxX, maxY, MiniX, MiniY},//ls
{maxX, maxY, MiniX, MiniY},//sf
{maxX, maxY, MiniX, MiniY}//lv
};

stock IsPlayerInYourCountry(playerid, countryid){
new Float, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
if(AreaCountry[countryid][0] > x && AreaCountry[countyid][1] > y && AreaCountry[countryid][2] < x && AreaCountry[countryid][3] < y){
//se ele tiver no local
}else{
//se nгo!!!
}
return 1;
}