Raised This Month: $ Target: $400
 0% 

[Help] regarding !cmmds


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
bsparty
Member
Join Date: Sep 2014
Location: India
Old 12-30-2014 , 14:40   [Help] regarding !cmmds
Reply With Quote #1

If wish to create a plugin whose basic function is to display in chat .
For Example:-
If i type !say Yo All !!

It must show "Yo All !!" in everyone's chat



I m currently trying it to use with ColorChat
bsparty is offline
silentscope
Junior Member
Join Date: Jul 2011
Old 12-30-2014 , 14:53   Re: [Help] regarding !cmmds
Reply With Quote #2

Code:
register_clcmd("say whatever","myFunction")
silentscope is offline
bsparty
Member
Join Date: Sep 2014
Location: India
Old 12-30-2014 , 14:58   Re: [Help] regarding !cmmds
Reply With Quote #3

i wish it to use in game !!
say command should be followed after !
bsparty is offline
bsparty
Member
Join Date: Sep 2014
Location: India
Old 12-30-2014 , 15:02   Re: [Help] regarding !cmmds
Reply With Quote #4

If i wish to display score of any team
For Exam ct score is 15
then i need a code which will work as following

if i type !say score ct-15
it should print chat to all the players in the server "score ct-15"

if i type !say score t-12
it should print chat to all the players in the server "score t-12"
bsparty is offline
silentscope
Junior Member
Join Date: Jul 2011
Old 12-30-2014 , 15:11   Re: [Help] regarding !cmmds
Reply With Quote #5

well, just an example

Code:
#include <amxmodx>

public plugin_init() {
    register_clcmd("say score ct-15", "score_ct") 
	register_clcmd("say score t-12", "score_t") 
}

public score_ct() {
	client_print(0, print_chat, "Look at him")
}

public score_t() {
	client_print(0, print_chat, "Look at him")
}
silentscope is offline
bsparty
Member
Join Date: Sep 2014
Location: India
Old 12-30-2014 , 15:24   Re: [Help] regarding !cmmds
Reply With Quote #6

-,- y making fun

Last edited by bsparty; 12-30-2014 at 16:08. Reason: Sorry
bsparty is offline
Kellan123
AlliedModders Donor
Join Date: Aug 2012
Old 12-30-2014 , 16:14   Re: [Help] regarding !cmmds
Reply With Quote #7

https://forums.alliedmods.net/showthread.php?t=141832
Kellan123 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 13:53.


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