Blockland Forums > Modification Help
(new problem) Save and Load (server sided)
Red_Guy:
add:
--- Code: ---exec("config/server/clantags.cs");
--- End code ---
to the END of your script. Then it will load whatever is saved when you rsestart.
xcruso:
--- Quote from: Red_Guy on September 09, 2011, 03:50:47 AM ---add:
--- Code: ---exec("config/server/clantags.cs");
--- End code ---
to the END of your script. Then it will load whatever is saved when you rsestart.
--- End quote ---
Thanks.
Edit: The one DrenDran gave me i made it into a /command but it writes $clantags12397 = "Test"; but that one doesn't work as loading it again I would like to make it say $clantags12397 = FindClientByName(%target).clanPrefix = "Test";
Please tell me if there is any way to make it write that in the clantags
:D