It would be really handy to have either a proto native function added to append new users to the priority queue system OR allow the editing of priority.txt during runtime and have it reload after change. Currently we are unable to append and or edit the priority.txt during runtime. This would help in limiting downtime required to append data to the list.
Thanks.
Something like this perhaps.
proto native bool RemovePriorityQueue( string uid ); //Steam 64 ID , returns true on success proto native bool AddPriorityQueue( string uid ); //Steam 64 ID returns true on success