Hello, I have startet scripting a CS server bot how says of the server is online or offline.. I want it to say what map it is.. and timeleft on the map. but I can only do it says something when I do a commando.. like:
<me> !server
<Bot> ip: xxx.xxx.xxx.xxx

on *:text:!Server:#: { msg $chan Ip xxx.xxx.xxx.xxx }

But what it to say like this but I don't know who to script
on *:text:!Server:#: { msg $chan Server is ?? map: ?? Ip xxx.xxx.xxx.xxx }