Raised This Month: $ Target: $400
 0% 

plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
omgitsme
Veteran Member
Join Date: Mar 2010
Old 03-30-2010 , 07:44   plugin
Reply With Quote #1

hey, can someone send me a link to a plugin like when you write /servers it shows the server list? thanks
__________________
omgitsme is offline
Send a message via Skype™ to omgitsme
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 03-30-2010 , 09:48   Re: plugin
Reply With Quote #2

I take it you haven't even searched yet.....
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
omgitsme
Veteran Member
Join Date: Mar 2010
Old 03-31-2010 , 03:42   Re: plugin
Reply With Quote #3

i take it that your a retard who dose'nt think before he talks.... this isn't my first time on a forum i know how to search, i found the one by xdirect. but i was wondering if someone had a more simpler version to it.
__________________
omgitsme is offline
Send a message via Skype™ to omgitsme
xtinct
Senior Member
Join Date: Jan 2010
Location: http://tekxtinct.ning.co
Old 03-31-2010 , 03:56   Re: plugin
Reply With Quote #4

PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Servers LIST"
#define VERSION "1.0"
#define AUTHOR "Xtinct"

new const szFile[ ] = "servers.txt";
new const 
szHeader[ ] = "Servers LIST";

public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_clcmd"say /servers""ClientCommand_ShowCommands" );
}

public 
ClientCommand_ShowCommandsiClient )
    if ( 
is_user_aliveiClient ) )
        
show_motdiClientszFileszHeader 


Quote:
Create a servers.txt file in your cstrike ($moddir$) directory and Put IP's of other servers You have Or Simply put HTML code with servers IP like any other MOTD Window.
__________________
Sorry If I Hurt! Orpheu

1 crab has been found and delivered my me.

Last edited by xtinct; 04-03-2010 at 08:52.
xtinct is offline
Zombiezzz
Veteran Member
Join Date: Nov 2009
Location: Nov 2009
Old 03-31-2010 , 10:37   Re: plugin
Reply With Quote #5

Quote:
Originally Posted by omgitsme View Post
i take it that your a retard who dose'nt think before he talks.... this isn't my first time on a forum i know how to search, i found the one by xdirect. but i was wondering if someone had a more simpler version to it.
say you have non steam please
__________________
Zombiezzz is offline
omgitsme
Veteran Member
Join Date: Mar 2010
Old 03-31-2010 , 11:29   Re: plugin
Reply With Quote #6

Quote:
Originally Posted by xtinct View Post
You can do what you need as Everything is mentioned there and If you cannot then Please Do not make a make again!
ok, i don't know what the fuck that means, but i'm just going to leave it out...
so it should look like
Quote:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Servers LIST"
#define VERSION "1.0"
#define AUTHOR "Xtinct"

new const szFile[ ] = "servers.txt";
new const
szHeader[ ] = "Servers LIST";

public
plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd( "say /servers", "ClientCommand_ShowCommands" );
}

public
ClientCommand_ShowCommands( iClient )
if (
is_user_alive( iClient ) )
show_motd( iClient, szFile, szHeader ); 123.456.789:27015
or how else? and yeah i have cs steam. and if you don't then what? your telling me no one has ever done something illegal here? Har....
__________________
omgitsme is offline
Send a message via Skype™ to omgitsme
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 03-31-2010 , 15:12   Re: plugin
Reply With Quote #7

lol.

You make a file called "servers.txt" in your cstrike folder (or whichever mod you use) and you just type whatever you want to show in there. You can use HTML.
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 03-31-2010 , 18:07   Re: plugin
Reply With Quote #8

Quote:
Originally Posted by omgitsme View Post
i take it that your a retard who dose'nt think before he talks.... this isn't my first time on a forum i know how to search, i found the one by xdirect. but i was wondering if someone had a more simpler version to it.
Take a look at what all is contained in your first post. Where does it say that you have searched and found something but is not exactly what you wanted??? Do you expect use to read your mind? If you don't tell us that you found one plugin alread then we can only assume that you didn't look and/or didn't find one at all.
__________________
fysiks is offline
xtinct
Senior Member
Join Date: Jan 2010
Location: http://tekxtinct.ning.co
Old 04-01-2010 , 03:30   Re: plugin
Reply With Quote #9

Quote:
Originally Posted by omgitsme View Post
; 123.456.789:27015
What is this Stupid! This Person seems to be complete retard. Clearly Points to the fact he said ' I'm not new to this forums' is a total lie.
__________________
Sorry If I Hurt! Orpheu

1 crab has been found and delivered my me.
xtinct is offline
omgitsme
Veteran Member
Join Date: Mar 2010
Old 04-01-2010 , 03:53   Re: plugin
Reply With Quote #10

Quote:
Originally Posted by xtinct View Post
What is this Stupid!
english? you said "and put your server ip in there" so i did, it was a example. this is why i try to use this forum less... full of retards, who try to out smart people. i don't know anything about scripting, and i prob never will. i have a life if you guys know what that means
__________________
omgitsme is offline
Send a message via Skype™ to omgitsme
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 03:01.


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