Objetos Liberti city invi -
hugoal2 - 21.01.2017
Hoje estava tentando colocar um comando que entre dentre da Bistro ( LC = Liberty city ), sу que o interior ta invisivel, tem algo em falta?
Print :
http://i.imgur.com/oQ5z0W0.png
Programando e Relaxando! -
RazorGuigo - 21.01.2017
vocк acertou o id do interior?
PHP код:
SetPlayerInterior(playerid, 1);
Re: Objetos Liberti city invi -
IlanZ - 21.01.2017
O comando seta no devido interior?
se nгo.
Код:
SetPlayerInterior(playerid, interiorid);
Re: Objetos Liberti city invi -
hugoal2 - 22.01.2017
Sim, setei o interior, continua invisнvel lб.
Re: Objetos Liberti city invi -
LucasMts - 22.01.2017
Manda o Comando
Re: Objetos Liberti city invi -
hugoal2 - 22.01.2017
pawn Код:
if(strcmp(cmdtext,"/lc", true) == 0)
{
if(pAdmin[playerid] == 1)
{
SetPlayerPos (playerid, -794.806396,497.738037,1376.195312);
SetPlayerInterior(playerid, 1);
SendClientMessage (playerid,Azul, "Vocк foi para LC BISTRO");
}
return 1;
}
Re: Objetos Liberti city invi -
TheBob - 22.01.2017
verifica o virtual world que vc mandou os objetos, caso for em outro tem que setar o player para lб tambйm
SetPlayerVirtualWorld
Re: Objetos Liberti city invi -
hugoal2 - 22.01.2017
Mais tipo o objeto й padrгo nгo adicionei nada lб, entende?
Re: Objetos Liberti city invi -
RazorGuigo - 22.01.2017
faзa debug em, onplayerinteriorchange, da uma olhada q se ta funfando os interiores!
Re: Objetos Liberti city invi -
hugoal2 - 22.01.2017
Meu onplayerinteriorchange ta limpo devo colocar algo lб?