You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the default settings about point earn calculation is not healthy, so I change it with using the record timeticks for calculation, for example:
point = (server record timeticks/player finished timeticks) * basepoint
I just set up a new variable for main records point calculation in my fork, and need another list string for multi bonus
The text was updated successfully, but these errors were encountered:
And we need to remove the player move type in code, add the noclip feature back for in game map road preview
To detect hacking in some maps force sv_cheats 1, just force sv_cheats 0 when someone start timer
I think the default settings about point earn calculation is not healthy, so I change it with using the record timeticks for calculation, for example:
point = (server record timeticks/player finished timeticks) * basepoint
I just set up a new variable for main records point calculation in my fork, and need another list string for multi bonus
The text was updated successfully, but these errors were encountered: