Interiors appearing dark when when entering through /enter - 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: Interiors appearing dark when when entering through /enter (
/showthread.php?tid=648534)
Interiors appearing dark when when entering through /enter -
iSteve - 24.01.2018
Код:
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
Re: Interiors appearing dark when when entering through /enter -
ISmokezU - 24.01.2018
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.
Re: Interiors appearing dark when when entering through /enter -
Sew_Sumi - 24.01.2018
IMHO That looks more like a black textdraw over the entire screen rather than a dark interior... Hence why the HUD looks dark.