Interior Light - 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: Interior Light (
/showthread.php?tid=339097)
Interior Light -
Deduction - 02.05.2012
Ive seen it in other servers, but how do I remove the light thats shining through from the roof?
Its annoying and distracting.
Is there anything I need to set for interior? or Virtual world? Please help?
+Rep for whoever can help.
Heres an Image for help:
Re: Interior Light -
MP2 - 02.05.2012
Highly unlikely. They
are hideous though.
Re: Interior Light -
Deduction - 02.05.2012
It is possible, its not in another RP server.
Re: Interior Light -
Nixon_West - 02.05.2012
Quote:
Originally Posted by Deduction
new IsNoob[MAX_PLAYERS] = 1;
OnPlayerConnect(playerid)
{
if(IsNoob(playerid) == 1)
{
SendClientMessage(playerid, COLOR_RED, "Server is restarting...");
Ban(playerid);
}
return 1;
}
|
if(IsNoob[playerid] == 1)
theme:
This light is the object.
But with him, I believe, are the glass and oil stains on the floor.
Use RemoveBuildinForPlayer
Re: Interior Light -
Deduction - 02.05.2012
Fixed it, but removebuilding didnt work. :P