hey guys I need a quick help with get_user_info function
I used to work it that way when I could setinfo to a random value, lets say:
I type in console: "setinfo _monster_splash 15" and it saved as an info
then when I did in a plugin get_user_info with "_monster_splash" as the key it always returned me 15
for some reason now when I do get_user_info to something in the plugin, I do it to an info key WHICH I HAVE in my 'setinfo' list in console, it doesn't return anything, and it returns an empty string.
Anyone knows whys that or could give me example of a code to know how this should work to see if im doing anything wrong?