CS:GO: tick_delays
Posted: Sat Apr 11, 2015 8:52 pm
I used the following code in the CSS and CSGO:
In cs:s:
In cs:go
This is a bug, or so conceived?
Syntax: Select all
from listeners.tick import tick_delays
def load():
print("test")
tick_delays.delay(1, load)
In cs:s:
In cs:go
This is a bug, or so conceived?