Search found 31 matches
- Tue Apr 22, 2025 10:40 pm
- Forum: News & Announcements
- Topic: Python 3.13, site packages and other updates
- Replies: 2
- Views: 4613
Re: Python 3.13, site packages and other updates
Thats is awsome good job guys!!
- Thu Apr 10, 2025 2:12 pm
- Forum: General Discussion
- Topic: [CS:S/TF2/DOD:S] NEW UPDATE
- Replies: 11
- Views: 56333
Re: [CS:S/TF2/DOD:S] NEW UPDATE
I actually got it work but sp is not working with sourcemod now
- Wed Apr 09, 2025 8:37 pm
- Forum: General Discussion
- Topic: [CS:S/TF2/DOD:S] NEW UPDATE
- Replies: 11
- Views: 56333
Re: [CS:S/TF2/DOD:S] NEW UPDATE
well it didnt work tho still crashing server .. i guess this is the end of sourcepython :S
- Wed Apr 09, 2025 1:27 am
- Forum: General Discussion
- Topic: [CS:S/TF2/DOD:S] NEW UPDATE
- Replies: 11
- Views: 56333
Re: [CS:S/TF2/DOD:S] NEW UPDATE
Still broken? It wont start server if i use sourcepython..
- Sun Jan 17, 2021 5:18 pm
- Forum: Whatever
- Topic: Server is hibernating. [CS:S]
- Replies: 8
- Views: 71160
Re: Server is hibernating. [CS:S]
used that as plugin. and server console says: Dropped dNk. from server (Disconnect by user.) Server is hibernating. Also idk is it from hibernating or not .. but when no one on server for (not sure how long 5-10h maybe?) and ill join there server is laggy , changing map or reload same map fixing th...
- Fri Jan 15, 2021 6:13 pm
- Forum: Whatever
- Topic: Server is hibernating. [CS:S]
- Replies: 8
- Views: 71160
Re: Server is hibernating. [CS:S]
I tested yesterday that i was whole night on server and at morning it wasnt laggy.. so basicly if server is emptt for a while it starta lagging
- Wed Jan 13, 2021 3:02 pm
- Forum: Whatever
- Topic: Server is hibernating. [CS:S]
- Replies: 8
- Views: 71160
Re: Server is hibernating. [CS:S]
from engines.server import server_game_dll from memory import get_virtual_function from memory.hooks import PreHook @PreHook(get_virtual_function(server_game_dll, 'SetServerHibernation')) def pre_set_server_hibernation(stack_data): stack_data[1] = False used that as ...
- Tue Jan 12, 2021 1:53 pm
- Forum: Whatever
- Topic: Server is hibernating. [CS:S]
- Replies: 8
- Views: 71160
Re: Server is hibernating. [CS:S]
That hibernate command is for csgo :S
Ayuto wrote:There is a variable, but I'm not sure whether or not it is for CSS:
viewtopic.php?f=20&t=664&p=3642&hilit=Hibernate#p3642
- Mon Jan 11, 2021 5:22 pm
- Forum: Whatever
- Topic: Server is hibernating. [CS:S]
- Replies: 8
- Views: 71160
Server is hibernating. [CS:S]
Hi,
Do anyone got anyidea how to remove Counter Strike: Source server hibernating?
Is there somekind cvar or??
It is dedicated linux debian 10.
Do anyone got anyidea how to remove Counter Strike: Source server hibernating?
Is there somekind cvar or??
It is dedicated linux debian 10.
- Wed Mar 27, 2019 1:50 pm
- Forum: Whatever
- Topic: Private Plugin
- Replies: 2
- Views: 16464
Re: Private Plugin
This can be removed. Thank you very much!.
- Fri Mar 08, 2019 6:41 pm
- Forum: General Discussion
- Topic: Error installing Python on a Linux Server
- Replies: 12
- Views: 25532
Re: Error installing Python on a Linux Server
well i got almoust same problem but with css , and i reinstalled whole steam (ofc im using dedicated root access) after that it worked .. i guess its bugged there or smth if its load twice .vdf file .. this is really strange :S if you can remove server and reinstall it i would give it a try
- Fri Mar 08, 2019 6:14 pm
- Forum: General Discussion
- Topic: Error installing Python on a Linux Server
- Replies: 12
- Views: 25532
Re: Error installing Python on a Linux Server
i would reinstall and try it then
- Thu Mar 07, 2019 1:16 pm
- Forum: Plugin Requests
- Topic: Respawn?
- Replies: 7
- Views: 18564
Re: Respawn?
Syntax: Select all
from commands.say import SayCommand
from players.entity import Player
@SayCommand('!respawn')
def respawn_player(command, index, team_only):
Player(True).spawn()
Like this?
- Thu Mar 07, 2019 1:15 pm
- Forum: Plugin Requests
- Topic: Respawn?
- Replies: 7
- Views: 18564
Re: Respawn?
Okay so i need that player.spawn(True) no matter where he is or what he doing it always respawn him
- Thu Mar 07, 2019 12:08 pm
- Forum: Plugin Requests
- Topic: Respawn?
- Replies: 7
- Views: 18564
Re: Respawn?
how about respawn in map counter strike source like there is always a respawn ofc is that possible?
- Thu Mar 07, 2019 12:48 am
- Forum: Plugin Requests
- Topic: Respawn?
- Replies: 7
- Views: 18564
Respawn?
I found this evenscript script but not working with es_emulator
So if that is so simple made can someone remake it?
Code: Select all
import es
def player_say(ev):
if ev['text'] == '!respawn':
es.server.cmd('est_spawn %s 1'%(ev['userid']))
So if that is so simple made can someone remake it?
- Wed Mar 06, 2019 9:44 pm
- Forum: Whatever
- Topic: Private Plugin
- Replies: 2
- Views: 16464
Re: Private Plugin
Still offer is open!!
- Sat Mar 02, 2019 12:18 am
- Forum: Plugin Requests
- Topic: [Css] Longjump stats
- Replies: 0
- Views: 9243
[Css] Longjump stats
Do anyone have time or doing right now that plugin?
- Tue Oct 30, 2018 6:20 pm
- Forum: Plugin Requests
- Topic: [CS:S] Trikz
- Replies: 11
- Views: 30533
Re: [CS:S] Trikz
You shouldn't need to change anything. I'll look into CS:S later on today. What is not working exactly? Is there an error message printed in the server console? well i tryed bouth without changes and with changes but still didnt work .. the menu not working if you press give flash it wont give it o...
- Sat Sep 22, 2018 12:47 pm
- Forum: Plugin Requests
- Topic: [CS:S] Trikz
- Replies: 11
- Views: 30533
Re: [CS:S] Trikz
That is good work but it still not working on counter strike source even that i changed csgo to css