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

Showing results 1 to 25 of 32
Search took 0.00 seconds.
Search: Posts Made By: Skorpion1976
Forum: Plugins 01-23-2010, 16:42
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy System

z_spawn xxxxx auto does not include any guarantee that the person who buys stuff also becomes it. Itīs just a z_spawn command, anyone can become the infected.
Forum: Plugins 01-12-2010, 13:50
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy System

yes there is:

1. Shorten the command
open the .sp file and look for this line:
RegConsoleCmd("usepoints", PointsMenu);If you want to use the command "buy", just replace the line above or add...
Forum: Plugins 01-04-2010, 06:42
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy System

L4D Sourcemod PLUGINS (http://www.sourcemod.net/plugins.php?mod=6&search=1&sortby=title&order=0)

Here you find EVERYTHING for Left4dead 1+2. They link to the appropriate alliedmods website.
Forum: Plugins 12-18-2009, 10:42
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy System

This is a variable containing the version of this plugin only. No command.
Forum: Plugins 09-12-2009, 07:44
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy System

I removed the whole admin stuff from the plugin. It made it too easy for me as I was using these cmds too often. Now itīs about skills and not "cheating" anymore.:mrgreen:
Forum: Plugins 09-12-2009, 07:40
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy System

Resetting points @round_end is not enough I believe. After round_end event took place you STILL have about 10 seconds left to "collect" points. This period is currently not covered. A SI can continue...
Forum: Plugins 09-03-2009, 20:50
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy System

Yeah I know this "issue". Tank kills witch and gets points for it. Pretty easy explanation: There is NO check whether the killer is an infected or not. The attacker just gets the points. Thatīs the...
Forum: Plugins 08-20-2009, 19:30
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy System

istankonfire[xx]... try to write "128" in the brackets, the array is defined at the beginning of the .sp file.
I dont have the "burning tank" stuff in my modded version anymore but I changed the...
Forum: Plugins 08-15-2009, 12:38
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy System

I think I mentioned this already before, I am not sure as the thread is f....g long now :)

you can only give points to someone who is ALIVE !!!
If you give points to someone who got killed,...
Forum: Plugins 08-08-2009, 17:54
Replies: 348
Views: 197,022
Posted By Skorpion1976
[SM] Plugin encountered error 15: Array index is out of bounds

Set all of the [] values to at least 128.
Forum: Plugins 08-06-2009, 10:20
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy System

ATM I think it only works for 20 players as he uses the value "20" sometimes in the sourcecode. This value is used where the plugin counts the players so itīs probably just a minor change at all to...
Forum: Plugins 08-05-2009, 14:31
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy System

I was joking ! :)
Forum: Plugins 08-05-2009, 13:25
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy System

ooops... 1000 is slightly too much :) You should raise your prices immediately ;)
Forum: Plugins 08-05-2009, 08:28
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy System

Same for hunter/boomer... you change a cvar and it effects ALL species of same race.
Forum: Plugins 08-04-2009, 10:22
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy and Admin Gifting System

Thereīs another reason why sm_clientgive... and sm_clientset... does not work: Target player needs to be ALIVE.
Whoever you want to give points to or set his/her points you need to make sure that...
Forum: Plugins 08-01-2009, 12:12
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy and Admin Gifting System

Open the .sp file and change this:

new tankonfire[27]; --> to this: new tankonfire[128];
Works fine for me for more than 2 weeks now.
Forum: Plugins 08-01-2009, 08:38
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy and Admin Gifting System

Guys, as you run servers itīs a MUST (from my point of view) to know how the game works and what it does when itīs supposed to perform a certain action! For me the hlsw server logging is extremely...
Forum: Plugins 07-27-2009, 06:16
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy and Admin Gifting System

You need to activate the log files in HLSW. Then you go to the settings menu, "rcon" tab and set the value to 200000. Start the game, give yourself enough points and order a panic event. HLSW logs...
Forum: Plugins 07-27-2009, 06:09
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy and Admin Gifting System

erm... what about adjusting the price in the config file ?? nothing easier than that. you can do that yourself
Forum: Plugins 07-23-2009, 10:18
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: mob spawn / panic events

Something I found out after going through my rcon logs in hlsw:
1. you buy a horde (z_spawn mob) or 2 hordes
2. the director spawns the first wave of zombies you ordered
3. a panic event takes...
Forum: Plugins 07-23-2009, 10:07
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy and Admin Gifting System

Whether itīs "retarded" or not, the change request has its right to exist.
I already played with the idea of implementing the "give survivor xy drugs" just for some seconds with a printtochatall in...
Forum: Plugins 07-22-2009, 22:17
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy and Admin Gifting System

By shooting someone by accident who has only 1 hp left and is black/white ?
Forum: Plugins 07-21-2009, 11:48
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy and Admin Gifting System

Hi!

On my servers no-one spawns special infected WHILE the survivors are still in the saferoom. I never asked myself about the reason, until you wrote your change request. It made me think why...
Forum: Plugins 07-21-2009, 08:57
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy and Admin Gifting System

Yeah... the keybinds... I know how to bind keys, I use F11 and F12 for the shop and I ALREADY HAVE the instructions for creating keybinds in the advertisement plugin for 3 days now. *sigh* Players...
Forum: Plugins 07-20-2009, 14:46
Replies: 348
Views: 197,022
Posted By Skorpion1976
Re: [L4D] Item Buy and Admin Gifting System

Due to a permanently increasing amount of SM 1.2.0 compiler warnings (166 with prior versions of this plugin, now > 240) I refrained from using this plugin. New players join the game and have 199...
Showing results 1 to 25 of 32

 
Forum Jump

All times are GMT -4. The time now is 23:24.


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