[Ajuda] spawn em Hospitais Aleatorios - 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] spawn em Hospitais Aleatorios (
/showthread.php?tid=643875)
spawn em Hospitais Aleatorios -
Poseidon4625 - 29.10.2017
O Titulo jб estб falando, os locais pra spawnar quando morre jб estб certo mais o local nгo estб funfando eu marquei tipo um local no mapa e fiz igual uma gangzone, mais nгo estб funcionando, o que estб errado?
PHP код:
stock IsPlayerInLs(playerid)
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid, x, y, z);
if(x >= -35.6829 && y >= -400.4102 && x <= 1505.2594 && y <= -2914.9653) return 1;
else return 0;
}
Este local й em ls, eu coloquei o spawn no hosp de ls e marquei um local no mapa, fui testar mais nгo estб funfando estou fazendo/pegando as coordenadas errado?
Re: spawn em Hospitais Aleatorios -
IlanZ - 29.10.2017
http://forum.sa-mp.com/showpost.php?...10&postcount=9
Re: spawn em Hospitais Aleatorios -
Rato22 - 29.10.2017
Uma base.
PHP код:
new hosp = random(5);
if (hosp == 0) { SetPlayerPos(playerid, x,y,z); }
if (hosp == 1) { SetPlayerPos(playerid, x,y,z); }
if (hosp == 2) { SetPlayerPos(playerid, x,y,z); }
if (hosp == 3) { SetPlayerPos(playerid, x,y,z); }