[ajuda] caindo quando sair do interior
#10

Apenas para testar.. usa o seu codigo mesmo..

pawn Код:
else if(PlayerToPoint(1, playerid,1876.8912,-1682.1334,13.5387))//HQ BOPE entrada
        {
            SafeSetPlayerPos(playerid,246.4869,107.7615,1003.2188);
            SetPlayerFacingAngle(playerid, 277.0);
            SetPlayerInterior(playerid,10);
            Player[playerid][pInt] = 10;
        }
        else if(PlayerToPoint(1, playerid,246.4869,107.7615,1003.2188))//HQ BOPE saida
        {
            SafeSetPlayerPos(playerid,1876.8912,-1682.1334,13.5387);
            SetPlayerFacingAngle(playerid, 270.0);
            SetPlayerInterior(playerid,0);
            Player[playerid][pInt] = 0;
        }
e coloca isso
pawn Код:
DisableInteriorEnterExits();
na public OnGameModeInit.

se ainda assim nгo funcionar.. apenas mude SafeSetPlayerPos para SetPlayerPos com o codigo DisableInteriorEnterExits no seu OnGameModeInt.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)