PB_RCON problem
Posted: January 24th, 2010, 12:39 am
can some one tell me how can i add cj commands to PB_RCON?
Its my commands file:
and i see some think like when admin type "/pb_rcon punish give::X::somegun" then console write this:
ADMIN NICK give gun_name for player_nick
Can some one help me with this
Thanks so mutch
Its my commands file:
Code: Select all
//*************************
//PB_RCON Commands Setup v2
//*************************
//*************************
pb_sv_task 01 00 pb_sv_rcon 50 map_restart
pb_sv_task 02 00 pb_sv_rcon 75 fast_restart
pb_sv_task 03 00 pb_sv_rcon 75 g_gametype
pb_sv_task 04 00 pb_sv_rcon 75 pb_sv_banguid
pb_sv_task 05 00 pb_sv_rcon 75 exec
pb_sv_task 06 00 pb_sv_rcon 99 pb_sv_powerguid
pb_sv_task 07 00 pb_sv_rcon 99 pb_sv_rcon
pb_sv_task 08 00 pb_sv_rcon 75 pb_sv_
pb_sv_task 09 00 pb_sv_rcon 75 pb_sv_kick
pb_sv_task 10 00 pb_sv_rcon 75 map
pb_sv_task 11 00 pb_sv_rcon 75 map_rotate
//**************************
// Commands configured confirmation message
// If you add more commands to this list
// make sure to change the last task line time
// from 12 to the last number on the list! This is to avoid task conflicts.
// (example: if you have 20 commands then 12 should be 21 instead)
//**************************
pb_sv_task 12 00 say ^0COMMANDS CONFIGURED!
ADMIN NICK give gun_name for player_nick
Can some one help me with this
Thanks so mutch