Alexander Malik
Alexander Malik
sv_hibernate_when_empty 0 sv_hibernate_postgame_delay 0 sv_hibernate_ms 0 sv_hibernate_ms_vgui 0 sv_hibernate_when_empty 0 sv_hibernate_postgame_delay 0 Мое решение, если кому-то нужно
Server crashing after that
https://github.com/Quake1011/CS2-plugins-lua/blob/d2f0f496686aa6dbfa31da4e83b5ef76748a30f2/PlantSideLocker/vscripts/PlantSideLocker.lua#L68-L76 Replace this ```lua if v:GetTeam() == team then ``` to this ```lua if v:GetTeam() == team and v:IsNPC() == false then ```
> @Quake1011 I tried it and it still doesn't work Hm. Weird... Thats should working
> @Quake1011 Maybe they are not seen as NPC. Isn't it a function to check its steamid? It should be 0 for bots U can't check this for steam Id....