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

Showing results 1 to 22 of 22
Search took 0.00 seconds.
Search: Posts Made By: Acdervis
Forum: Source Servers (SRCDS) 10-06-2011, 10:02
Replies: 7
Views: 3,303
Posted By Acdervis
Re: Printing Out Console Commands for Dota 2

Don't know about SM. But so far it's semi-official that dedicated servers will be released. Probably not during the beta.

Source: Feedback forums and the dota2wiki guys.

Also there might never...
Forum: Source Servers (SRCDS) 10-02-2011, 07:20
Replies: 7
Views: 3,303
Posted By Acdervis
Printing Out Console Commands for Dota 2

I know this isn't the appropiate place for this, but it's most general area of the forum.

I want to print out all console commands in Dota 2, format them and post on the wiki. So far I've had some...
Forum: Plugins 06-03-2010, 20:18
Replies: 10
Views: 21,780
Posted By Acdervis
Re: [TF2]Custom Voice Command Subtitles

I've tried adding lines to the commands that don't have subtitles. As I suspected, it didn't work. Anyway, I've added a ConVar for enabling/disabling the plugin and updated my OP.

About the "No...
Forum: Plugins 06-03-2010, 02:31
Replies: 10
Views: 21,780
Posted By Acdervis
Re: [TF2]Custom Voice Command Subtitles

I haven't added translations for the commands that don't have subtitles, I'll try doing so this evening. Although the method I used(Hooking the subtitle message) might prove to be a problem.

The...
Forum: Plugins 06-02-2010, 20:03
Replies: 10
Views: 21,780
Posted By Acdervis
[TF2]Custom Voice Command Subtitles

We've been wanting to translate the voice commands on our server for some time, since Valve wasn't supporting our language(Turkish).

What does this do?
It replaces available voice command(Medic!,...
Forum: Unapproved Plugins 05-17-2010, 08:25
Replies: 673
Views: 165,155
Posted By Acdervis
Re: [TF2] Custom Achievement Manager With MYSQL (V1.1)

Ah, now I get it, thanks! ^^

Edit: Oh and btw, is it possible to use UTF-8 characters in the interface? They tend look funny. (We're a Turkish community, so we need: ı,İ,ş,ü,ğ,ç etc.)
Forum: Unapproved Plugins 05-17-2010, 08:12
Replies: 673
Views: 165,155
Posted By Acdervis
Re: [TF2] Custom Achievement Manager With MYSQL (V1.1)

Any idea on how to get rid of this?

Extra: After I create an achievement, the web interface can't connect to the server.
Forum: General 05-13-2010, 12:24
Replies: 113
Views: 53,027
Posted By Acdervis
Re: UPDATE: Recent Valve change limits creativity for server mods. (Petition)

If you read the Steam EULA carefully, you'll see that you actually own squat. It's just legal mumble-jumble, no need to get frustrated.
Forum: General 05-09-2010, 03:19
Replies: 113
Views: 53,027
Posted By Acdervis
Re: UPDATE: Recent Valve change limits creativity for server mods. (Petition)

Just read the OP.

Can't someone re-write/edit your plugin or recompile Valve's models to look as custom content? Wouldn't everybody do this in the long run?

Don't get me wrong, I think you've...
Forum: Scripting 09-07-2009, 14:21
Replies: 5
Views: 1,274
Posted By Acdervis
Re: Problems with loading keyvalues from file

oops, strike that. I was wrong. :(
Forum: Unapproved Plugins 09-04-2009, 19:42
Replies: 194
Views: 56,340
Posted By Acdervis
Re: *****

Yeah. I don't see a problem with it just sitting in an unapproved thread, just in case someone wants to use it so badly. As I stated, if I have to delete it, all I need is a message or a PM from a...
Forum: Unapproved Plugins 09-04-2009, 19:29
Replies: 194
Views: 56,340
Posted By Acdervis
Re: *****

Oh sh...

Brb.

EDIT: Fixed.
Forum: Unapproved Plugins 09-04-2009, 19:25
Replies: 194
Views: 56,340
Posted By Acdervis
Re: *****

To anyone that wants to use/maintain this plugin, see attached.:crab:

Couldn't find the .sp though :(

EDIT: Still couldn't find the .sp, if I have to delete it, I will. Added the web...
Forum: Scripting 09-04-2009, 15:15
Replies: 5
Views: 1,299
Posted By Acdervis
Re: Payload Hooking

Can't you just find the distance between the last train_track entity(or something like that) and the cart?
Forum: Plugins 09-04-2009, 06:09
Replies: 10
Views: 20,490
Posted By Acdervis
Re: Connect Spam Blocker

I don't think so. I couldn't find anything in the update news.


Thanks retsam.:)

EDIT: Thanks for approving SAMURAI16 (http://forums.alliedmods.net/member.php?u=20417)
Forum: Plugins 09-02-2009, 21:52
Replies: 10
Views: 20,490
Posted By Acdervis
Re: Connect Spam Blocker

hoox: I tried that, everytime an auto-connector joined before me. Even with a script. Still, it's an admins decision to use it.

Thanks, twistedpanda.
Forum: Plugins 09-02-2009, 20:02
Replies: 10
Views: 20,490
Posted By Acdervis
Connect Spam Blocker

We've recently been having problems with people doing this kind of thing on our servers.("xxx connected." over and over again)

It bans(IP) anybody for 5 minutes that tries to connect 3 times...
Forum: Unapproved Plugins 09-02-2009, 06:58
Replies: 194
Views: 56,340
Posted By Acdervis
Re: [TF2] Custom Achievements

Try:

public OnPluginStart()
{
HookUserMessage(GetUserMessageId("VoiceSubtitle"), CallBack);
}

public Action:CallBack(UserMsg:msg_id, Handle:bf, const players[], playersNum, bool:reliable,...
Forum: Unapproved Plugins 08-10-2009, 14:48
Replies: 4
Views: 4,431
Posted By Acdervis
Re: [TF2]Fast Admin Respawn

I guess I could have. But, I'm quite(I mean quite) a noob to Sourcemod Scripting. So I saw it as a way to get some practice.

Thanks anyway.
Forum: Unapproved Plugins 08-10-2009, 09:05
Replies: 4
Views: 4,431
Posted By Acdervis
[TF2]Fast Admin Respawn

A simple plugin that fast(slow?) respawns an admin with a specific flag.

Cvars:
sm_adminrespawntime (default 5.0) - Time(seconds) to use when respawning admins.

Changelog:
1.0 - Initial...
Forum: Scripting 08-01-2009, 06:25
Replies: 1
Views: 2,041
Posted By Acdervis
Re: [TF2] Voicemenu Plugin

So far I've come up with something like this.


/* Plugin Template generated by Pawn Studio */

#include <sourcemod>

public Plugin:myinfo =
{
name = "New Plugin",
Forum: Scripting 07-31-2009, 16:10
Replies: 1
Views: 2,041
Posted By Acdervis
[TF2] Voicemenu Plugin

I've been into Sourcemod scripting for a little a while now. Written(and edited) a few simple plugins for my partner.

We've been thinking of this project for some time, but I have a few questions...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT -4. The time now is 04:49.


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