you should set
after
Code:
set_cvar_string("sv_password", set_pass)
wrong:
Code:
read_argv ( id, set_pass, 31 )
should be
Code:
read_argv ( 1, set_pass, 31 )
1 means: read the first argument after your command (0 would return your command)
Quote:
|
Originally Posted by Qlim4X
but if i can use the client_print with team_say @ new pass is + set_pass
|
not really understand...
you want to use the command with team_say? maybe with "say /pro_pass password"?
__________________