Is there any way to make a plugin that makes the player add stuff in like autoexec.cfg?
This is just a example:
amx_addexec "noob" "autoexec.cfg" "exec omfg.cfg"
amx_addexec "idiot" "userconfig.cfg" "name OMFG"
etc..
(amx_addexec <name> <what file to add in> <what command to add in the file>)
Now "exec omfg.cfg" will be added in noob's autoexec.cfg.
Now "name OMFG" will be added in idiot's userconfig.cfg