MessageMode

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

MessageMode

Post by greenie »

it's function avaible with adminmod and converted to use with amx.
tape messagemode on your console
after tape on console amx_messagemode <AMX FUNCTION>
and say <variable>.
amx_nomessagemode

Exemple :
messagemode (optionnal but more easy)
amx_messagemode amx_slay

if you say
"Player"
the player is slayed
after if you say
"Taz-devil" taz-devil is slayed
amx_nomessagemode to deactivate

you can do this with all amx command.
If you want to see all your "say" with amx_tsay format and green color.
Bind sample:
bind "z" "amx_messagemode amx_tsay green;messagemode"
bind "x" "amx_nomessagemode"

get plugin
get source
Post Reply

Return to “Admin Commands”