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

Showing results 1 to 25 of 45
Search took 0.01 seconds.
Search: Posts Made By: Merbo
Forum: Plugin/Gameplay Ideas and Requests 09-23-2013, 06:52
Replies: 3
Views: 956
Posted By Merbo
Re: Crossbow to Syringe Gun automatically on spawn

you can just use a tournament whitelist and block it with vanilla tf2.
Forum: Extensions 07-12-2013, 13:55
Replies: 36
Views: 15,451
Posted By Merbo
Re: [EXTENSION] TeleportCheck 1.0

Engi is the highest priority, of course, if it's his tele or he has buildings needing repair. Then it'd probably be best to send a meaty class, like heavy, soldier*, or demo*, in; then medic, then...
Forum: TF2Items 06-21-2013, 16:34
Replies: 4
Views: 2,485
Posted By Merbo
Re: Add TF2Items_EquipPlayerWearable

I also would like this, if it helps weigh in at any amount.
Forum: Plugins 06-08-2013, 18:07
Replies: 12
Views: 11,985
Posted By Merbo
Re: mm_RTD BETA (v0.2b)

Updated to 0.2b. Fully usable now, but I think I'd like to add chat triggers and such before it is reviewed.
Forum: Plugins 05-28-2013, 20:48
Replies: 12
Views: 11,985
Posted By Merbo
mm_RTD BETA (v1.15)

mm_RTD BETA
A new edition of RTD

I've recently decided to put this to release, although the thread will probably be less often updated than the files, for obvious reasons.

I've made an RTD...
Forum: Plugin/Gameplay Ideas and Requests 05-13-2013, 07:09
Replies: 5
a
Views: 1,144
Posted By Merbo
Re: Need help from a C++ Modder, $20 if u can help ( Server.dll editing )

I'd help, but you want a mod to server.dll. Not only is that incredibly stupid, but it's irrelevant to sourcemod. If you need a sourcemod extension for it I could do that, but you need to learn C++...
Forum: Scripting 05-07-2013, 16:29
Replies: 15
Views: 4,102
Posted By Merbo
Re: Need some help in scripting [TF2]

Then change the ADMFLAG_GENERIC to 0
Forum: Scripting 04-24-2013, 18:18
Replies: 4
Views: 1,558
Posted By Merbo
Re: GetEntPropEnt(), find a spy's sappers

new sapper = -1;
while ((sapper = FindEntityByClassname(sapper, "obj_attachment_sapper"))!=INVALID_ENT_REFERENCE) {
if(IsValidEntity(sapper) && GetEntPropEnt(sapper, Prop_Send, "m_hBuider") ==...
Forum: TF2Items 04-19-2013, 22:36
Replies: 2
Views: 1,200
Posted By Merbo
Re: Multiply weapons properties

use FlaminSarge's TF2Attribs.
Forum: Scripting 04-18-2013, 01:18
Replies: 15
Views: 4,102
Posted By Merbo
Re: Need some help in scripting [TF2]

See the "RegAdminCmd" in the OnPluginStart method?
Change those to "RegConsoleCmd"
Forum: Scripting 04-17-2013, 13:08
Replies: 20
Views: 7,733
Posted By Merbo
Re: [TF2/Source Engine] Possibility of using LUA?

Here comes the day-old request for BrainFuck.
I made a simple IRC socket bot in it once, but eventually I got confused reading it daily and stopped.
Forum: Scripting 04-02-2013, 13:21
Replies: 20
Views: 7,733
Posted By Merbo
Re: [TF2/Source Engine] Possibility of using LUA?

Lua is a cancerous language. Lua would be my last choice for an implemented language, I've been working on an extension to allow C# hooking and scripting/
Forum: Plugins 03-27-2013, 20:54
Replies: 1,502
Views: 973,968
Posted By Merbo
Re: TF2: Roll the Dice RTD - v0.4 - NEW!

Here's a neat suggestion, somewhat OP but ehh.
When the player has this perk, check if they're cloaked.
If so, check m_bReadyToStab on their knife.
If so, check if IN_ATTACK is in the person's...
Forum: Unapproved Plugins 03-16-2013, 13:41
Replies: 15
Views: 5,305
Posted By Merbo
Re: Anti W+M1

If you asked politely for me to change that I would have.
However, I would recommend you learn the English language instead.
Forum: Plugin/Gameplay Ideas and Requests 03-12-2013, 20:14
Replies: 24
Views: 4,071
Posted By Merbo
Re: [TF2]Want a sourcemod designer and a map designer [paid]

IMAP is a neat protocol

more funnies and maymays at 9gag.meme
Forum: Plugin/Gameplay Ideas and Requests 03-10-2013, 17:44
Replies: 1
Views: 918
Posted By Merbo
Re: Unusual effects on hats

It's against valve's rules.
LotusClan is pretty cancerous.
Forum: Unapproved Plugins 02-28-2013, 23:37
Replies: 15
Views: 5,305
Posted By Merbo
Re: Anti W+M1

I'd asked asherkin the other day about such bitmasks and was told to do it that way.
Alright.
Forum: Unapproved Plugins 02-28-2013, 18:06
Replies: 15
Views: 5,305
Posted By Merbo
Anti W+M1

Pretty simple. Those who go W+M1 for about 3-5 seconds kersplode.
I don't believe there's a plugin like this, I just got annoyed with the amount of W+M1 kiddies who do this. If you want a boring...
Forum: Scripting 02-13-2013, 15:23
Replies: 12
Views: 3,063
Posted By Merbo
Re: Problem with hookevent

I think you're all doing it wrong.
Events don't return action, do they?
Pretty sure events are just public methods, no special tag.
Forum: Scripting 02-12-2013, 19:04
Replies: 3
Views: 777
Posted By Merbo
Re: My SQL HELP

I've made that mistake before.
Threads are to be left up for the assistance of others who stumble upon the thread. This won't be removed :T
Forum: Plugin/Gameplay Ideas and Requests 02-10-2013, 14:57
Replies: 9
Views: 13,448
Posted By Merbo
Re: Need TF2 Trading Bot

The mysql server handles the base accounts. I have a credits system by which users have currency based on the items they give the bot. The table follows like this:

SteamID(32-bit (STEAM_0)) |...
Forum: Plugin/Gameplay Ideas and Requests 02-08-2013, 23:02
Replies: 9
Views: 13,448
Posted By Merbo
Re: Need TF2 Trading Bot

You're silly. I've done this myself before. Use MySQL as a medium, a script to access the database server side, and a user handler to give players credits/points/items or whatever on the trade bot....
Forum: Scripting 02-07-2013, 22:16
Replies: 2
Views: 877
Posted By Merbo
Re: Plugin not working

Aside the fact that it doesn't work, it's not soothing to the eyes either. Try to structure it.


#include <sourcemod>
#pragma semicolon 1

public OnPluginStart()
{
...
Forum: Unapproved Plugins 02-05-2013, 07:41
Replies: 7
Views: 4,974
Posted By Merbo
Re: [TF2] Health Regeneration

Te e

Of course. I will also add more features later, I've a full schedule for a while. I can get that done in about a week.
Forum: Unapproved Plugins 01-31-2013, 13:25
Replies: 7
Views: 4,974
Posted By Merbo
Useless, give it a week

i am 11 and what is this

This thread's been trashed, give me a week and I'll fix it.
Showing results 1 to 25 of 45

 
Forum Jump

All times are GMT -4. The time now is 05:12.


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