Raised This Month: $7 Target: $400
 1% 

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: headline
Forum: Trash 12-10-2023, 07:54
Replies: 4
Views: 8,681
Posted By headline
Re: Night Crawler

No source code and wrong section
Forum: General 08-04-2023, 13:59
Replies: 2
Views: 986
Posted By headline
Re: [CSGO] SurfTimer Segmentation Fault

I would recommend removing Xadmin-flatfile.smx, give that a shot.
Forum: Scripting 08-04-2023, 13:57
Replies: 5
Views: 1,257
Posted By headline
Re: GetCmdArg() in a variable or function

The call to SetFailState will go to the server's logs, which is where I'd expect them.

Of course, if you want it in console, you'll need PrintToConsoleAll
Forum: Scripting 08-04-2023, 13:54
Replies: 1
Views: 808
Posted By headline
Re: Async heavy load

Hi!

This is a limitation within SourcePawn's virtual machine. We cannot call into SP from another thread, so this is not currently possible.

If you can, you could chunk the task on something...
Forum: Unapproved Plugins 08-04-2023, 13:50
Replies: 2
Views: 1,576
Posted By headline
Re: Voice chat by proximity

In order for this to be approved - you must
1) remove all references to your pre-made plugin website
2) allow the plugin to load on all servers
Forum: Unapproved Plugins 08-03-2023, 15:20
Replies: 1
Views: 1,061
Posted By headline
Re: Voice chat by proximity

Moved to unapproved as it's broken and probably has contested authorship.
Forum: Scripting 06-03-2023, 23:44
Replies: 1
Views: 430
Posted By headline
Re: Help me please 4 ERROR

This is decompiled code, per the header:

** ATTENTION
** THE PRODUCED CODE, IS NOT ABLE TO COMPILE!
** THE DECOMPILER JUST TRIES TO GIVE YOU A POSSIBILITY
** TO LOOK HOW A PLUGIN DOES IT'S JOB...
Forum: Scripting 05-10-2023, 18:28
Replies: 3
Views: 583
Posted By headline
Re: [CSGO] What colors.inc to use?

Or just keep #pragma newdecls required below the include?
Forum: Scripting 05-23-2022, 01:22
Replies: 2
Views: 788
Posted By headline
Re: Simple Show Damage HUD

Hello and welcome!

If you have solved your issue please do not blank out (delete) your posts. We like to insure that if someone searches the web for a similar problem, they can find your question...
Forum: Plugins 03-24-2022, 00:20
Replies: 5
Views: 3,952
Posted By headline
Re: Trikz menu and timer

If a plugin can compile on this website please do not post a binary (.smx) file.

fakeexpert_xmas.smx was removed because it did not have the source code posted. I've also removed other binaries...
Forum: Scripting 03-21-2022, 22:29
Replies: 11
Views: 5,287
Posted By headline
Re: [CS:GO] force team join

If I remember correctly, Valve changed the team join UI since my post so that'd explain this behavior, I don't recall running into this issue at the time that I ran servers.
Forum: Scripting 10-15-2021, 19:49
Replies: 8
Views: 3,270
Posted By headline
Re: MarkNativeAsOptional - inconvenient moment.

AskPluginLoad2 is the earliest you may create a it such that all other plugins are able to use the native.

Fortis was kind enough to show you the right way to register a native (if you're still...
Forum: Unapproved Plugins 03-29-2021, 19:34
Replies: 89
Views: 45,363
Posted By headline
Re: [ANY] Ban Disconnected Players [UPDATED 1/3/17]

Feel free to post updated versions as it's own plugin thread - I'll be unapproving all of my plugins as I can no longer maintain them. Thank you all!
Forum: Plugin/Gameplay Ideas and Requests 03-07-2021, 08:40
Replies: 1
Views: 1,794
Posted By headline
Re: [CS:S] Bots Servers

No, creating fake players is against Valve’s tos
Forum: General 03-07-2021, 08:26
Replies: 3
Views: 2,151
Posted By headline
Re: CSGo jailbreak

Moved to General.

Please mind where you're posting. The Plugin Submission forum is for new plugins only.
Forum: Plugin/Gameplay Ideas and Requests 03-07-2021, 08:25
Replies: 2
Views: 1,736
Posted By headline
Re: Csgo developers

Moved to requests.

Please mind where you're posting. The Plugin Submission forum is for new plugins only.
Forum: Scripting 02-17-2021, 19:17
Replies: 2
Views: 706
Posted By headline
Re: How to change the attributes in the beforeQuestionSave event?

Moved from the plugins submission forum to the scripting forum.

Please do be more careful of where you post threads.
Forum: Trash 11-30-2020, 07:41
Replies: 1
Views: 1,689
Posted By headline
Test

invalid
Forum: Trash 11-17-2020, 20:02
Replies: 1
Views: 5,391
Posted By headline
Re: im need a plugin

We do not support no-steam servers.
Forum: General 11-12-2020, 18:59
Replies: 8
Views: 2,411
Posted By headline
Re: Why you're banning old syntax? Backwards compatibility is very important!

There have been quite a few source-code breaking changes in new major releases of SourceMod. As the language evolves, things must be removed in order to make any kind of forward progress. The main...
Forum: Scripting 09-25-2020, 20:08
Replies: 2
Views: 1,359
Posted By headline
Re: Native "DataPack.DataPack" was not found

What SourceMod version is your server running?

You should be on version 1.10
Forum: Scripting 07-26-2020, 21:49
Replies: 6
Views: 1,975
Posted By headline
Re: CCSBot::MoveTo Signature

Yes. Recent changes have broken it. Here's the new signature, if it works


\x55\x89\xE5\x56\x53\x81\xEC\x20\x04\x00\x00


If it does work, consider sending a donation to the community
Forum: Scripting 07-24-2020, 06:02
Replies: 4
Views: 1,136
Posted By headline
Re: OnTraceAttack broken since new update

Let's keep all discussion pertaining to these breakages in the thread below

https://forums.alliedmods.net/showthread.php?t=326236
Forum: General 07-24-2020, 05:45
Replies: 15
Views: 3,116
Posted By headline
Re: Latest update broke plugins

I didn't change anything - it was a patch (https://github.com/alliedmodders/hl2sdk/commit/8e9d87468beb28d46403c7dfbddb2c578dc6cd43) to hl2sdk-csgo by PerfectLaugh


If it's not working, check the...
Forum: General 07-24-2020, 03:28
Replies: 15
Views: 3,116
Posted By headline
Re: Latest update broke plugins

Just pushed out new builds - a new build should appear on the downloads page shortly. Look for build #6491
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 04:32.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode