Quote:
Originally Posted by Honors
An AuthID has 34 characters, so -> new userid[ 35 ]
PS : Use the native charsmax( )
Code:
get_user_authid( id , userid , charsmax( userid ) )
|
This Forum is so awesome! thanks for your help

So if I want to run an function of mine, only if one user connected, I musst do it with set_task in public client_putinserver()?