SA-MP Forums Archive
Not loading interior objects - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Not loading interior objects (/showthread.php?tid=321553)



Not loading interior objects - Chrillzen - 27.02.2012

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.


Re: Not loading interior objects - new121 - 27.02.2012

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;
}



Re: Not loading interior objects - Chrillzen - 27.02.2012

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.