Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 91
Search took 0.01 seconds.
Search: Posts Made By: jockersoft
Forum: Extensions 06-29-2012, 04:21
Replies: 2,726
Views: 2,780,450
Posted By jockersoft
Re: SDK Hooks 2.1 - Updated 2011-9-10

something is wrong with the CSS gamedata pushed via the automatic updater: after the daily restart of our 3 CSS servers (2 linux, 1 windows) they kept crashing due to sdkhooks
Forum: Plugins 07-05-2011, 09:54
Replies: 82
Views: 101,816
Posted By jockersoft
Re: [TF2] My Little Pony Dispenser (ponyspenser)

need the same for hello kitty :)
Forum: TF2Items 06-24-2011, 05:38
Replies: 1,524
Views: 1,257,421
Posted By jockersoft
Re: TF2Items - Items with custom attributes.

thanks for the prompt update, but http://hg.limetech.org/projects/tf2items/tf2items_release/archive/tip.zip still contains the april release
Forum: Source Servers (SRCDS) 05-17-2011, 04:01
Replies: 9
Views: 6,365
Posted By jockersoft
Re: 33 slots tf2 server

yes, but make sure that +exec server.cfg is in the command line
Forum: Source Servers (SRCDS) 05-16-2011, 18:55
Replies: 9
Views: 6,365
Posted By jockersoft
Re: 33 slots tf2 server

you can't have more than 33 (real) slots: clients will crash when connecting to your server
to have a 33 slots tf2 server the easiest way right now is starting the server with tv_enable 1 in the...
Forum: TF2Items 05-03-2011, 13:58
Replies: 1,524
Views: 1,257,421
Posted By jockersoft
Re: TF2Items - Items with custom attributes.

here it is

FYI: compiling sourcemod plugins is just a matter of
-saving your source file in scripting\something.sp
-downloading the include files from the required plugins/extensions and putting...
Forum: TF2Items 04-22-2011, 07:20
Replies: 1,524
Views: 1,257,421
Posted By jockersoft
Re: TF2Items - Items with custom attributes.

thanks!
I needed to add the OVERRIDE_ATTRIBUTES flag to TF2Items_CreateItem
and then
TF2Items_SetAttribute(hItem, 0, 38, 1.0);
Forum: TF2Items 04-22-2011, 06:41
Replies: 1,524
Views: 1,257,421
Posted By jockersoft
Re: TF2Items - Items with custom attributes.

I'm having some troubles with the sandman: the player seems to equip it correctly (he can swing it and hit other players) but he can't launch the ball by clicking mouse2

public...
Forum: VSH / Freak Fortress 04-19-2011, 13:50
Replies: 4,384
Views: 1,825,923
Posted By jockersoft
Re: [TF2] VS Saxton Hale Mode

thanks Eggman

the updated source code is missing, can you please upload it?
Forum: Extensions 01-25-2011, 07:13
Replies: 1,011
Views: 385,955
Posted By jockersoft
Re: [EXTENSION] CBaseServer (+ Detouring class) - Reserved Slots with 0 wasted slots

http://users.alliedmods.net/~pred/code/builds/cbaseserver/ now gives error 404

I've attached the latest builds I downloaded on 12/18/2010
hope someone will find them useful :)
Forum: Extensions 01-11-2011, 07:08
Replies: 47
Views: 32,965
Posted By jockersoft
Re: [TF2] BackpackHook - Forward for when an item is added to the player's inventory.

Ah, that's unfortunate.
you mentioned the game exposes only limited info when an item is removed. What data is available?
Forum: VSH / Freak Fortress 01-02-2011, 18:35
Replies: 4,384
Views: 1,825,923
Posted By jockersoft
Re: [TF2] VS Saxton Hale Mode

please make auto update optional: most admins would like to check what they put in their servers
btw, it assumes that a plugin called saxtonhale.smx is placed in the plugins folder, which in my case...
Forum: Extensions 12-21-2010, 10:56
Replies: 47
Views: 32,965
Posted By jockersoft
Re: [TF2] BackpackHook - Forward for when an item is added to the player's inventory.

what I'd like to do is tracking trades between players in the same server.

So for me it's not important to have a OnItemRemovedFromInventory forward with a lot of parameters like...
Forum: Extensions 12-21-2010, 09:55
Replies: 47
Views: 32,965
Posted By jockersoft
Re: [TF2] BackpackHook - Forward for when an item is added to the player's inventory.

can you detect when items are removed from a player inventory?

right now in a trade there's no way to know the player who gave an item, only who received it.
Forum: Unapproved Plugins 11-04-2010, 04:58
Replies: 1,685
Views: 677,531
Posted By jockersoft
Forum: Plugins 11-01-2010, 17:40
Replies: 22
Views: 36,366
Posted By jockersoft
Forum: Plugins 11-01-2010, 14:33
Replies: 22
Views: 36,366
Posted By jockersoft
Re: [TF2] Spawn fake halloween gift

this is the 1st plugin i release in the wild, and i really don't know why it doesn't work for you. I compiled it with SourcePawn Compiler 1.3.4 + SDK Hooks 1.3 include file, and have been using it on...
Forum: Plugins 10-30-2010, 14:10
Replies: 22
Views: 36,366
Posted By jockersoft
Re: [TF2] Spawn fake halloween gift

did you recompile it or used the .smx i attached?
Forum: Plugins 10-30-2010, 14:09
Replies: 241
Views: 227,512
Posted By jockersoft
Re: [TF2] Horseless Headless Horsemann

rcon isn't playing in the server
Forum: Plugins 10-30-2010, 11:58
Replies: 22
Views: 36,366
Posted By jockersoft
Re: [TF2] Spawn fake halloween gift

I used prop_physics_override just to spawn the model, that isn't the class of real gifts since they are controlled by the clients, not the server.

For the server crash: make sure you have at least...
Forum: Plugins 10-30-2010, 04:55
Replies: 22
Views: 36,366
Posted By jockersoft
[TF2] Spawn fake halloween gift

Admins with the z flag can spawn fake halloween gifts where they are looking at.
When a player touches a gift, the gift disappears and the player gets stunned.
Firing at the gift will make it...
Forum: Plugins 10-28-2010, 11:15
Replies: 241
Views: 227,512
Posted By jockersoft
Re: [TF2] Horseless Headless Horsemann

sv_cheats 1
nav_generate
Forum: Plugins 10-13-2010, 11:43
Replies: 94
Views: 53,624
Posted By jockersoft
Re: Top 10 Player HlstatsCE Announcer

no idea about what's going on: just tried with the version i posted in #12, and no crashes or downloads are made after setting sm_top10_sound to "" and changing map.
Forum: Plugins 10-12-2010, 18:30
Replies: 94
Views: 53,624
Posted By jockersoft
Re: Top 10 Player HlstatsCE Announcer

put sm_top10_sound ""
changelevel
does it still download it?

(the downloads table doesn't get cleared until a map change)
Forum: Plugins 10-10-2010, 15:42
Replies: 94
Views: 53,624
Posted By jockersoft
Showing results 1 to 25 of 91

 
Forum Jump

All times are GMT -4. The time now is 16:59.


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