Search found 79 matches
- Sun Feb 28, 2021 8:13 pm
- Forum: Plugin Requests
- Topic: HL2DM: Winner sound
- Replies: 6
- Views: 91
Re: HL2DM: Winner sound
Try this it plays sound different way than previous version from events import Event from players.helpers import edict_from_userid from filters.players import PlayerIter from engines.server import engine_server from stringtables.downloads import Downloadables def load(): dl = Downloadables...
- Sun Feb 28, 2021 7:37 pm
- Forum: Plugin Requests
- Topic: HL2DM: Winner sound
- Replies: 6
- Views: 91
Re: HL2DM: Winner sound
Does the game have rounds? i am not familiar to game, i need more details of it when the sound should be played?
- Sun Feb 28, 2021 10:48 am
- Forum: Plugin Requests
- Topic: HL2DM: Winner sound
- Replies: 6
- Views: 91
Re: HL2DM: Winner sound
Hi, try this script its untested since i don't own this game. from events import Event from engines.sound import Sound from stringtables.downloads import Downloadables WINNER_SOUND = Sound('x/chat/badboys/badboys_001.mp3') def load(): dl = Downloadables() dl.add(&...
- Fri Feb 26, 2021 6:31 pm
- Forum: Plugin Releases
- Topic: [CS:S/CSGO] Zombie
- Replies: 19
- Views: 2085
Re: [CS:S/CSGO] Zombie
Update:
- Fixed zprop credits message after buy being wrong
- Fixed not removing players credits after zprop buy
- Fixed english mistypo in zprop buy
- Fixed zprop credits message after buy being wrong
- Fixed not removing players credits after zprop buy
- Fixed english mistypo in zprop buy
- Tue Feb 16, 2021 2:44 pm
- Forum: Plugin Releases
- Topic: [CS:S/CSGO] Zombie
- Replies: 19
- Views: 2085
Re: [CS:S/CSGO] Zombie
Update:
- Changed for clan members health their max health increases when kill, instead adding current health for clan members
- Added back import accidently removed
- Changed for clan members health their max health increases when kill, instead adding current health for clan members
- Added back import accidently removed
- Sat Feb 13, 2021 2:06 pm
- Forum: Plugin Development Support
- Topic: [Cs:s] Ban Counter
- Replies: 3
- Views: 170
Re: [Cs:s] Ban Counter
Hi thanks for answer i got it work
- Fri Feb 12, 2021 4:47 pm
- Forum: Plugin Development Support
- Topic: [Cs:s] Ban Counter
- Replies: 3
- Views: 170
[Cs:s] Ban Counter
Hi, i have small issue with my ban counter code. I want to show weeks/days/hours/minutes. This code suppose to count remaining ban, but i can't solve count correctly. For example if you ban for 4weeks and some times goes, it shows 3.94 Week(s) as remaing timeleft. But i want it shows weeks and days ...
- Wed Feb 03, 2021 9:56 am
- Forum: Whatever
- Topic: Setting up a CS:GO server
- Replies: 7
- Views: 1077
- Tue Feb 02, 2021 7:12 pm
- Forum: Plugin Releases
- Topic: [CS:S/CSGO] Zombie
- Replies: 19
- Views: 2085
Re: [CS:S/CSGO] Zombie
Update:
- Fixed issues in csgo models not working correctly(not enterily tested)
- Fixed issues in csgo models not working correctly(not enterily tested)
- Tue Feb 02, 2021 5:27 pm
- Forum: Whatever
- Topic: Setting up a CS:GO server
- Replies: 7
- Views: 1077
Re: Setting up a CS:GO server
Try put this: in up server.cfg
and remove it from start command
Code: Select all
sv_setsteamaccount <your token>
and remove it from start command
- Tue Feb 02, 2021 5:15 pm
- Forum: Whatever
- Topic: Setting up a CS:GO server
- Replies: 7
- Views: 1077
Re: Setting up a CS:GO server
Try with this start server:
This one for me works fine and let me join in csgo server via Lan ip
Code: Select all
srcds -game csgo -console -usercon +game_type 0 +game_mode 2 +mapgroup mg_active -tickrate 128 +map de_dust2 +sv_setsteamaccount <your token> -net_port_try 1
This one for me works fine and let me join in csgo server via Lan ip
- Tue Feb 02, 2021 5:04 pm
- Forum: Whatever
- Topic: Setting up a CS:GO server
- Replies: 7
- Views: 1077
Re: Setting up a CS:GO server
Hi, it sounds to me you have outdated version of csgo server. Are you sure you have newest version of csgo server?
- Sun Jan 31, 2021 6:20 pm
- Forum: Plugin Development Support
- Topic: [CS:S/CSGO] How to get list of primaries and secondaries and use able in menu?
- Replies: 7
- Views: 839
Re: [CS:S/CSGO] How to get list of primaries and secondaries and use able in menu?
Thank you for showing good examples of WeaponClassIter.
I managed to do my buy menu that works perfectly
I managed to do my buy menu that works perfectly
- Sun Jan 31, 2021 5:17 pm
- Forum: Plugin Releases
- Topic: [CS:S/CSGO] Zombie
- Replies: 19
- Views: 2085
Re: [CS:S/CSGO] Zombie
Update:
- Added csgo support(no tested)
- Added drop weapon when buy in market(use knife if not want get weapons dropped during a buy a weapon)
- Added csgo support(no tested)
- Added drop weapon when buy in market(use knife if not want get weapons dropped during a buy a weapon)
- Sun Jan 31, 2021 5:14 pm
- Forum: Plugin Development Support
- Topic: [CS:S/CSGO] How to get list of primaries and secondaries and use able in menu?
- Replies: 7
- Views: 839
Re: [CS:S/CSGO] How to get list of primaries and secondaries and use able in menu?
Thank you for so quick answers. Kami's code works perfectly. Satoon101 i tried earlier to use WeaponClassIter, but i didn't get it work.
- Sun Jan 31, 2021 4:18 pm
- Forum: Plugin Development Support
- Topic: [CS:S/CSGO] How to get list of primaries and secondaries and use able in menu?
- Replies: 7
- Views: 839
[CS:S/CSGO] How to get list of primaries and secondaries and use able in menu?
Hi, how i can get list of weapons primaries and secondaries and price?
So i can use them at pagedmenu
So i can use them at pagedmenu
- Sat Jan 30, 2021 5:00 pm
- Forum: Plugin Releases
- Topic: [CS:S/CSGO] Zombie
- Replies: 19
- Views: 2085
Re: [Cs:s] Zombie
Hi, thanks for hint. I have updated code to reuse Player class.
- Wed Jan 27, 2021 6:37 pm
- Forum: Plugin Releases
- Topic: [CS:S/CSGO] Zombie
- Replies: 19
- Views: 2085
Re: [Cs:s] Zombie
Update:
- Added infinite bullets
- Added infinite bullets
- Fri Jan 22, 2021 7:49 pm
- Forum: Plugin Releases
- Topic: [Cs:s/Cs:go] Stamm
- Replies: 0
- Views: 469
[Cs:s/Cs:go] Stamm
https://github.com/srpg/stamm
Avaible commands:
- Stamm to open mainmenu
- Activate(activates/disable weapons teleport diamond stamm)
- Stammtop opens stammtop menu(doesn't show under 100points)
Avaible commands:
- Stamm to open mainmenu
- Activate(activates/disable weapons teleport diamond stamm)
- Stammtop opens stammtop menu(doesn't show under 100points)
- Sat Jan 16, 2021 9:25 pm
- Forum: Whatever
- Topic: Server is hibernating. [CS:S]
- Replies: 8
- Views: 961
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...