[Ajuda] Ajuda Interiores - 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 Interiores (
/showthread.php?tid=414578)
Ajuda Interiores -
Alisson Silva Alves - 09.02.2013
Ola Gostaria que alguem me ajude-se a cria 1 entrada de interior ...
Entrada :
pawn Код:
1928.5828,-1776.3160,13.5469
<~~~ Lado De Fora
pawn Код:
-25.884498,-185.868988,1003.546875
<~~~ Lado De Dentro Do Interior (17)
Re: Ajuda Interiores -
lucasbjs0 - 09.02.2013
Coloque Isso no Seu /entrar
pawn Код:
else if(PlayerToPoint(3, playerid,-25.884498,-185.868988,1003.546875))
{//Entrada
SetPlayerInterior(playerid, 17);
SetPlayerPos(playerid,1928.5828,-1776.3160,13.5469);
PlayerInfo[playerid][pInt] = 17;
SetPlayerVirtualWorld(playerid, 0);
}
Coloque Isso No Se /sair
pawn Код:
if(PlayerToPoint(2.0, playerid,1928.5828,-1776.3160,13.5469))
{//Saida
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,-25.884498,-185.868988,1003.546875);
PlayerInfo[playerid][pInt] = 0;
SetPlayerVirtualWorld(playerid, 0);
PlayerInfo[playerid][pLocal] = 255;
}
Re: Ajuda Interiores -
Alisson Silva Alves - 09.02.2013
lucas mais eu nao criei ainda /entrar e nem /sair como eu faзo , porfavor ?