AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   CS 1.6 chat say commands (https://forums.alliedmods.net/showthread.php?t=155173)

almoog5 04-18-2011 09:55

CS 1.6 chat say commands
 
There is a mod called amxx cmd and his works like that :
a amx admin say !rr and plugin do rcon sv_restartround 1
and !alltalk 1 and the same thing overhere ^.
You guys could tell me how I create this plugin
Thanks for all the helpers

Sylwester 04-18-2011 10:00

Re: CS 1.6 chat say commands
 
You can do it with this plugin:
http://forums.alliedmods.net/showthr...39#post1160139

almoog5 04-19-2011 10:14

Re: CS 1.6 chat say commands
 
I dont know how to add a commands like i admin say !rr [automatic rcon sv_restart 1]
and amx like !noclip name 1\0
u can tell me how to do this and where to add them ?!

Sylwester 04-19-2011 15:39

Re: CS 1.6 chat say commands
 
It's all clearly explained with examples in that post.

For restartround and alltalk:
Code:

"!rr" "sv_restartround 1" "c" ""
"!alltalk $1" "sv_alltalk $1" "c" ""

You need admin kick flag to use these commands.
To change sv_alltalk to 1 you need to write in chat !alltalk "1"
I don't know your noclip command.

You need to save it in addons\amxmodx\configs\say_macros.ini

SHIN CHAN 05-06-2011 09:25

Re: CS 1.6 chat say commands
 
"amx_noclip" is the command for noclip (if u r admin)

SHIN CHAN 05-06-2011 09:26

Re: CS 1.6 chat say commands
 
write tht noclip command on console


All times are GMT -4. The time now is 16:23.

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