Raised This Month: $ Target: $400
 0% 

Messages and /something


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
girotto000
Senior Member
Join Date: Feb 2013
Old 02-09-2013 , 10:54   Messages and /something
Reply With Quote #1

Hi guys, the title of this topic it isnt very good, but im going to explain now

1. I have downloaded an addons, that every 120 seconds appears a message of the addons, that i want turn off!
Yes, i have the option of turn off, but this way im going turn off all the messages of the server, not only their messages.
I already search in amxx.cfg, messages.ini and i dont know where are this messages!! Could you please help me?

2. I want to know how to make that help texts into the server
example: the player write in the say /help
So then appears in his CS, a windows with something that i write!

Waiting and thanks for the help
girotto000 is offline
Unkolix
Veteran Member
Join Date: Sep 2012
Old 02-09-2013 , 11:04   Re: Messages and /something
Reply With Quote #2

1. The messages are written in plugins.
2. If you want that when a person types /help he gets a motd with information. You need to search for this kind o a plugin.
Unkolix is offline
girotto000
Senior Member
Join Date: Feb 2013
Old 02-09-2013 , 11:08   Re: Messages and /something
Reply With Quote #3

I suspected that this messages were into plugins
Do you know how to transform .amxx plugins into .sma? so that way i can try to find where are this message and remove them..
girotto000 is offline
Unkolix
Veteran Member
Join Date: Sep 2012
Old 02-09-2013 , 11:15   Re: Messages and /something
Reply With Quote #4

That is impossible. You should try searching it on forums by the .amxx name.
Unkolix is offline
girotto000
Senior Member
Join Date: Feb 2013
Old 02-09-2013 , 11:37   Re: Messages and /something
Reply With Quote #5

But i find a tutorial here in alliedmods that turn .amxx in .sma
Here is the tutorial:

http://translate.google.com.br/trans...pt-BR%26sa%3DG
girotto000 is offline
naven
Veteran Member
Join Date: Jun 2008
Location: Poland, Cieszyn
Old 02-09-2013 , 11:40   Re: Messages and /something
Reply With Quote #6

Decompiling plugins is:
If you ask how- impossible
If you know how- hard

Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "nowy plugin"
#define VERSION "1.0"
#define AUTHOR "naven"


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	register_clcmd("say /rules", "zasady")
}
public zasady(id){
	client_print(id, print_chat, "I said /rules!")//print client a message
	show_motd(id, "zasady.txt", "Zasady serwera")//shows motd called zasady.txt
}
btw. what plugin are you talking about?

@girotto000, after putting that in there it makes no sense at all.
__________________
naven.com.pl
"At the end of the day, there are always going to be mental disorders and people who cause violence for no other reason than the fact that they're fucked up and lost. And all we can do is try to learn from it." Corey Taylor.

Last edited by naven; 02-09-2013 at 11:41.
naven is offline
Unkolix
Veteran Member
Join Date: Sep 2012
Old 02-09-2013 , 11:44   Re: Messages and /something
Reply With Quote #7

Quote:
Originally Posted by naven View Post
Decompiling plugins is:
If you ask how- impossible
If you know how- hard

Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "nowy plugin"
#define VERSION "1.0"
#define AUTHOR "naven"


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	register_clcmd("say /rules", "zasady")
}
public zasady(id){
	client_print(id, print_chat, "I said /rules!")//print client a message
	show_motd(id, "zasady.txt", "Zasady serwera")//shows motd called zasady.txt
}
btw. what plugin are you talking about?

@girotto000, after putting that in there it makes no sense at all.
Why do you make a print client message after he typer /help? Is kinda stupid.

Btw, put zasady.txt into cstrike folder.
Unkolix is offline
girotto000
Senior Member
Join Date: Feb 2013
Old 02-09-2013 , 12:33   Re: Messages and /something
Reply With Quote #8

Thanks for the plugin!
About the messages, i dont know from what plugin the are appearing in the server do you understand? ^^
I could change, if i knew what plugin is....
girotto000 is offline
Unkolix
Veteran Member
Join Date: Sep 2012
Old 02-09-2013 , 12:34   Re: Messages and /something
Reply With Quote #9

What does that message says?
Unkolix is offline
girotto000
Senior Member
Join Date: Feb 2013
Old 02-09-2013 , 12:49   Re: Messages and /something
Reply With Quote #10

It's in Portuguese, but in english is something like this:
"INCS Addons Pega Pega
www.incs.tk
Addons of cs 1.6"

Pega Pega is catch mod.
Simplifying, it's an advertising.
girotto000 is offline
Reply


Thread Tools
Display Modes

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 20:41.


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