Quote:
Originally Posted by Bugsy
Change
PHP Code:
public client_putinserver(id) { LoadPrefix(id) }
to
PHP Code:
public client_authorized( id ) { get_user_authid(id, g_szAuthID[id], charsmax(g_szAuthID[])); LoadPrefix(id) }
And remove get_user_authid() in menu_prefix().
|
I did, and it still doesn't work. Any other ideas?
__________________