I can't use all of the Interiors in GTA SA
#1

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).
Reply
#2

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.
Reply
#3

Still the same thing, it says " Levels are only between 1-11 "
Reply
#4

Can you show us a snippet of the code where it says Levels are only between 1-11?
Reply
#5

Код:
	else if(!strcmp(params, "level", true, 5))
	{
		if(PlayerInfo[playerid][pAdmin] < 4 && !PlayerInfo[playerid][pHouseMod]) return SendClientMessage(playerid, COLOR_GREY, "You are not an authorized to use this command.");
	    if(sscanf(params, "s[32]ii", params, bizid, input)) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /house level [houseid] [level]");
        new idx = bizid;
    	//if(!HouseInfo[bizid][hLevel]) return SendClientMessage(playerid, COLOR_GREY, "Invalid house id.");
    	if(input < 1 || input > 11) return SendClientMessage(playerid, COLOR_GREY, "Levels are between 1 and 11.");
	    HouseInfo[bizid][hLevel] = input;
        if(!strcmp("The State", HouseInfo[idx][hOwner])) format(string, sizeof(string), ""COE"["CWE"%d, House (Lvl: %d)"COE"]\n"COE"Owner"CWE" %s\n"COE"Status"CWE" For Sale\n"CWE"$%d", idx, HouseInfo[idx][hLevel], HouseInfo[idx][hOwner], HouseInfo[idx][hPrice]);
		else format(string, sizeof(string), ""COE"["CWE"%d, House (Lvl: %d)"COE"]\n"COE"Owner"CWE" %s\n"COE"Status"CWE" %s", idx, HouseInfo[idx][hLevel], HouseInfo[idx][hOwner], RHS(idx));
		UpdateDynamic3DTextLabelText(HouseInfo[bizid][hText], COLOR_WHITE, string);
	    format(string, sizeof(string), "{FF0000}[Admin Warn]{FF6347} %s has set house ID %d's level to %d.", RPN(playerid), bizid, input);
		SendAdminMessage(COLOR_DARKRED, 1, string);
		Log("logs/house.log", string);
	}
	return 1;
}
Reply
#6

What interiors aren't working exactly?
Reply
#7

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
Reply
#8

Anyone ?
Reply
#9

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.
Reply
#10

Quote:
Originally Posted by EvanA
Посмотреть сообщение
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.
Trying to use it as a command: /hedit
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)