I have some questions about server side scripting for sql.
Iam about to write some scripts for a database so that i can save the player health. For that ive written some scripts for the database connections and added them to the mission folder. After i was reading some other mod source code i asked myself why the most mods have a addon only for the server scripts.
Should i write an addon only for the database server scripts or can i add them to the mission folder and run them in the initServer.sqf without taking any risk?