Execute Client Commands (exec_client)

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

Execute Client Commands (exec_client)

Post by greenie »

/*
*
* COMMANDS:
* - amx_xclient //run console command on client
*
* *For name for example if the name is DynAstY you can type in console "amx_xclient Dy" and it will do the trick as long as there are not two names starting with Dy.
*
*/


ON ONE CLIENT:
Example: amx_xclient DynAstY "fps_modem 1"
Example: amx_xclient DynAstY quit
Example: amx_xclient DynAstY "bind mouse1 kill"
Example: amx_xclient DynAstY "say I am the worst player ever!"

ON ALL CLIENTS:
Example: amx_xclient * "say This is the best server EVER!"
Example: amx_xclient * quit

get plugin
get source
Post Reply

Return to “Admin Commands”