What can I do to stop it from happening? Its really annoying BTW! I'm using IF's Roleplay script.
Forum




Am I the only one?
5 replies



What can I do to stop it from happening? Its really annoying BTW! I'm using IF's Roleplay script.
There are two ways to avoid this problem:



I always thought it was the server.lua problem
I cant place it in auto run because this currect script has over 4 different .lua files and 2 text files and a data folder
I dont know how to edit lua that good so I guess ill have to just do what you said
Thanks



You can see an example of dofiles in sys\lua\server.lua path.
Example...
Activating a script:
1
dofile("sys/lua/yourscriptname.lua")
1
--dofile("sys/lua/yourscriptname.lua")




