Well I run a Zombie TS Server. Is there a way to check is a joining player is in the SQL, and if he is not it will add him?
I know it has something to do with this.
Code:
new query[256], authid[32]
get_user_authid(id,authid,31)
format( query, 255, "INSERT INTO users (steamid,exp,level,kills) VALUES('%s','0','1','0')", authid)