Thanks to this plugin, you can set VIP status for players (better written as flags) for a specific period of time (e.g. 30 days) or "forever" (you can even set it for, let's say, 5 years xD).
- Just download the plugin and upload the .amxx file to your plugins folder on your server (or you can of course compile the .sma file and then upload the compilated .amxx file to your server).
Syntax: ray_vip <nickname / #id / SID> <flag> <set / remove> <time in seconds>
(Example: ray_vip "STEAM_0:0:12345678" "m" "set" "85")
This will set to an player with given SteamID flag "m" for 85 seconds.
After sending the command to the console the server will create the file /cstrike/addons/amxmodx/data/file_vault/Vip_Vault.txt
where will be written all players that has certain flag setten.
Maybe you wonder how you can use this plugin. In my case, I have a PHP script connected with this plugin.
If you having any issues please feel free to write your issue to the issue section :) .