You are using the function correctly. set_user_info() sets a user's info on the server. What variable are you trying to set and what are you expecting to happen?
Quote:
Originally Posted by ChileScripting
Test:
Code:
new var[32]
formatex(var, charsmax(var), "blabla")set_user_info(id, "var %s" , var)