Raised This Month: $12 Target: $400
 3% 

Showing results 1 to 25 of 175
Search took 0.01 seconds.
Search: Posts Made By: theY4Kman
Forum: Snippets and Tutorials 01-15-2021, 18:06
Replies: 4
Views: 6,238
Posted By theY4Kman
Re: [TOOLS] IntelliJ IDEA editing SourcePawn

Not yet, but I've been thinking about picking it up again. I started putting together a list of reqs/goals; if you can think of anything else, do leave a comment:...
Forum: Extensions 03-30-2014, 10:57
Replies: 93
Views: 54,492
Posted By theY4Kman
Re: Viper

As far as I understand, that is impossible.
Forum: Plugins 07-22-2013, 05:10
Replies: 73
Views: 70,734
Posted By theY4Kman
Re: Maplister

You gave it far more love and effort than I would have. I shall add it to the original post. I'm really glad you put it on github; it encourages me to submit pull requests, which are far easier than...
Forum: Plugins 07-18-2013, 21:35
Replies: 73
Views: 70,734
Posted By theY4Kman
Re: Maplister

Sounds great :D
Forum: Plugins 07-17-2013, 17:14
Replies: 73
Views: 70,734
Posted By theY4Kman
Re: Maplister

You're my new favourite person. Do you think your version should be the one offered on the first post? (It's been a long time since I've known why this plug-in was useful, so I don't want to update...
Forum: Plugins 01-11-2013, 17:05
Replies: 123
Views: 77,822
Posted By theY4Kman
Re: Triggers

With "top C sm_top", you should be able to type "top 23" in chat and have it run "sm_top 23". However, the space is necessary, unless you create lines for "top1" ... "topX"
Forum: Plugins 08-19-2012, 21:46
Replies: 123
Views: 77,822
Posted By theY4Kman
Re: Triggers

Doesn't work when you use it to identify them in commands? As in:
killme Rf sm_slay %n

If that's the case, use their Steam ID or user ID, instead. Respectively:
killme Rf sm_slay "#%s" // Steam...
Forum: Extensions 07-26-2012, 12:24
Replies: 4
Views: 3,472
Posted By theY4Kman
Re: [EXTENSION] JSON

Dammit, why didn't that come up when I searched for JSON?
Forum: Extensions 07-26-2012, 12:03
Replies: 4
Views: 3,472
Posted By theY4Kman
[EXTENSION] JSON (duplicate)

This poorly reimplements Thrawn2 (http://forums.alliedmods.net/member.php?u=51683)'s full-featured SMJansson extension (http://forums.alliedmods.net/showthread.php?t=184604). Use that instead.

yak...
Forum: Snippets and Tutorials 07-19-2012, 05:26
Replies: 13
Views: 4,381
Posted By theY4Kman
Re: [TOOLS] PySMX: Python SourcePawn Plug-in Reader and Abstract Machine

Since my last post, I've implemented many more of the SourcePawn opcodes. This is the test plug-in I'm running now:
#include <sourcemod>

public Plugin:myinfo = {
name = "PySMX Test",
...
Forum: Snippets and Tutorials 07-15-2012, 04:38
Replies: 13
Views: 4,381
Posted By theY4Kman
PySMX SourcePawn Plug-in Reader and Abstract Machine

If I heeded heckling, there'd be a lot I never programmed. There would've also been a lot less drama earlier this year :P

I refactored the PySMX smxreader code a bunch, which made things pretty,...
Forum: Extensions 07-14-2012, 12:14
Replies: 93
Views: 54,492
Posted By theY4Kman
Re: Viper

It's been a long time since this baby's been compiled. I doubt the binaries in the first post work on any engine Valve still supports :P

I've made a Pivotal tracker project...
Forum: Snippets and Tutorials 07-12-2012, 06:20
Replies: 13
Views: 4,381
Posted By theY4Kman
Re: [TOOLS] Python SourcePawn Plug-in Reader

Heh, I got heckled a lot for the uselessness of gunzip :P I didn't think it would have a use, either, tbh. But unfortunately, no, I never got it to work. Something in _gz_bits just never wanted to...
Forum: Snippets and Tutorials 07-11-2012, 22:28
Replies: 13
Views: 4,381
Posted By theY4Kman
Re: [TOOLS] Python SourcePawn Plug-in Reader

Ooh, I didn't even know about devicenull's script! Too bad I can't connect to code.devicenull.org to see it. And never in a million years did I ever think someone would use sm-gunzip. You've made my...
Forum: Snippets and Tutorials 07-11-2012, 15:12
Replies: 13
Views: 4,381
Posted By theY4Kman
Forum: Snippets and Tutorials 07-11-2012, 15:03
Replies: 13
Views: 4,381
Posted By theY4Kman
Re: [TOOLS] Python SourcePawn Plug-in Reader

It opens compiled SourcePawn plug-ins, reads in all the public variables and extracts `myinfo`, which includes the name, author, description, version, and URL of the plug-in. That's the extent of its...
Forum: Snippets and Tutorials 07-11-2012, 06:46
Replies: 13
Views: 4,381
Posted By theY4Kman
[TOOLS] PySMX: Python SourcePawn Plug-in Reader and Abstract Machine

I've written a little Python module which ports a tiny fraction of the decompiler packaged in the sourcemod source. I wrote it to extract the `myinfo` struct from compiled plug-ins for a plug-in...
Forum: Plugins 07-10-2012, 20:26
Replies: 73
Views: 70,734
Posted By theY4Kman
Re: Maplister

Wonderful! I'll update the thread. I'm embarrassed at this screw-up :P But that's what happens when you release a hotfix without testing (hey, I'm doing it again!)
Forum: Extensions 07-07-2012, 20:12
Replies: 93
Views: 54,492
Posted By theY4Kman
Re: Viper

That would be lovely! :D

I have a couple projects right now that take a lot of my time, but I'd like to get back into Viper as well. I've learned a lot about project management, and I think I can...
Forum: Plugins 07-07-2012, 19:12
Replies: 4
Views: 6,970
Posted By theY4Kman
Re: [Tool]SQLQueries

I guess this never did get approved :( In any case, I found it quite useful. I modified it to chunk the output of large rows, such as those returned by "SHOW CREATE TABLE".

:bacon!:
Forum: Extensions 07-05-2012, 23:24
Replies: 93
Views: 54,492
Posted By theY4Kman
Re: Viper

I hope it would, too. Will you pick it up? :P
Forum: Plugins 07-05-2012, 21:52
Replies: 73
Views: 70,734
Posted By theY4Kman
Re: Maplister

Let me know if this works, and I'll update the thread. If it does work, the last release had a big bad error in it :oops:
Forum: Plugins 06-01-2012, 02:11
Replies: 256
Views: 171,812
Posted By theY4Kman
Re: Server Crontab

Most likely, the problem lies on lines 61 and 62 of sc_module.sp. Line 61 is KillTimer(g_hJobsTimer), and the next one is CloseHandle(g_hJobsTimer). KillTimer performs the job of CloseHandle, but...
Forum: Plugins 04-27-2012, 18:02
Replies: 73
Views: 70,734
Posted By theY4Kman
Re: Maplister

Hmm, that's odd. It compiles fine for me on my laptop and the web compiler (http://www.sourcemod.net/compiler.php). In any case, I've attached the compiled plug-in.
Forum: Plugins 04-27-2012, 14:56
Replies: 73
Views: 70,734
Posted By theY4Kman
Re: Maplister

Done and done. Grab the new version from the first post.
Showing results 1 to 25 of 175

 
Forum Jump

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


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