Not loading interior objects
#1

Yeah so I have a problem where it does not load the interior objects for some interiors, (it's random).
I'm not talking about custom objects, i'm talking about the ones made in the game.
Reply
#2

Quote:
Originally Posted by Chrillzen
Посмотреть сообщение
Yeah so I have a problem where it does not load the interior objects for some interiors, (it's random).
I'm not talking about custom objects, i'm talking about the ones made in the game.
Ok so when the person does /enter they fall through the floor? If this is the case then add this to your enter cmd.

pawn Код:
TogglePlayerControllable(playerid);
SetTimer("EntranceTimer", 2000, false);
Then place this outside of any callbacks
pawn Код:
forward EntranceTimer(playerid);
Public EntranceTimer(playerid)
{
     TogglePlayerControllable(playerid, 1);
     return 1;
}
Reply
#3

Nope that's not the problem. The interior loads but not the objects in it, like the couches or some things in 24/7. ORIGINAL GAME INTERIORS AND OBJECTS.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)