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

Showing results 1 to 25 of 32
Search took 0.02 seconds.
Search: Posts Made By: Zilor
Forum: Scripting 07-16-2017, 07:35
Replies: 3
Views: 906
Posted By Zilor
Re: Getting TF2 comp/casual rank

I have a old Gamebanana account with this Avatar called "Trech". I created the Rod of Asclepius for your emblem Pack back then.(The Avatar is based on the Pyro emblem that was in your pack)
Forum: Scripting 07-15-2017, 20:51
Replies: 3
Views: 906
Posted By Zilor
Getting TF2 comp/casual rank

Hi there,

is there a way for community servers to get a players current matchmaking rank/lvl.
(maybe the entire statistics like kills, deaths, healing done, etc.)

You may ask way: I was...
Forum: Plugin/Gameplay Ideas and Requests 04-06-2017, 15:47
Replies: 3
Views: 875
Posted By Zilor
Re: edit plugin to command ON and OFF

Here, I haven't tested it...
You need both files (The .txt file is the translation file)
Forum: Plugin/Gameplay Ideas and Requests 04-03-2017, 17:36
Replies: 12
Views: 4,312
Posted By Zilor
Re: [TF2] Set/Add attributes via command

The plugin offers the following commands:

sm_addattrib <target> <attribute> <value>
Applies a specified attribute, with a specified value, to a specified player

sm_remattrib <target>...
Forum: Plugin/Gameplay Ideas and Requests 04-02-2017, 16:43
Replies: 12
Views: 4,312
Posted By Zilor
Re: [TF2] Set/Add attributes via command

Well I told you the wrong Cmd.
I actually meant the "sm_addwepatt" command, which adds a attribute to someones currently active (!) weapon/slot.
A slot based modification would be doable, but isn't...
Forum: Plugin/Gameplay Ideas and Requests 03-31-2017, 21:54
Replies: 12
Views: 4,312
Posted By Zilor
Re: [TF2] Set/Add attributes via command

I guess you are looking for this: https://forums.alliedmods.net/showthread.php?t=210221

