Say Commands

Post Reply
greenie
Full Member
Full Member
Posts: 1815
Joined: Sun Nov 21, 2021 4:55 pm
Jucator SA:MP ?: Nu
Nick:: greenie
Jucator CS ?: Nu

Say Commands

Post by greenie »

This is my first plugin submission in years, I hope its up to standard.

Simple plugin to parse say commands, eg say /menu should display amx_menu. It is configurable by saycommands.ini in your config folder (auto-created) eg:
; This file determins commands you can say to execute
; eg:
; /help amx_help
; /menu amx_menu
"/menu" "amxmodmenu"
/wtf uaio_menu
Also note that any params, eg: say /kick defyboy will be passed to the command eg: amx_kick defyboy

Couple of cvars:
db_say_commands <1|0> enables/disables plugin
db_say_commands_echo <1|0> enables/disables echo of text (Whether its displayed in chat or not)

Enjoy..

get plugin
get source
Post Reply

Return to “General Purpose”