Interiors appearing dark when when entering through /enter
#1

Код:
					if(HouseInfo[i][hOpen] == 1 || PlayerInfo[playerid][pHouse] == HouseInfo[i][hSQL] || (HouseInfo[i][hRenter] == 0 && HouseInfo[i][hOwner] == PlayerInfo[playerid][pSQL]))
					{

					    SecuSetPlayerInterior(playerid, HouseInfo[i][hInInt]);
		                SetPlayerVirtualWorldEx(playerid, HouseInfo[i][hSQL]);
						SecuSetPlayerPos(playerid, HouseInfo[i][hInX], HouseInfo[i][hInY], HouseInfo[i][hInZ]);
					}
https://imgur.com/a/hKMpm



however when i enter using the same code via a tele it doesent make my interiors dark
Reply
#2

Happened to me once, but the problem was that I was entering the interiors from what the server/game provided. When I created my own lighting appeared.

Try Disabling Interior Enter and Exits and creating your own checkpoints if you haven't done so already.
Reply
#3

IMHO That looks more like a black textdraw over the entire screen rather than a dark interior... Hence why the HUD looks dark.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)