memeroot Posted January 18, 2018 Share Posted January 18, 2018 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.