[Ajuda] Interior Invisivel
#1

Pessoal, estou fazendo uma loja de posto(conveniencia), usei isso pra detectar se o player esta no CP:

Topo:
pawn Код:
new Conv1;
OnGameModeInt:
pawn Код:
DisableInteriorEnterExits();

Conv1 = CPS_AddCheckpoint(-78.396034,-1169.929687,2.135644, 1.0, 100);//Conveniencia posto 1
OnPlayerEnterCheckpoint
pawn Код:
if(CPS_IsPlayerInCheckpoint(playerid,Conv1))
{
    SendClientMessage(playerid, -1, "Bem vindo a conveniencia do posto 1");
    SetPlayerVirtualWorld(playerid, CONV_P_1_W);
    SetPlayerInterior(playerid, 17);
    SetPlayerPos(playerid, -31, -89, 1006);
}
Mas qnd entro no CP o interior fica invisvivel, parece q estou abaixo do chao.

Help??

OBS:Ja tentei setar a pos mais pra cima.
Reply
#2

SetPlayerInterior incopativel com as coordenadas que vocк esta usando..

Pegue aqui as coordenadas e interior ID correto!

http://weedarr.wikidot.com/interior
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)