Ashus.ashus.net

Full Version: Call Of Duty: PHP RCon 2.40 EN++
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
cprlrst Wrote:yes thankyou i have this sorted just nowall is good i can't seem to get the kick/ban with msg to work for me.

I think thats because it needs PUNKBUSTER, and this system runs on VAX?
Moustache: you were faster, but after I've done the fix exactly the same way on my own, I checked back this forum and you have done it as well Smile

Quote:message centre via the web tool
not planned
hiding is not managed by this, if you'd like to hide something for limited users, use/modify javascript.

and you can download the latest version if you like.
is it possible to adjust code so that it can ban player by guid as you can ban via the official tool just wondering
Ashus Wrote:Moustache: you were faster, but after I've done the fix exactly the same way on my own, I checked back this forum and you have done it as well Smile
I read your code a few times, I am understanding it more and more Smile

Ashus Wrote:
Quote:message centre via the web tool
not planned
That is not really hard to do with punkbuster.
Code:
pb_sv_taskempty

pb_sv_task 30 150 "say ^7Message ^11"
pb_sv_task 60 150 "say ^7Message ^22"

The total message loop takes 150 seconds. On 30 seconds you get message 1, on 60 seconds you get message 2.

But you need to have pb enabled of course. So not possible on Black Ops.
for the msg centre is it possible to write a script that will just send a say cmd to the server?
Ashus Wrote:hiding is not managed by this, if you'd like to hide something for limited users, use/modify javascript.

and you can download the latest version if you like.


I will definitely download the latest version!
cprlrst Wrote:for the msg centre is it possible to write a script that will just send a say cmd to the server?
Yes, and you need to loop that script every x amount of seconds.
Moustache Wrote:
cprlrst Wrote:for the msg centre is it possible to write a script that will just send a say cmd to the server?
Yes, and you need to loop that script every x amount of seconds.

If someone gets this to work, would it be possible to share it with us, we all would like a way to rotate messages on the BO server.
I was doing some testing on our UNRANKED server using phprcon to change gametypes of the non standard variety. Below was what worked and what did not work. The types that did not work returned a message stating that gametype was not valid.

Works:
One in The Chamber
Gun Game
Sticks & Stones
SharpShooter

Doesnt Work:
World Domination
RC Car Race
Rock Paper Scissors
Flag Rush
Waypoint Flag Rush
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39