Search found 6 matches

by Silver Zero
Tue Aug 07, 2018 9:37 am
Forum: Plugin Releases
Topic: [CSS/CSGO] Freeze Tag - 0.3 Alpha
Replies: 1
Views: 7419

Re: [CSS/CSGO] Freeze Tag - 0.3 Alpha

Features:
  • Laser melting (activated by pressing +use button)
  • Added new convars to control melting duration
Fixes:
  • Fixed resources downloading
  • Fixed sound precaching

Download link: Freeze Tag 0.3 Alpha
by Silver Zero
Sat Aug 04, 2018 8:09 pm
Forum: Plugin Development Support
Topic: [CSS] How to get values of "cs_gamerules" properties?
Replies: 0
Views: 4735

[CSS] How to get values of "cs_gamerules" properties?

Hello,

I've tried to get value of "m_iRoundTime" property from GameRules, but get_property function always returns 0.
Is there a way to get "real" values from "cs_gamerules"?

Thanks in advance.
by Silver Zero
Mon Jul 16, 2018 9:51 pm
Forum: Plugin Releases
Topic: [CSS/CSGO] Freeze Tag - 0.3 Alpha
Replies: 1
Views: 7419

[CSS/CSGO] Freeze Tag - 0.3 Alpha

About Plugin provides Freeze Tag gamemode for CS Source/CS GO based on Mefy's MOHAA Freeze Tag mod . In this gamemode killed player is frozen. Teammate can melt frozen player by standing next to him or by laser. Players cannot be melted, when "Sudden Death" begins (by default, it begins o...
by Silver Zero
Wed Jul 11, 2018 10:19 am
Forum: Plugin Development Support
Topic: Hooked 'end_touch' function crashes server when weapon is picked up
Replies: 4
Views: 4474

Re: Hooked 'end_touch' function crashes server when weapon is picked up

Alright. So the correct code should look like this: # ../test/test.py from entities.entity import Entity, BaseEntitiy from entities.hooks import EntityPostHook, EntityPreHook from entities.hooks import EntityCondition from entities.helpers import index_from_pointer from entities.helpers import index...
by Silver Zero
Fri Jul 06, 2018 8:27 am
Forum: Plugin Development Support
Topic: Hooked 'end_touch' function crashes server when weapon is picked up
Replies: 4
Views: 4474

Re: Hooked 'end_touch' function crashes server when weapon is picked up

Thank you for help. I've modified this code to return void whenever function is called. So far (5 minutes of testing), code is working and i didn't notice any drawbacks of using this, but I don't know if it has any negative impact on game logic. # ../test/test.py from entities.entity import Entity f...
by Silver Zero
Thu Jul 05, 2018 8:32 pm
Forum: Plugin Development Support
Topic: Hooked 'end_touch' function crashes server when weapon is picked up
Replies: 4
Views: 4474

Hooked 'end_touch' function crashes server when weapon is picked up

Hello, There is an example of plugin for debugging 'end_touch' hooks. When plugin is loaded and I try to pick up a weapon server "crashes" . Source.Python info: -------------------------------------------------------- Checksum : d2a4f6977f9edad7c5e6ebf1c7b44b6a Date : 2018-07-05 17:53:13.6...

Go to advanced search