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

Showing results 1 to 24 of 24
Search took 0.02 seconds.
Search: Posts Made By: koles_pl
Forum: Plugin/Gameplay Ideas and Requests 01-16-2011, 16:42
Replies: 1
Views: 819
Posted By koles_pl
Re: [CSS] Clantag+nick logging

I found ] cl_clanid stores information about Steam group id. Any way to resolve steamgroup id to steamgroup name via plugin ?
Forum: Plugin/Gameplay Ideas and Requests 01-16-2011, 08:25
Replies: 1
Views: 819
Posted By koles_pl
[CSS] Clantag+nick logging

I've got psychostats on my server and its not reading clantags after css update. The game doesnt write clan names to logs at all. Would it be much hussle to write plugin that simply logs clantag next...
Forum: General 07-10-2010, 12:19
Replies: 151
Views: 57,508
Posted By koles_pl
Re: Update on L4D2

MM working on linux
SM working on linux with latest snapshot 1.3.4
Thanks
Forum: Plugins 07-08-2010, 12:05
Replies: 15
Views: 24,673
Posted By koles_pl
Re: [L4D2] Reserved Spectator Redirect

Would be much better to do it like that but is there a way to do it via menu ?
I understand some people don't have f3 binded to redirect.
Forum: Plugins 07-08-2010, 11:53
Replies: 1,756
Views: 1,029,510
Posted By koles_pl
Re: [L4D/L4D2] Infected Bots (1.9.5)

The server now crashes after map change...
Forum: Plugins 07-06-2010, 13:59
Replies: 15
Views: 24,673
Posted By koles_pl
Re: [L4D2] Reserved Spectator Redirect

You are correct Kwski43 :) I added the missing file now.
Forum: Plugins 07-05-2010, 10:19
Replies: 1,756
Views: 1,029,510
Posted By koles_pl
Re: [L4D/L4D2] Infected Bots (1.9.5)

Its like this with fresh sourcemod without any new plugins, tested with 1.3 and 1.4. Same with nextmap.smx disabled and enabled. Works fine after disabling infectedbots.
Forum: Scripting 06-29-2010, 03:26
Replies: 0
Views: 1,058
Posted By koles_pl
[L4D2] Limit rechargeable weapon source

Is there a way to limit rechargeable weapon source to one picked. Basically just a kind of anti-flood system that would work with sm_drop plugin with witch you can use exploit and spam dropping...
Forum: Plugins 06-28-2010, 07:04
Replies: 1,756
Views: 1,029,510
Posted By koles_pl
Re: [L4D/L4D2] Infected Bots (1.9.5)

Its not working for me with L4D. (Older versions too)
After a map is completed and starts changing to map#2, You can see the server is changing map for 5 seconds (In hlsw) but than suddenly it...
Forum: Plugins 06-17-2010, 14:38
Replies: 15
Views: 24,673
Posted By koles_pl
[L4D2] Reserved Spectator Redirect

Description
Most of the code comes from olj and his plugin Reserved Spectators Slots (http://forums.alliedmods.net/showthread.php?t=100340),

All I did is modified it so instead of kicking...
Forum: Scripting 06-17-2010, 10:18
Replies: 13
Views: 5,935
Posted By koles_pl
Re: Reserved Spectator Slots + serverredirect

Thank you! its working Great!

Proove:
http://www.l4dzone.pl/redirect.jpg

I will pust it as a new plugin so other people can make a use of it.
Forum: Plugins 06-17-2010, 04:49
Replies: 311
Views: 235,487
Posted By koles_pl
Re: [L4D2] Fort Spawner

Gmod gun or at least gravity gun would be great :) or sumthin like that
Forum: Plugins 06-16-2010, 15:44
Replies: 311
Views: 235,487
Posted By koles_pl
Re: [L4D2] Fort Spawner

This is great :) I would love to see gmod in L4D2, smells like new gamemode!
Forum: Scripting 06-16-2010, 13:51
Replies: 13
Views: 5,935
Posted By koles_pl
Re: Reserved Spectator Slots + serverredirect

Thanks!

Not quiet sure how to use it though,

What i did

some stuff declared
new Handle:h_panelek = INVALID_HANDLE;
new String:b4kick_msg[MAX_NAME_LENGTH];
Forum: Scripting 06-16-2010, 12:26
Replies: 13
Views: 5,935
Posted By koles_pl
Forum: Scripting 06-16-2010, 09:54
Replies: 13
Views: 5,935
Posted By koles_pl
Re: Reserved Spectator Slots + serverredirect

I know that you can send a message to someone with this code:
ServerCommand("sm_psay", name, "something to say")

But sm_psay is printed in chat and is not very visible.

I would like to use...
Forum: Scripting 06-15-2010, 13:46
Replies: 13
Views: 5,935
Posted By koles_pl
Re: Reserved Spectator Slots + serverredirect

THIS IS GREAT, ITS WORKIN THANK YOU asherkin and YouzAMenace !

It looks like getconvarstring works like this : GetConVarString(h_ip,ipserver,sizeof(ipserver));
and you need to specify the size...
Forum: Scripting 06-13-2010, 11:50
Replies: 13
Views: 5,935
Posted By koles_pl
Re: Reserved Spectator Slots + serverredirect

Probably the question is why DisplayAskConnectBox(client, "%t", ipserver)
is not accepting the string ipserver with its value set to "78.46.59.68:27045". Instead it gives
error 035: argument type...
Forum: Scripting 06-12-2010, 14:33
Replies: 13
Views: 5,935
Posted By koles_pl
Re: Reserved Spectator Slots + serverredirect

Still, cannot figure this out... I tried like this:



bu i get following errors

/groups/sourcemod/compiler-1.3/include/halflife.inc(540) : warning 219: local variable "ip" shadows a variable...
Forum: Scripting 06-10-2010, 18:18
Replies: 13
Views: 5,935
Posted By koles_pl
Re: Reserved Spectator Slots + serverredirect

Cant get DisplayAskConnectBox(client, "%t", ip) to work (fails to compile) so i tried different methid.

I used

if...
Forum: Scripting 06-10-2010, 08:12
Replies: 13
Views: 5,935
Posted By koles_pl
Re: Reserved Spectator Slots + serverredirect

Tanks for your reply asherin.

Still cant make it work, here is what i did, probably looks stupid but I never used sourcepawn before.



What I have altered is in bold

Its for l4d2
Forum: Scripting 06-07-2010, 21:50
Replies: 13
Views: 5,935
Posted By koles_pl
Reserved Spectator Slots + serverredirect

As I said in this post
http://forums.alliedmods.net/showthread.php?p=1202346#post1202346

Ive looked into the code and i tried to call sm_redirect_show <#userid|name> but plugin failed to compile...
Forum: Plugins 06-07-2010, 13:08
Replies: 52
Views: 54,418
Posted By koles_pl
Re: [L4D] Reserved Spectator Slots 1.3

Its a great plugin! thanks, its the only way to get reserved slots in l4d2.

Is it possible to combine this plugin with serverredirect_1_1...
Forum: Unapproved Plugins 02-09-2010, 09:54
Replies: 15
Views: 41,915
Posted By koles_pl
Re: [L4D2] Drop Weapon

There is a serious problem with this plugin.
That is when you drop weapon that you pick up from rechargeable weapon source (eg. table with weapons in safehouse). You can pick the new weapon after...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT -4. The time now is 11:57.


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