The example plugin (tf2attributes_example.sp) offers the feature you want (except that it only adds the...
Forum: Scripting 03-26-2017, 18:35
Replies: 15
Views: 2,837
Posted By Zilor
Re: [CSGO] How to reset a player's cash immediately after he bought something?

public Action CS_OnGetWeaponPrice(int client, const char[] weapon, int &price)
{
if (g_cEnablePlugin.BoolValue)
{
price = 0;
}

return Plugin_Changed;
}More...
Forum: Scripting 03-26-2017, 18:17
Replies: 15
Views: 2,837
Posted By Zilor
Re: [CSGO] How to reset a player's cash immediately after he bought something?

No, you need to define the ConVar as such. Add "ConVar g_cEnablePlugin;" below the include line.

Edit:
Afaik "ConVar g_cEnablePlugin;" should be fine. There is no need for "= null";

Editedit:...
Forum: Scripting 03-26-2017, 17:36
Replies: 6
Views: 976
Posted By Zilor
Re: Help to change plugin public

You don't need to rewrite the code.
All of it can be done with SourceMods Command Access Override (https://wiki.alliedmods.net/Overriding_Command_Access_(SourceMod)) and the original plugin.

Just...
Forum: Source Servers (SRCDS) 05-22-2016, 13:38
Replies: 8
Views: 3,507
Posted By Zilor
Re: 12 slot server trying to make it 5v5 / 2 spectators

He just pointed at the issue. The server kicks people immediately to keep the 2 slots free for people with reserve access.

Solutions:
Remove the reserved slots
Increase the max player count to 14
Forum: Source Servers (SRCDS) 05-22-2016, 06:09
Replies: 21
Views: 5,257
Posted By Zilor
Re: This guy is stoling my fastdl, what can i do?

I should mention that a proxie/vpn/firewall might filter the referrer out. I suggest that you create an additional rule for clients with no referrer.
Forum: Source Servers (SRCDS) 05-19-2016, 15:48
Replies: 21
Views: 5,257
Posted By Zilor
Re: This guy is stoling my fastdl, what can i do?

Use this methoed (.htaccess (https://en.wikipedia.org/wiki/.htaccess)) to protect your server. Just allow your server ips and ditch every other connection.
Forum: Unapproved Plugins 05-12-2016, 15:49
Replies: 8
Views: 14,186
Posted By Zilor
Re: [TF2] Scoutzknivez 0.1.5

I started working on recreating this plugin from scratch.
Don't expect anything fancy soon.
However, I would appreciate any feedback/tips/suggestions on the gameplay ideas I had.
Forum: Unapproved Plugins 04-26-2016, 15:40
Replies: 16
Views: 11,852
Posted By Zilor
Re: [CS:GO/ZP] ExtraItem: AK117

Custom content wasn't allowed for some time and therefore the plugin was unapproved. However Valve changed their "server guidelines" shortly after and allowed custom content again. Probably nobody...
Forum: Scripting 01-16-2016, 20:03
Replies: 2
Views: 879
Posted By Zilor
Re: [ND] Show HUD message to a player

Thanks for the quick replay.

Guess I have to look into ShowSyncHudText.
Forum: Scripting 01-16-2016, 17:06
Replies: 0
Views: 394
Posted By Zilor
*ignore*

*silly me* (Double post of my previous thread (https://forums.alliedmods.net/showthread.php?t=277787))

I'm sorry.
Forum: Scripting 01-16-2016, 17:02
Replies: 2
Views: 879
Posted By Zilor
[ND] Show HUD message to a player

In Nuclear Dawn are different types of central HUD messages and I would like to know if it's possible to replace them with custom messages.

What I'm talking about...
Forum: Scripting 09-13-2015, 12:06
Replies: 6
Views: 1,195
Posted By Zilor
Re: [help] Is it possible to remove admins using sm?

SetUserAdmin (https://sm.alliedmods.net/new-api/clients/SetUserAdmin)(client, INVALID_ADMIN_ID, true)
Forum: Plugins 06-14-2015, 09:12
Replies: 280
Views: 175,580
Posted By Zilor
Re: [L4D,L4D2,TF2,CSGO] NativeVotes (v0.8.3, 2014-10-16)

Are there any forwards that we can use to register the progress of votes with external plugins? (To hook votes called over the votemenu)

And here is a german translation for NativeVotes:...
Forum: Plugin/Gameplay Ideas and Requests 06-07-2015, 08:18
Replies: 2
Views: 935
Posted By Zilor
Forum: Plugin/Gameplay Ideas and Requests 05-24-2015, 11:43
Replies: 11
Views: 1,327
Posted By Zilor
Re: [REQ] Sourceban/comms addition: Ban namechange -> rename to #userid

Maybe sm_nameban Zilor 750 "Offensive name" (<time|reason> <reason> for a timed ban
and
sm_nameban Zilor "Permaban cuz I can" (<time|reason><reason>) for a permanent ban
Forum: Plugin/Gameplay Ideas and Requests 05-23-2015, 19:07
Replies: 13
Views: 2,597
Posted By Zilor
Re: Welcome msg, client only

Simple Welcome Message (https://forums.alliedmods.net/showthread.php?p=880791)?
Forum: Extensions 10-12-2014, 15:16
Replies: 39
Views: 36,151
Posted By Zilor
Re: [EXTENSION] Send / Request Files from clients

So we could use this plugin to preload custom maps? Awesome!
But what will happen when we preload a map (let's say cp_whatever) and the client isn't able to finish the download before the server...
Forum: Plugins 05-11-2014, 17:33
Replies: 312
Views: 132,195
Posted By Zilor
Re: [TF2] TF2Fix (1.4.7, May 4 2014)

Is there a fix for the Red-Tape Recorder which allows sentrys to get more than 4000hp*?

http://www.dailymotion.com/video/x1t2usy_hl2-2014-05-04-19-34-54-041_videogames



Edit: *40000hp
Forum: Plugin/Gameplay Ideas and Requests 04-29-2014, 18:13
Replies: 2
Views: 1,384
Posted By Zilor
Re: [TF2]Custom votes in TF2's built-in votes menu?

That sounds great. I look forward to the next version.
Showing results 1 to 25 of 32

 
Forum Jump

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


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