CS:GO: tick_delays

Please post any questions about developing your plugin here. Please use the search function before posting!
MrMalina
Member
Posts: 53
Joined: Mon Apr 08, 2013 2:40 pm
Location: Russian Federation

CS:GO: tick_delays

Postby MrMalina » Sat Apr 11, 2015 8:52 pm

I used the following code in the CSS and CSGO:

Syntax: Select all

from listeners.tick import tick_delays

def load():

print("test")

tick_delays.delay(1, load)


In cs:s:
css.jpg


In cs:go
css.jpg


This is a bug, or so conceived?
Attachments
csgo.jpg
User avatar
L'In20Cible
Project Leader
Posts: 1533
Joined: Sat Jul 14, 2012 9:29 pm
Location: Québec

Postby L'In20Cible » Sat Apr 11, 2015 9:07 pm

Not a bug. Unless you disabled hibernation on CS:GO, there is no frame when there is no player. Add the following to your command line:

Code: Select all

+sv_hibernate_when_empty 0
MrMalina
Member
Posts: 53
Joined: Mon Apr 08, 2013 2:40 pm
Location: Russian Federation

Postby MrMalina » Sun Apr 12, 2015 9:57 am

Thanks, now it works.

Return to “Plugin Development Support”

Who is online

Users browsing this forum: Bing [Bot] and 151 guests