This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 288
Search took 0.01 seconds.
Search: Posts Made By: Hunter S. Thompson
Forum: General 07-04-2014, 12:59
Replies: 1
Views: 457
Posted By Hunter S. Thompson
Is it possible to load a GIF in-game?

Forgive me if this is in the wrong section, I haven't posted on these forums in a while.

I'm wondering if it's possible to load a gif grammatically. I haven't been able to find anything regarding...
Forum: General 09-04-2013, 20:06
Replies: 8
Views: 1,521
Posted By Hunter S. Thompson
Re: Hello I need some help

Creating weapons, eh? So in theory you could create a rare item, give it to yourself, and sell it for whatever they sell items in TF2 for? Or is it just base items like the scattergun or whatever the...
Forum: General 09-04-2013, 19:44
Replies: 8
Views: 1,521
Posted By Hunter S. Thompson
Re: Hello I need some help

That's why there's the sourcemod documentation (Last I checked it had TF2 specific snippets/documentation as well, however I may be wrong, and it's just on the Wiki).

Honestly, the thing I'd be...
Forum: General 09-04-2013, 11:18
Replies: 3
Views: 1,021
Posted By Hunter S. Thompson
Re: Looking for opinions.

HLStats is pretty much RankMe, if I remember correctly, where you're given/deducted points for killing/getting killed. This is more of a reputation rank where you're assigned a custom chat tag on...
Forum: General 09-03-2013, 18:40
Replies: 8
Views: 1,521
Posted By Hunter S. Thompson
Re: Hello I need some help

Sounds like you friend probably fucked with something other than the API key.

If you can upload the source of your current .SP, I'd be happy to take a look, however I'm not too versed with TF2's...
Forum: Plugin/Gameplay Ideas and Requests 09-03-2013, 13:14
Replies: 7
Views: 2,493
Posted By Hunter S. Thompson
Re: [PAID REQ] VIP/Admin Store Panel + Plugin

Out of curiosity, are you looking for the PHP work done, plus all the features in the VIP plugin as well?

As far as I know, all the re-buying and purchasing and what not is done through Paypals...
Forum: General 09-03-2013, 09:56
Replies: 735
Views: 511,575
Posted By Hunter S. Thompson
Re: Sourcemod for Dota 2?

Dota 2 is on the Source Engine? Who'd have thunk it.

Although, I don't see much practical use for this, other than having a private server where there's no CD timers or, Mana costs. Would kind of...
Forum: General 09-03-2013, 09:51
Replies: 3
Views: 1,021
Posted By Hunter S. Thompson
Looking for opinions.

Hello all, I haven't been to these forums in quite a while. I had stopped programming in SourcePawn, but recently had an idea.

I've been quite bored, and even though I don't own a server, would be...
Forum: Scripting 02-09-2013, 15:59
Replies: 6
Views: 1,481
Posted By Hunter S. Thompson
Re: Cant figure out why I get array must be indexed error

Because you're creating 32 cells in that array; being that there is no type given to the array (I.e: string, float, etc.) there's just 32 cubbyholes that need to be filled.

What I think you're...
Forum: Scripting 12-17-2012, 23:00
Replies: 10
Views: 2,941
Posted By Hunter S. Thompson
Re: Blocking Weapon Dropp

HookUserMessage(GetUserMessageId("TextMsg"), TextMsg, true);
HookUserMessage(GetUserMessageId("SayText2"), SayMsg, true);
Forum: Scripting 12-13-2012, 03:08
Replies: 16
Views: 3,117
Posted By Hunter S. Thompson
Re: Tag Mismatch regarding DataPacks?

Okay, so passing it through various functions is still passing the handle, if I understand correctly.

Good good, no more need for a global handle.
Forum: Scripting 12-12-2012, 21:06
Replies: 16
Views: 3,117
Posted By Hunter S. Thompson
Re: Tag Mismatch regarding DataPacks?

Wait, you can close a handle from another stock/function even if it's not declared as a global?
Forum: Scripting 12-11-2012, 06:08
Replies: 16
Views: 3,117
Posted By Hunter S. Thompson
Re: Tag Mismatch regarding DataPacks?

Oh, right. I feel like an idiot now.

I can't close the handle due to it being a local handle, so I'll have to make it a global handle to close it.
Forum: Scripting 12-10-2012, 07:52
Replies: 16
Views: 3,117
Posted By Hunter S. Thompson
Tag Mismatch regarding DataPacks?

I have some data that needs to be passed through several voids/stocks/functions, so I thought the easiest way to do it was write a DataPack, and pass it through until it's needed in the final...
Forum: General 12-04-2012, 17:41
Replies: 18
Views: 3,591
Posted By Hunter S. Thompson
Re: Can someone lend me a test server?

I'm not asking for root access, or / access, just addons/sourcemod/plugins if at all necessary. If there's one thing we all know about coding in SourcePAWN is that you're constantly uploading plugins...
Forum: General 12-04-2012, 16:31
Replies: 18
Views: 3,591
Posted By Hunter S. Thompson
Can someone lend me a test server?

I've installed SRCDS and done everything I can think of to get a test server up, but I cannot port forward, so I can't actually use the SRCDS I have installed. The test server that the client lent me...
Forum: General 12-02-2012, 22:17
Replies: 6
Views: 2,012
Posted By Hunter S. Thompson
Re: Cannot get Sourcemod/MetaMod to work?

Yeah, both my computer, and the clients RDP are running windows, so that wouldn't be causing the issue.
Forum: Scripting 12-02-2012, 16:01
Replies: 5
Views: 1,809
Posted By Hunter S. Thompson
Re: [CS:S] Rank Module attempt for CS:S Timer 1.0.6

#include <sourcemod>
#include <sdktools>
#include <smlib/arrays>
#include <timer>

new String:KVPath[PLATFORM_MAX_PATH];

new handle:h_pointsmap;
new handle:h_pointdifficulteasy;
new...
Forum: General 12-02-2012, 01:00
Replies: 6
Views: 2,012
Posted By Hunter S. Thompson
Re: Cannot get Sourcemod/MetaMod to work?

I thought it was a narrow enough question that it'd be easier to answer without that information.

CS:S, Windows 7 (My computer), MM:S 1.9.x, SM 1.4.7

Edit: I manged to fix it by just copying it...
Forum: General 12-01-2012, 21:58
Replies: 6
Views: 2,012
Posted By Hunter S. Thompson
Cannot get Sourcemod/MetaMod to work?

Not really sure what's wrong; I've uploaded the latest version of MetaMod, and the VDF, but when trying to do any console commands it gives me the, "Unknown Command" shit.

I haven't installed...
Forum: Suggestions / Requests 11-29-2012, 10:51
Replies: 16
Views: 3,369
Posted By Hunter S. Thompson
Re: Line Of Reload The Weapon

You want it to say something when a player reloads?


#include <sourcemod>

public OnPluginStart()
{
HookEvent("weapon_reload", OnReload);
}
Forum: Scripting 11-23-2012, 14:45
Replies: 3
Views: 1,664
Posted By Hunter S. Thompson
Re: SQL_FetchInt returning 0?

Thanks, didn't know you can write a query like that.

Although, this entire problem stemmed from us forgetting to re-write the databases.cfg file, which means we weren't connecting to a database at...
Forum: Scripting 11-23-2012, 10:33
Replies: 3
Views: 1,664
Posted By Hunter S. Thompson
SQL_FetchInt returning 0?

Alright, so I don't often work with SQL, so I'm not understanding how this is returning 0.


public OnClientAuthorized(client, const String:steamid[])
{
decl String:query[128];
...
Forum: Scripting 11-23-2012, 00:16
Replies: 16
Views: 3,140
Posted By Hunter S. Thompson
Re: player_changename not firing?

We're gonna to a clean reinstall, just to make sure it's on our end, cause I cannot figure it out for the life of me.

Yeah, turns out the server was completely fucked. Needed to copy the entire...
Forum: Scripting 11-22-2012, 00:02
Replies: 16
Views: 3,140
Posted By Hunter S. Thompson
Re: player_changename not firing?

Change name through the settings via the steamoverlay, I believe that's the only way, other than through the console.

Yeah, it's in OnPluginStart.
Showing results 1 to 25 of 288

 
Forum Jump

All times are GMT -4. The time now is 21:35.


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