Search found 288 matches

by cssbestrpg
Fri Apr 09, 2021 3:18 pm
Forum: Plugin Releases
Topic: Quakesounds
Replies: 28
Views: 37718

Re: Quakesounds

Update:
- Fixed teamkiller sound playing when enemy kills your or you kill them
- Possible fix for teamkiller sound play to correctly(Untested)
by cssbestrpg
Wed Apr 07, 2021 6:28 am
Forum: Plugin Releases
Topic: Quakesounds
Replies: 28
Views: 37718

Re: Quakesounds

I didn't make a config for it, but try newest version, i just made a possible fix for it(Untested)
by cssbestrpg
Tue Apr 06, 2021 7:17 pm
Forum: Plugin Releases
Topic: Quakesounds
Replies: 28
Views: 37718

Re: Quakesounds

Added teamkiller sound(Untested)
Fixed showing sometimes value errors
by cssbestrpg
Mon Apr 05, 2021 11:38 am
Forum: Plugin Releases
Topic: Hostage Noblock
Replies: 2
Views: 5434

Re: Hostage Noblock

Thanks for the tip. I am beginner of using EntityIter.
by cssbestrpg
Mon Apr 05, 2021 11:21 am
Forum: Plugin Releases
Topic: Hostage Noblock
Replies: 2
Views: 5434

Hostage Noblock

Hello, this plugin allows walk through hostages. from events import Event from filters.entities import EntityIter from entities.constants import CollisionGroup @Event('round_start') def round_start(args): for i in EntityIter.iterator(): if i.classname.startswith(&...
by cssbestrpg
Thu Apr 01, 2021 4:22 pm
Forum: Plugin Releases
Topic: [Cs:s] Zombie Riot
Replies: 16
Views: 25132

Re: [Cs:s] Zombie Riot

Update:
- Fixed not load plugin
- Possible fix for fire kill no reduce zombies amount(No Tested)
- Added respawn for zombie after fire kill(No Tested)
- Added translation for weapon purchase(No Tested)
by cssbestrpg
Thu Mar 25, 2021 2:48 pm
Forum: Plugin Development Support
Topic: [CS:GO] Print console admin log
Replies: 5
Views: 4011

Re: [CS:GO] Print console admin log

Thanks for answer, i got it work
by cssbestrpg
Thu Mar 25, 2021 12:49 pm
Forum: Plugin Development Support
Topic: [CS:GO] Print console admin log
Replies: 5
Views: 4011

Re: [CS:GO] Print console admin log

The _logs is defined as:

Syntax: Select all

_logs = os.path.join(__FILEPATH__ + '/logs/')
by cssbestrpg
Thu Mar 25, 2021 9:38 am
Forum: Plugin Development Support
Topic: [CS:GO] Print console admin log
Replies: 5
Views: 4011

[CS:GO] Print console admin log

Hi, guys i have issue with make print admin log to console. It keep giving this error: [SP] Caught an Exception: Traceback (most recent call last): File "..\addons\source-python\packages\source-python\commands\auth.py", line 44, in __call__ return self.callback(*args) File "..\addons\...
by cssbestrpg
Tue Mar 16, 2021 12:02 pm
Forum: Plugin Releases
Topic: [Cs:s] Zombie Riot
Replies: 16
Views: 25132

Re: [Cs:s] Zombie Riot

Update:
- Improved is admin method
- Fixed not remove days working
- Improving adding/remove days not cause errors if reach max value(not anymore let over reach max value)
by cssbestrpg
Mon Mar 15, 2021 1:13 pm
Forum: Plugin Requests
Topic: Half-Life 2 Deathmatch - God mode
Replies: 44
Views: 55805

Re: Half-Life 2 Deathmatch - God mode

It shouldn't matter if windows or linux. Try this, its updated code: from players.entity import Player from players.helpers import index_from_userid from events import Event from messages import SayText2 players = {} @Event('map_start') def map_start(args): players.clear(...
by cssbestrpg
Sat Mar 13, 2021 10:29 am
Forum: Plugin Releases
Topic: [Cs:s] Zombie Riot
Replies: 16
Views: 25132

Re: [Cs:s] Zombie Riot

Update:
- Added chat messages translation(menus translation coming soon)
- Added in admin beacon option
- Added info section tell which clan_tag need to have for get clan_tag features
by cssbestrpg
Fri Mar 12, 2021 7:45 pm
Forum: Plugin Requests
Topic: Half-Life 2 Deathmatch - God mode
Replies: 44
Views: 55805

Re: Half-Life 2 Deathmatch - God mode

Hi try this script, it should give you 45seconds god mod, when kill 12 in row. from players.entity import Player from players.helpers import index_from_userid from events import Event from messages import SayText2 players = {} @Event('map_start') def map_start(args): players....
by cssbestrpg
Tue Mar 09, 2021 12:27 pm
Forum: Plugin Releases
Topic: [Cs:s] Zombie Riot
Replies: 16
Views: 25132

Re: [Cs:s] Zombie Riot

Update:
- Added a console command to download new version from github and extract them(Huge thanks L'In20Cible for helping)
- Added admin module
by cssbestrpg
Tue Mar 09, 2021 12:26 pm
Forum: Plugin Development Support
Topic: [Cs:s] Server Command to download new version of plugin
Replies: 6
Views: 4033

Re: [Cs:s] Server Command to download new version of plugin

Thanks for help now it works perfectly
by cssbestrpg
Tue Mar 09, 2021 11:06 am
Forum: Plugin Development Support
Topic: [Cs:s] Server Command to download new version of plugin
Replies: 6
Views: 4033

Re: [Cs:s] Server Command to download new version of plugin

How i can move the files inside of the folder? In python code
by cssbestrpg
Tue Mar 09, 2021 9:19 am
Forum: Plugin Development Support
Topic: [Cs:s] Server Command to download new version of plugin
Replies: 6
Views: 4033

Re: [Cs:s] Server Command to download new version of plugin

I got the download part now work. But i have other issue, when downloads from github the files, and i want to make extract them, but when it extract it always first extract Zombie-Riot-main folder. So it won't properly extract files. I want to make it extract inside of that folder.
by cssbestrpg
Tue Mar 09, 2021 7:38 am
Forum: Plugin Development Support
Topic: [Cs:s] Server Command to download new version of plugin
Replies: 6
Views: 4033

[Cs:s] Server Command to download new version of plugin

Hi. i have issue make server command to download newest version files from github. It gives this errors: zombie_download [SP] Caught an Exception: Traceback (most recent call last): File "..\addons\source-python\plugins\zr\modules\version\__init__.py", line 27, in zombie_downloadd with url...
by cssbestrpg
Mon Mar 08, 2021 4:24 pm
Forum: Plugin Requests
Topic: [HL2:DM] Crossbow
Replies: 96
Views: 89972

Re: [HL2:DM] Crossbow

If your server is windows you can download https://drive.google.com/file/d/1XW4vkimbMeON_0n778J4Lu-jgdnI2ADx/view, that link L'In20Cible gave, in that it should be fixed
by cssbestrpg
Mon Mar 08, 2021 12:41 pm
Forum: Plugin Releases
Topic: [Cs:s] Zombie Riot
Replies: 16
Views: 25132

Re: [Cs:s] Zombie Riot

Nice, now I don't need to use a C++ plugin I can't understand to edit. Well that was one of my reasons i made it in Source.Python. A C++ version of the plugin have a lot bugs and really difficult edit. Also updated: - Fixed Day 4 and Day 6 Model showing error - Fixed not defined clan - Added in rea...

Go to advanced search