Jump to content

FPS and Tickrate


Sanyh8

Recommended Posts

Create a product in WHMCS.

once at the module settings, where you normally fill in default_values.php

You make a new values.php and put that one in the module folder.

In this case, we name it.. cs_values.php

Within you put;

 

<?php

include('default_values.php');

$billing_api_values["gamevar_fps"] = "500";

$billing_api_values["gamevar_tickrate"] = "100";

?>

 

Obviously can choose the values yourself.

This method does require you to make a different product per fps/tickrate setting though.

 

Oh and don't forget to have the variables "fps" and "tickrate" existing in the tcadmin config template.

Link to comment
Share on other sites

Archived

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

×
×
  • 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