How to create Configs?
#2
There are multiple ways you can create config files. You can use cIniFile. That way you can create configuration files as .ini files.

Another option could be to use Lua's loadstring or loadfile function. That way you'd have the Lua syntax as a config file. An advantage of that is that you can easily let the admin create arrays and other things in the configuration file itself.

Of course these are just some of the ways you could create config files.

Examples:
cIniFile: Paintball, Bullet
loadstring: WorldEdit, Chatter, Gallery
Reply
Thanks given by:


Messages In This Thread
How to create Configs? - by iKekz1997 - 05-19-2015, 04:39 AM
RE: How to create Configs? - by NiLSPACE - 05-19-2015, 04:53 AM
RE: How to create Configs? - by iKekz1997 - 05-19-2015, 06:13 AM



Users browsing this thread: 1 Guest(s)