Jump to content

Csgo server tickrate variable


memeroot

Recommended Posts

I have set up a custom config option for the server tickrate in the Tcadmin2 advanced module for WHMCS. I have also made a variable in my csgo game config called tickrate, with the script:

-tickrate $ipy<%ReturnValue = ThisService.Variables.GetValue('tickrate')%>

 

My commandline is set up in the csgo game config like this:

 

-norestart -game csgo -console -condebug -nohltv -usercon +game_type 0 +game_mode 1 -maxplayers_override $[service.Slots] +maxplayers $[service.Slots] +exec server.cfg +mapgroup mg_active +map de_dust -ip $[service.IpAddress] -port $[service.GamePort] +net_public_adr $[service.IpAddress] -tickrate ![tickrate]

 

However, whenever I check the commandline editor on a csgo game service the commandline looks like this:

 

-norestart -game csgo -console -condebug -nohltv -usercon +game_type 0 +game_mode 1 -maxplayers_override 13 +maxplayers 13 +exec server.cfg +mapgroup mg_active +map de_dust -ip (our ip) -port 27025 +net_public_adr (ip) -tickrate $ipy<%ReturnValue = ThisService.Variables.GetValue('tickrate')%>

 

Obviously the tickrate variable is not working correctly, could someone please tell me what I'm doing wrong?

 

Thanks,

 

Engi

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Who's Online   0 Members, 0 Anonymous, 24 Guests (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use