Raised This Month: $51 Target: $400
 12% 

View Poll Results: What changes can be makes?
More slots 2 50.00%
New sound 0 0%
Cvar changes 0 0%
Add ideas 2 50.00%
Voters: 4. You may not vote on this poll

Nice Connect Menu Beta (NCMB)


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Server Management       
VenusAngelic
Member
Join Date: Dec 2011
Location: Bulgaria, Sofia
Old 02-04-2012 , 10:56   Nice Connect Menu Beta (NCMB)
Reply With Quote #1

[IMG]http://desmond.**************/Himg831/scaled.php?server=831&filename=descriptionw.p ng&res=medium[/IMG]
The plugin show nice server connect menu and nice sound when you type in chat command. The plugin use one custom include file named "cyberneta".
It the sma you can change the text when someone connect to current server, text for connect1, connect2 and connect3 slot, exit text, sound, connections ip adress..this is beta plugin v1 make by me and cvars are not added. Instructions and infos are in the sma

[IMG]http://img214.**************/img214/1615/picture1gez.png[/IMG]

[IMG]http://img201.**************/img201/1259/commandsy.png[/IMG]
say: /connect , /server , /serve , connect , server , serve
say_team: /connect , /server , /serve , connect , server , serve


[IMG]http://img688.**************/img688/9296/featuresj.png[/IMG]
-Server connection ability
-2 slots of connection
-Red text on chat when someone connect to current server
-Sma full remake
-Custom include file
-Sound when show the menu
-12 say commands
__________________
ZombieWave~™ atarx avaiable soon with IP:
zombiewave.servecounterstrike.com:27015

[IMG]http://desmond.**************/Himg513/scaled.php?server=513&filename=92810204.png&r es=medium[/IMG]

Last edited by ConnorMcLeod; 02-04-2012 at 13:18. Reason: Removed "containing .amxx file" attachment
VenusAngelic is offline
Send a message via Skype™ to VenusAngelic
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 02-04-2012 , 11:16   Re: Nice Connect Menu Beta (NCMB)
Reply With Quote #2

Code:
public client_connect(i) { }
what?

Code:
register_event("HLTV", "event_round_start", "a", "1=0", "2=0")

Why you declare it , if you didnt use it ?
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
VenusAngelic
Member
Join Date: Dec 2011
Location: Bulgaria, Sofia
Old 02-04-2012 , 11:23   Re: Nice Connect Menu Beta (NCMB)
Reply With Quote #3

The plugin is beta..
Code:
server_cmd("exec addons/amxmodx/configs/connectmenu.cfg")
Will also benefit ..but in v2.0 this things need..
i forgot to delete him
__________________
ZombieWave~™ atarx avaiable soon with IP:
zombiewave.servecounterstrike.com:27015

[IMG]http://desmond.**************/Himg513/scaled.php?server=513&filename=92810204.png&r es=medium[/IMG]

Last edited by VenusAngelic; 02-04-2012 at 11:29.
VenusAngelic is offline
Send a message via Skype™ to VenusAngelic
Atov
Junior Member
Join Date: Jan 2012
Old 02-04-2012 , 11:44   Re: Nice Connect Menu Beta (NCMB)
Reply With Quote #4

Indent your code.
Atov is offline
VenusAngelic
Member
Join Date: Dec 2011
Location: Bulgaria, Sofia
Old 02-04-2012 , 12:05   Re: Nice Connect Menu Beta (NCMB)
Reply With Quote #5

what? how?
I know what is mean on bulgarian language but i cant understand
__________________
ZombieWave~™ atarx avaiable soon with IP:
zombiewave.servecounterstrike.com:27015

[IMG]http://desmond.**************/Himg513/scaled.php?server=513&filename=92810204.png&r es=medium[/IMG]

Last edited by VenusAngelic; 02-04-2012 at 12:06. Reason: dont-->cant
VenusAngelic is offline
Send a message via Skype™ to VenusAngelic
Devil259
Veteran Member
Join Date: Dec 2009
Location: France (59)
Old 02-04-2012 , 12:18   Re: Nice Connect Menu Beta (NCMB)
Reply With Quote #6

Example of code non-indented ->

Code:
#include <amxmodx> #include <hamsandwich> public plugin_init( ) {  register_plugin( "123" , "456" , "789" )     register_event( "DeathMsg" , "death" , "a" )   RegisterHam( Ham_Spawn , "player" , "playerspawn" , true ) } public death( ) {  if( is_user_alive( read_data( 1 ) )     {  client_print( 0 , print_chat , "LOL!" ) } } public playerspawn( id ) {  if( is_user_alive( id ) ) {         client_print( id , print_chat , "welcome" )    } }

Indented ->

Code:
#include <amxmodx> #include <hamsandwich> public plugin_init( ) {     register_plugin( "123" , "456" , "789" )     register_event( "DeathMsg" , "death" , "a" )     RegisterHam( Ham_Spawn , "player" , "playerspawn" , true ) } public death( ) {     if( is_user_alive( read_data( 1 ) )     {         client_print( 0 , print_chat , "LOL!" )     } } public playerspawn( id ) {     if( is_user_alive( id ) )     {         client_print( id , print_chat , "welcome" )     } }
__________________
You can do anything you set your mind to, man.

Devil259 is offline
VenusAngelic
Member
Join Date: Dec 2011
Location: Bulgaria, Sofia
Old 02-04-2012 , 12:31   Re: Nice Connect Menu Beta (NCMB)
Reply With Quote #7

for this plugin "indent" is not very important..
Now i fix the unneeded code.
However, I'm a newbie buy the plugin is cool...maybe
The code is bery bad..but the effect is important..
__________________
ZombieWave~™ atarx avaiable soon with IP:
zombiewave.servecounterstrike.com:27015

[IMG]http://desmond.**************/Himg513/scaled.php?server=513&filename=92810204.png&r es=medium[/IMG]

Last edited by VenusAngelic; 02-04-2012 at 12:32.
VenusAngelic is offline
Send a message via Skype™ to VenusAngelic
kramesa
Veteran Member
Join Date: Feb 2011
Location: Brazil
Old 02-04-2012 , 13:00   Re: Nice Connect Menu Beta (NCMB)
Reply With Quote #8

Quote:
Originally Posted by VenusAngelic View Post
for this plugin "indent" is not very important..
What? All plugins need ident.
__________________
kramesa is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 02-04-2012 , 13:19   Re: Nice Connect Menu Beta (NCMB)
Reply With Quote #9

You are not allowed to upload .amxx file, just attach .sma file and a compiled plugin link is generated.


Edit :

Redundant, hardcoded, not indented, doesn't seem to be your code, unapproved.
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 02-04-2012 at 13:23.
ConnorMcLeod is offline
VenusAngelic
Member
Join Date: Dec 2011
Location: Bulgaria, Sofia
Old 02-04-2012 , 13:51   Re: Nice Connect Menu Beta (NCMB)
Reply With Quote #10

The code is mine..
I indent now..
plase ConnorMcLeod give me time
__________________
ZombieWave~™ atarx avaiable soon with IP:
zombiewave.servecounterstrike.com:27015

[IMG]http://desmond.**************/Himg513/scaled.php?server=513&filename=92810204.png&r es=medium[/IMG]

Last edited by VenusAngelic; 02-04-2012 at 13:54.
VenusAngelic is offline
Send a message via Skype™ to VenusAngelic
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 00:08.


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