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

Showing results 1 to 25 of 419
Search took 0.05 seconds.
Search: Posts Made By: kmal2t
Forum: Unapproved/Old Plugins 07-10-2007, 20:05
Replies: 20
Views: 8,124
Posted By kmal2t
Re: Super-Advanced Weapon Giver

Look out, its not only super, but it's advanced too!
Forum: Scripting Help 07-10-2007, 20:03
Replies: 18
Views: 4,225
Posted By kmal2t
Re: client_cmd quest

I came across that in the hltv readme but it's for all instead of specific clients, which makes it unusable unless I can think of a way to pick out players.
Forum: Trash 07-10-2007, 15:26
Replies: 2
Views: 1,631
Posted By kmal2t
Re: amx_crash

I'm guessing what you're asking is for a plugin to crash someone's HL to desktop because he crashed you or your server a few times. This is considered "slowhacking" and isn't allowed. I suggest just...
Forum: Suggestions / Requests 07-10-2007, 15:22
Replies: 1
Views: 1,353
Posted By kmal2t
Re: Auto BHOP

just add ", ADMIN_KICK)" at the end of the client_cmd in the .sma

change the clcmd function parameters to this: (id, level, cid)

and right after that add this:
if (!cmd_access(id, level, cid,...
Forum: Suggestions / Requests 07-10-2007, 15:19
Replies: 29
Views: 18,221
Posted By kmal2t
Re: Hat Mod. (Need Ideas)

omg, I forgot a viking helmet, that's awsome.

Also don't have a KKK hat, that's just lame. :\
Forum: Scripting Help 07-10-2007, 15:14
Replies: 18
Views: 4,225
Posted By kmal2t
Re: client_cmd quest

Sockets allows you to connect to ips like connecting to websites or email and the like. It would also allow for inter-server communication stuff like sql stuff as well I think. That's my...
Forum: Unapproved/Old Plugins 07-10-2007, 05:07
Replies: 34
Views: 14,335
Posted By kmal2t
Re: Fenmaster

I like the idea it seems original, but for starters:

"You don't have any fenwick" should be "You don't have a fenwick". And I know this is your plugin, but in English I think the word you're...
Forum: Scripting Help 07-10-2007, 04:58
Replies: 18
Views: 4,225
Posted By kmal2t
Re: client_cmd quest

Ya I called him a limey faggot in karma cuz first he misunderstands me like 3 times and gets short with me then gives me negative karma when he was the idiot. Anyway.

I've been told by a few...
Forum: Suggestions / Requests 07-10-2007, 00:46
Replies: 29
Views: 18,221
Posted By kmal2t
Re: Hat Mod. (Need Ideas)

ya gotta hve the mexican hat, pirate hat, wizard hat

also maybe one of those chequita banana (carmen miranda) hats, a royalty king hat, a pope hat, and a cowboy hat if at all possible,
Forum: Unapproved/Old Plugins 07-10-2007, 00:43
Replies: 7
Views: 3,637
Posted By kmal2t
Re: [NYC] Swear Filter

probably the 3rd time this has been made.
Forum: Suggestions / Requests 07-09-2007, 19:40
Replies: 29
Views: 18,221
Posted By kmal2t
Re: Hat Mod. (Need Ideas)

I love the mexican hat. You could probably make this for all mods. Just have a clcmd of /hat <hattype> and it puts one on their head.
Forum: Unapproved/Old Plugins 07-09-2007, 19:38
Replies: 26
Views: 8,175
Posted By kmal2t
Re: Gunners vs. Ninjas

Another rendition of the same preditor/zombie/whatever
Forum: General 07-08-2007, 20:28
Replies: 7
Views: 1,941
Posted By kmal2t
Re: Faster map change?

If you're stilling having issues, a slow map change usually indicates there is a problem with your server and that it's using too much CPU and possibly your plugins are whoring the memz0rz
Forum: Suggestions / Requests 07-08-2007, 14:39
Replies: 10
Views: 3,746
Posted By kmal2t
Re: Request - No Jump plugin?

This is probably correct, I must have been out of it when posting that.

(cs_get_user_team(id) == CS_TEAM_T) ...

and change the ~jump to ~IN_JUMP

as for the indention warnings just move the...
Forum: Trash 07-08-2007, 14:27
Replies: 8
Views: 2,469
Posted By kmal2t
Re: PlayerCountCvarChanger

I'd be surprised if this hasn't already been done before.
Forum: Unapproved/Old Plugins 07-08-2007, 14:26
Replies: 49
Views: 18,560
Posted By kmal2t
Re: High Ping Kicker and banner

wow are you serious? NOt only has this been done like 4 times, but I recognize those cvars so I'm guesing you just ripped someone else's code, added one or two minor things and called it yours.
Forum: Scripting Help 07-08-2007, 14:20
Replies: 18
Views: 4,225
Posted By kmal2t
Re: client_cmd quest

I...
want...
to...
make...
a...
client...
on...
HLTV...
run...
a...
Forum: Suggestions / Requests 07-08-2007, 02:44
Replies: 10
Views: 3,746
Posted By kmal2t
Re: Request - No Jump plugin?

It doesn't help unless you give the compile error messages which show the line and the actual error. Btw, I didn't know the zombie mod used engine, so using FM when you already have engine is usually...
Forum: Scripting Help 07-08-2007, 02:39
Replies: 18
Views: 4,225
Posted By kmal2t
Re: client_cmd quest

No, you obviously don't. For like the third time I want to run a command on a CLIENT not make the server record a demo.
Forum: Suggestions / Requests 07-07-2007, 21:15
Replies: 10
Views: 3,746
Posted By kmal2t
Re: Request - No Jump plugin?

put an extra ( after the if. Also again make sure you have #include <fakemeta> at top.
Forum: Scripting Help 07-07-2007, 21:10
Replies: 18
Views: 4,225
Posted By kmal2t
Re: client_cmd quest

LoL i understand rcon and using rcon_address to call a command to another addy. If that's what I needed I would have used that. I need to know if I can call the client_cmd fucntion on a client on an...
Forum: Unapproved/Old Plugins 07-07-2007, 17:59
Replies: 141
Views: 86,577
Posted By kmal2t
Re: Cut The Right Wire!

I didn't read the whole thread, but here's my suggestion. Instead of making the wires random make it like this:

Round_start there's like 5 wires and one of the five is chosen to be the diffuse...
Forum: Scripting Help 07-07-2007, 17:44
Replies: 18
Views: 4,225
Posted By kmal2t
Re: client_cmd quest

I don't even think that makes sense since client_cmd is not a console hl function its hooking into the engine or whatever.

And I was thinking sockets be the right way, but I don't think I fully...
Forum: Approved Plugins 07-07-2007, 17:42
Replies: 11
Views: 15,627
Posted By kmal2t
Re: MySnapshot v1.0.1

I didn't even look at the plugin when you can probably do this:

alias +snap "r_drawviewmodel 0;hud_saytext 0;snapshot"
alias -snap "r_drawviewmodel 1;hud_saytext 1"

bind <key> +snap

MAJIKS
Forum: Suggestions / Requests 07-07-2007, 17:38
Replies: 10
Views: 3,746
Posted By kmal2t
Re: Request - No Jump plugin?

Just put this in the zombie sma

#include <fakemeta> //if it's not already in it

public plugin_init() {
register_forward(FM_CmdStart, "FM_CStart"); //add this into plugin init
}
...
Showing results 1 to 25 of 419

 
Forum Jump

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


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