Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $14
Target: $400
3%
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.05
seconds.
Search:
Posts Made By:
asherkin
Forum:
Source Servers (SRCDS)
03-04-2021, 09:57
Replies:
3
Solved
FastDL Attempts to download BSP
Views:
222
Posted By
asherkin
Re: FastDL Attempts to download BSP
You've marked your thread as solved, what was the solution?
Forum:
Scripting
03-04-2021, 09:55
Replies:
3
Possibly erroneous warning when declaring enum structs with primitive members
Views:
225
Posted By
asherkin
Re: Cannot declare enum structs that mix primitive members and array members
What compiler version are you using? enum structs didn't support initializer lists until 1.11.
Forum:
Source Servers (SRCDS)
03-02-2021, 19:27
Replies:
1
SourceMod 1.10 stable
Views:
147
Posted By
asherkin
Re: SourceMod 1.10 stable
There is no 64-bit version of CS:S
Forum:
Scripting
03-02-2021, 19:26
Replies:
5
Solved
Get direction player is moving relative to other player
Views:
356
Posted By
asherkin
Re: Get direction player is moving relative to other player
If I understand your armour issue correctly, you should be able to use a OnTakeDamageAlive hook to get the real damage applied to the player.
Forum:
TF2Items
03-01-2021, 12:21
Replies:
4
Can't get tf2_manager to work.
Views:
92
Posted By
asherkin
Re: Can't get tf2_manager to work.
On line 16 you are attempting to set an attribute with an ID of 0 (which doesn't exist).
Forum:
TF2Items
03-01-2021, 06:08
Replies:
4
Can't get tf2_manager to work.
Views:
92
Posted By
asherkin
Re: Can't get tf2_manager to work.
The error you're getting here shouldn't be possible - it implies an internal error in TF2Items registering things with SourceMod. What version of SourceMod (sm version) and what version of TF2Items...
Forum:
Scripting
03-01-2021, 06:03
Replies:
4
SMC_SetReaders: within methodmap
Views:
215
Posted By
asherkin
Re: SMC_SetReaders: within methodmap
This is one of the things that SP needs "fat" function references to support, which has been pretty hard to do with all the code assuming functions can be converted to ints - that is finally now a...
Forum:
Source Servers (SRCDS)
02-23-2021, 09:59
Replies:
2
Is creating and running a server bad if you login as anonymous?
Views:
267
Posted By
asherkin
Re: Is creating and running a server bad if you login as anonymous?
When CS:GO originally released you needed to login to an account that owned the game to download the SRCDS files, Valve lifted that restriction ages ago and it looks like no one updated the their...
Forum:
Scripting
02-17-2021, 18:44
Replies:
2
Tag mismatch warning on custom formatting
Views:
192
Posted By
asherkin
Re: Tag mismatch warning on custom formatting
Trying to file this as a bug would have been wrong, but for future reference SM / SP bugs are tracked on GitHub.
Forum:
Scripting
02-10-2021, 12:23
Replies:
28
Crash with CS_OnCSWeaponDrop
Views:
732
Posted By
asherkin
Re: Crash with CS_OnCSWeaponDrop
I've moved the posts here to a new thread - please do not hijack other people's threads, especially not ones from 6 years ago. It makes it hard to follow your problem and confuses people coming to...
Forum:
Unapproved/Old Plugins
02-09-2021, 06:40
Replies:
24
Pro Become V.I.P. [re1.0.4]
Views:
5,770
Posted By
asherkin
Re: Pro Become V.I.P. [re1.0.4]
Lets have no more pot-shots at other people's cultures please - I have edited / deleted posts for content.
You should give credit anyway - it's the right thing to do.
Forum:
Unapproved/Old Plugins
02-08-2021, 11:50
Replies:
2
Gangs
Views:
178
Posted By
asherkin
Re: Gangs
We can't move threads between the plugins sections. I've gone ahead and "unapproved" it, so please repost in the correct section!
Forum:
TF2Items
02-08-2021, 06:51
Replies:
24
Sticky:
TF2Items FAQ
Views:
52,731
Posted By
asherkin
Re: TF2Items FAQ
Have you compiled and loaded the tf2items_manager plugin?
Forum:
Unapproved Plugins
02-07-2021, 17:49
Replies:
1
No hosting limits
Views:
692
Posted By
asherkin
Re: No hosting limits
This isn't a SourceMod plugin.
Additionally, please don't post closed-source binaries developed by other people - you don't have the reputation to back them up.
Forum:
Extensions
01-28-2021, 19:38
Replies:
366
Accelerator - Crash Reporting That Doesn't Suck
Views:
156,413
Posted By
asherkin
Re: Accelerator - Crash Reporting That Doesn't Suck
There is no link to the .io domain anywhere, it is the development site for the next version of Throttle.
Forum:
Extensions
01-27-2021, 18:54
Replies:
366
Accelerator - Crash Reporting That Doesn't Suck
Views:
156,413
Posted By
asherkin
Re: Accelerator - Crash Reporting That Doesn't Suck
That crash ID works fine: https://crash.limetech.org/mzxtthp4rbco, and I can see that it is tied to a steam account called "kipr", which has about 30 crash reports uploaded over the last month.
Forum:
Translation Request
01-27-2021, 05:57
Replies:
1
Ultimate Chats Control 5.2(c) Translate to EN
Views:
1,026
Posted By
asherkin
Re: Ultimate Chats Control 5.2(c) Translate to EN
Do not blank out posts or threads. If you posted a question and later solve your problem, post the solution for others to find.
Forum:
Extensions
01-25-2021, 08:15
Replies:
113
VPhysics
Views:
79,663
Posted By
asherkin
Re: VPhysics
What.... game??
Forum:
Scripting
01-22-2021, 06:42
Replies:
4
Want for urldecode method, need help with rewrite from C
Views:
555
Posted By
asherkin
Re: Want for urldecode method, need help with rewrite from C
PrintToServer(buffer); // ...you not see '%' symbols in console, function is formatting it.
This is dangerous, the correct usage is:
PrintToServer("%s", buffer);
Forum:
Scripting
01-16-2021, 08:19
Replies:
6
[CS:GO] Getting data from the netprop "m_szCrosshairCodes"
Views:
1,152
Posted By
asherkin
Re: [CS:GO] Getting data from the netprop "m_szCrosshairCodes"
Did you try FakeClientCommandKeyValues?
Forum:
Source Servers (SRCDS)
01-14-2021, 06:27
Replies:
4
Server crashes, Accelerator Logs
Views:
528
Posted By
asherkin
Re: Server crashes, Accelerator Logs
Source.Python does not work very well with Accelerator as it intentionally causes crashes which it expects to handle, this is widely considered an unsafe practice. They have a note on it in their...
Forum:
General
01-06-2021, 09:50
Replies:
10
Does SM has any prevention from copy by another plugins?
Views:
1,850
Posted By
asherkin
Re: Does SM has any prevention from copy by another plugins?
Yes
Forum:
Extensions
12-30-2020, 07:40
Replies:
366
Accelerator - Crash Reporting That Doesn't Suck
Views:
156,413
Posted By
asherkin
Re: Accelerator - Crash Reporting That Doesn't Suck
I'm afraid I can't reproduce any issues with Accelerator and SourceMod 1.11, and there a good number of crash reports in Throttle from servers running SM 1.11 on both Windows and Linux.
Forum:
General
12-28-2020, 18:53
Replies:
6
Solved
[CS:S]Disconnect: Metamod Source or Sourcemod Violation
Views:
602
Posted By
asherkin
Re: [CS:S]Disconnect: Metamod Source or Sourcemod Violation
You should install SRCDS on your computer and use SourceMod there - it isn't supported as a client plugin for listen servers.
Forum:
General
12-28-2020, 16:17
Replies:
3
[CSGO] Unable to buy grenades/armor due to donating
Views:
1,492
Posted By
asherkin
Re: [CSGO] Unable to buy grenades/armor due to donating
https://wiki.alliedmods.net/Upgrading_sourcemod
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Server Discussion
Source Servers (SRCDS)
HL1 Servers (HLDS)
AMX Mod X
News
Bug Reports
General
Off-Topic
Plugins
Suggestions / Requests
Approved Plugins
New Plugin Submissions
Unapproved/Old Plugins
Translation Request
High-Traffic Plugins
GunGame
UAIO (Ultimate All-In-One Plugin)
xREDIRECT
CSDM
AMX Super
RuneMod
Zombie Plague Mod
SuperHero Mod
News
Tech Support
Scripting Help
Off-Topic / General Chat
Heroes
Suggestions / Requests
Approved Heroes
New Submissions
Unapproved/Old Heroes
Module Heroes
SuperHero Mod Stats - By 123
(OLD) Bug Reports
Scripting
Scripting Help
Code Snippets/Tutorials
Module Coding
Donor Access
SourceMod
News
General
Plugins
Plugins
Unapproved Plugins
Plugin/Gameplay Ideas and Requests
High-Traffic Plugins
SourceMod Anti-Cheat
Zombie:Reloaded
SourceBans / SourceBans++
VSH / Freak Fortress
Store
SM_Hosties
HLstatsX:CE
Scripting
Extensions
Snippets and Tutorials
Donor Access
Metamod: Source
Metamod:Source Plugins
Metamod:Source Questions
Coding MM:S Plugins & SM Extensions
Hosted Stuff
Asherkin's Plugins
TFDodgeball
TF2Items
SteamTools
Bail's Plugins
CSDM
CS:S DM
Off-Topic & Trash
Off-Topic
Trash
All times are GMT -4. The time now is
16:49
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Theme made by Freecode