Fix up server script
This commit is contained in:
parent
1efc73ae4e
commit
07c9e29b8d
3 changed files with 9 additions and 11 deletions
|
@ -95,4 +95,6 @@ integer MASK_CUSTOM_TEXT_COLOR = 2;
|
||||||
integer MASK_WHITEFRAME = 4;
|
integer MASK_WHITEFRAME = 4;
|
||||||
|
|
||||||
integer STATE_REBOOT_PENDING =1;
|
integer STATE_REBOOT_PENDING =1;
|
||||||
integer STATE_REBOOT_FAST = 2;
|
integer STATE_REBOOT_FAST = 2;
|
||||||
|
|
||||||
|
string g_sTextureSet;
|
|
@ -1,14 +1,6 @@
|
||||||
#include "Common.lsl"
|
#include "variables.lsl"
|
||||||
#include "ZNICommon.lsl"
|
#include "functions.lsl"
|
||||||
|
|
||||||
integer SERVER_CHANNEL = 0x9F1C;
|
|
||||||
|
|
||||||
list g_lAdminTag;
|
|
||||||
list g_lManagerTag;
|
|
||||||
|
|
||||||
string g_sTextureSet;
|
|
||||||
integer g_iFlags;
|
|
||||||
integer g_iPricePerDay;
|
|
||||||
|
|
||||||
default
|
default
|
||||||
{
|
{
|
||||||
|
|
4
LSL/src/Server [AC].lsl
Normal file
4
LSL/src/Server [AC].lsl
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#include "../external/CommonLSL/variables.lsl"
|
||||||
|
#include "../external/CommonLSL/functions.lsl"
|
||||||
|
|
||||||
|
#include "../raw/Server.lsl"
|
Loading…
Add table
Add a link
Reference in a new issue