Change setinfo _pw
I want to know where can i change the command setinfo _pw pass for other thing like this:
setinfo _"clan" "password" Thanks for who helps me :D |
Re: Change setinfo _pw
You can change the "_pw" in amxx.cfg (changing this is always recommended).
|
Re: Change setinfo _pw
Does this mean that I can have multiple passwords in my userconfig.cfg or autoexec.cfg? I just have to change f.e. "_pw" to "_new"?
|
Re: Change setinfo _pw
I think that i found it, im going to explain for other with the same doubt
In the archive amxx.cfg into configs folder, you have to find this: Code:
// Default value: "_pw"If you change it for "clan" for example, will look like this: Code:
// Default value: "_pw"setinfo "_clan" "password" Am i right? Thanks for the help ;D |
Re: Change setinfo _pw
But is it possible to have multiple passwords like
Code:
// Default value: "_pw" |
Re: Change setinfo _pw
Quote:
|
Re: Change setinfo _pw
Or having 2 passwords in autoexec.cfg would execute them both when entering a server where you need to set your pass?
Code:
setinfo _pw asd |
Re: Change setinfo _pw
The answer to all your questions is "No". You only need one password for a server.
|
Re: Change setinfo _pw
Quote:
|
Re: Change setinfo _pw
Quote:
|
| All times are GMT -4. The time now is 20:30. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.