Posts: 278
Threads: 88
Joined: Jul 2013
Reputation:
0
Hey, for some reason, in my RP gamemode, I can only use some of the interiors, for example: fast food - Pizza Stack as all of them.
If you need the GM to check, you must have good rep (so you don't steal our GM).
Posts: 512
Threads: 121
Joined: Sep 2013
Quote:
Originally Posted by jremi
Hey, for some reason, in my RP gamemode, I can only use some of the interiors, for example: fast food - Pizza Stack as all of them.
If you need the GM to check, you must have good rep (so you don't steal our GM).
|
Looks like a very nice and populated roleplay huh?
Try to check
Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}
If there was DisableInteriorEnterExits(); then remove it.
Posts: 278
Threads: 88
Joined: Jul 2013
Reputation:
0
Still the same thing, it says " Levels are only between 1-11 "
Posts: 151
Threads: 17
Joined: Mar 2013
Reputation:
0
Can you show us a snippet of the code where it says Levels are only between 1-11?
Posts: 151
Threads: 17
Joined: Mar 2013
Reputation:
0
What interiors aren't working exactly?
Posts: 278
Threads: 88
Joined: Jul 2013
Reputation:
0
Well, all of them, really, theres only 11 that work. If you want to, you can come onto my server and I'll give you admin so you can test it out for yourself?
It also happens for biz interiors aswell.
94.23.241.157:7779
Posts: 151
Threads: 17
Joined: Mar 2013
Reputation:
0
So, what I don't quite understand is how you're trying to access them... Are you trying to teleport to them or use them
in a command? I'm confused.