Well, I got reserved slots working. My problem was not entering the profile ID of the user. Looks like I'll have to grab that from the database as well.
I got another problem :-/.
Is there any reason why the gameME plugin doesn't display any in-game chat text information?
Here's my situation.
Server A - works as it should (rank displays the rank menu, the points gained and lost are displayed in chat, place displays your rank to the entire server in chat)
Server B - has the same settings in the gameME panel as Server A, has SourceOP installed / same server-side settings as server A, but only the rank command works. The points gained and lost are NOT displayed in chat, and place displays nothing. In other words, anything dealing with the chat that gameME is supposed to output doesn't work.
Here's a random part of the console of the server that isn't working:
Code:
22:18:12 "PolecatEZ<926><STEAM_0><Red>" triggered "kill assist" against "MoTh??La?dâ„¢<960><STEAM_0><Blue>" (assister_position "487 -761 3") (attacker_position "-78 -153 12") (victim_position "-307 -686 4")
22:18:13
rcon from "85.214.223.36:56973": command "hlx_psay "ARRAY(0xc5ba560)" 1 "GEPs are FOREVER (2,723) got 5 points for Built Object - Sentrygun""
22:18:13
rcon from "85.214.223.36:56973": command "hlx_psay "ARRAY(0xa550880)" 1 "P. Jacob (2,163) got 7 points [-2] for killing MoTh??La?dâ„¢ (3,704)""
22:18:13
rcon from "85.214.223.36:56973": command "hlx_psay "ARRAY(0xb5df0a0)" 1 "PolecatEZ (21,083) got 2 points for Kill Assist""
It looks like it should be working, but it just won't display for some odd reason.