Raised This Month: $ Target: $400
 0% 

AMX War Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Technical/Development       
echo_cs
Senior Member
Join Date: Dec 2011
Old 01-30-2012 , 05:31   AMX War Plugin
Reply With Quote #1

AMX War Plugin

Description:
This plugin exec the cfg and set the password and set amx_off with writing start_war in the console command and end the war with writing end_war


console Command:
start_war => to start the war
end_war => end the war Note: set amx_on to end the war because the plugin is paused


Cvars:
amx_warcfg <filename>
default: amx_warcfg war.cfg

amx_setoff 1 set amx off after exec the war cfg
amx_setoff 0 don't set amx off
default: amx_setoff 1

amx_warpass <password>
default: amx_warpass a12b

amx_defaultcfg <filename>
default: amx_defaultcfg server.cfg


save war.cfg in
.../cstrike/war.cfg
Attached Files
File Type: cfg war.cfg (1.1 KB, 475 views)
File Type: sma Get Plugin or Get Source (War.sma - 292 views - 2.1 KB)
__________________
Pawn (5%)

C (80%)

C++ (20%)

SQL (5%)

Last edited by echo_cs; 01-30-2012 at 06:44.
echo_cs is offline
quark
Veteran Member
Join Date: Oct 2011
Location: Your mind.
Old 01-30-2012 , 05:43   Re: AMX War Plugin
Reply With Quote #2

I think this plugin is useless, cause there are a more plugins like this , with a lot of more features! But i have to appreciate your work try to add more features and release it!
__________________

Check out My Plugins:
qServerInfo ; ASKTAG
quark is offline
echo_cs
Senior Member
Join Date: Dec 2011
Old 01-30-2012 , 05:45   Re: AMX War Plugin
Reply With Quote #3

Give me the link of one of this plugins
__________________
Pawn (5%)

C (80%)

C++ (20%)

SQL (5%)
echo_cs is offline
quark
Veteran Member
Join Date: Oct 2011
Location: Your mind.
Old 01-30-2012 , 05:50   Re: AMX War Plugin
Reply With Quote #4

Watch this, there are too Auto Mix by p1mp.
__________________

Check out My Plugins:
qServerInfo ; ASKTAG
quark is offline
echo_cs
Senior Member
Join Date: Dec 2011
Old 01-30-2012 , 05:55   Re: AMX War Plugin
Reply With Quote #5

Good plugin but difficult to control and using
__________________
Pawn (5%)

C (80%)

C++ (20%)

SQL (5%)
echo_cs is offline
Old 01-30-2012, 05:56
quark
This message has been deleted by quark.
quark
Veteran Member
Join Date: Oct 2011
Location: Your mind.
Old 01-30-2012 , 05:58   Re: AMX War Plugin
Reply With Quote #6

i dont think so. Anyway try to add features ... If you need help pm me
__________________

Check out My Plugins:
qServerInfo ; ASKTAG
quark is offline
Devil259
Veteran Member
Join Date: Dec 2009
Location: France (59)
Old 01-30-2012 , 06:17   Re: AMX War Plugin
Reply With Quote #7

server_cmd("sv_password none")

Have you test your plugin ?

This should be
Code:
set_pcvar_string( pCvarSvPassword , "" )

Moreover, instead of using server_cmd( ), you should use set_pcvar_string :

Code:
new pCvarSvPassword pCvarSvPassword = get_cvar_pointer( "sv_password" ) ... set_pcvar_string( pCvarSvPassword , password )

It should already exists.
__________________
You can do anything you set your mind to, man.


Last edited by Devil259; 01-30-2012 at 06:18.
Devil259 is offline
echo_cs
Senior Member
Join Date: Dec 2011
Old 01-30-2012 , 06:41   Re: AMX War Plugin
Reply With Quote #8

thanks sir UPDATE
__________________
Pawn (5%)

C (80%)

C++ (20%)

SQL (5%)
echo_cs is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 01-30-2012 , 10:46   Re: AMX War Plugin
Reply With Quote #9

This plugin doesn't server any purpose, unapproved.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:38.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode