Page 1 of 1

PB_RCON problem

Posted: January 24th, 2010, 12:39 am
by kubiszon
can some one tell me how can i add cj commands to PB_RCON?
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!
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

Re: PB_RCON problem

Posted: January 24th, 2010, 4:05 am
by Pedsdude
Why not just use /rcon commands?

Re: PB_RCON problem

Posted: January 24th, 2010, 4:08 am
by kubiszon
cuz i dont want give rcon password to my clan members :mrgreen:

Re: PB_RCON problem

Posted: January 24th, 2010, 4:10 am
by kubiszon
oh and its not:
ADMIN NICK give gun_name for player_nick
but its:
PB_RCON punish give::X::Nick from SoMe NuMbErS ADMIN NICK

can i modify this msg?

Re: PB_RCON problem

Posted: January 24th, 2010, 4:10 am
by Pedsdude
I don't think it's possible without RCON, but I may be wrong.

Re: PB_RCON problem

Posted: January 24th, 2010, 4:11 am
by kubiszon

Re: PB_RCON problem

Posted: January 25th, 2010, 2:22 pm
by Drofder2004
I'm guessing whatever you use in RCON you just replace with pb_rcon

/rcon simply becomes /pb_rcon.

Re: PB_RCON problem

Posted: January 26th, 2010, 3:11 pm
by Hoogie
Just give them rcon lol
If they fuck with it you can change password anyway.