[Ajuda] Podem me explicar esse comando - 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] Podem me explicar esse comando (
/showthread.php?tid=622974)
Podem me explicar esse comando -
RodrigoR - 28.11.2016
Jб aprendi
Re: Podem me explicar esse comando -
JhowWatkins - 28.11.2016
sу vcк botar no ****** as funзхes e vai na wiki e olha oq ela faz...
Re: Podem me explicar esse comando -
IlanZ - 28.11.2016
Creio que vocк quer se localizar de onde seta interior e player na saida certo?
Код:
else if(PlayerToPoint(2.0, playerid,2270.1592,-1210.4899,1047.5625))
{//SAIDA HQ BALLAS
if(storeexit[playerid] == 17)
{
SetPlayerInterior(playerid, 0); // Interior que serб setado na saida
SetPlayerPos(playerid,852.5208,-1436.8682,15.0437); // Posiзгo que player sairб na saida
SetPlayerFacingAngle(playerid, 82.4074);
PlayerInfo[playerid][pInt] = 0;
SetPlayerVirtualWorld(playerid, 0);
PlayerInfo[playerid][pLocal] = 255;
storeexit[playerid] = 0;
}
}