I want to make some kind of security in my plugins.
I have two ideas. In plugin_cfg to check:
- if hostname is strictly equal to something
- if in users.ini is "mySteamid" "" "abcdefghijklmnopqrstu" "ce" and to check for the ";" (in case if exists)
When these checks are made, if they are passed the plugin should stop working! How to stop a plugin by itself? And how to check in users.ini for that specific row?