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

[REQ] Auoto chat say


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Dote
Member
Join Date: Jan 2018
Old 04-30-2018 , 14:36   [REQ] Auoto chat say
Reply With Quote #1

Hi guys
i need plugin auto say on chat .
server say on chat Every 3 minute like that "check our site www.alliedmos.net" can u help me pls?
Dote is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 04-30-2018 , 14:55   Re: [REQ] Auoto chat say
Reply With Quote #2

Search its called advertising

https://forums.alliedmods.net/showth...36886?p=236886
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 04-30-2018 at 14:56.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
instinctpt1
Senior Member
Join Date: Dec 2016
Location: Chandigarh, India
Old 04-30-2018 , 15:12   Re: [REQ] Auoto chat say
Reply With Quote #3

Or you can use mine xD
ChatBot

** You see now i m advertising too
instinctpt1 is offline
Dote
Member
Join Date: Jan 2018
Old 04-30-2018 , 15:47   Re: [REQ] Auoto chat say
Reply With Quote #4

THX guys
Dote is offline
Creey
Junior Member
Join Date: Oct 2017
Location: Morocco
Old 05-12-2018 , 00:51   Re: [REQ] Auoto chat say
Reply With Quote #5

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

#define PLUGIN "Auto-Say"
#define VERSION "1.0"
#define AUTHOR "Crey"


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	
	set_task(180.0, "AutoSayMessage", _,_,_,"b");
}

public AutoSayMessage(id)
{
	ColorChat( 0, GREEN, "^4[AMXX] ^1Check ^3 ^1Website ^4www.alliedmods.net");
}
Creey is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-12-2018 , 08:44   Re: [REQ] Auoto chat say
Reply With Quote #6

Quote:
Originally Posted by Creey View Post
Code:
#include <amxmodx>
#include <amxmisc>
#include <ColorChat>

#define PLUGIN "Auto-Say"
#define VERSION "1.0"
#define AUTHOR "Crey"


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	
	set_task(180.0, "AutoSayMessage", _,_,_,"b");
}

public AutoSayMessage(id)
{
	ColorChat( 0, GREEN, "^4[AMXX] ^1Check ^3 ^1Website ^4www.alliedmods.net");
}
Enjoy the error logs when the server is empty.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Natsheh
Veteran Member
Join Date: Sep 2012
Old 05-12-2018 , 10:01   Re: [REQ] Auoto chat say
Reply With Quote #7

Quote:
Originally Posted by OciXCrom View Post
Enjoy the error logs when the server is empty.
There will be no errors but its hardcoded, well it depends on how its functioning.
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !

Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-12-2018 , 13:11   Re: [REQ] Auoto chat say
Reply With Quote #8

Yes there will, because the colorchat library doesn't check if there are players online before sending a message with index 0, so it will throw an error. This is one of the reasons why you shouldn't use colorchat.inc.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
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 16:14.


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