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

Showing results 1 to 25 of 34
Search took 0.01 seconds.
Search: Posts Made By: Minoost
Forum: Snippets and Tutorials 12-03-2014, 09:03
Replies: 3
Views: 3,642
Posted By Minoost
Re: CS:GO Give music kit to players

Ah, that explains a problem. Thanks.
Forum: Snippets and Tutorials 12-03-2014, 03:03
Replies: 3
Views: 3,642
Posted By Minoost
CS:GO Give music kit to players

By forcing m_nMusicID to certain value, you can give a music kit to players!
Note: I don't know why, but m_nMusicID is being reset every frame by game and very glitch.


MUSIC ID:
1,2 - CS:GO...
Forum: General 09-19-2014, 02:44
Replies: 59
Views: 13,632
Posted By Minoost
Re: South Korea Allied Bans

Wait, I got confused, too.
Wasn't he meant rcon things rather than ToS?
Forum: General 09-19-2014, 01:39
Replies: 59
Views: 13,632
Posted By Minoost
Re: South Korea Allied Bans

"At least" been a year afaik.
Forum: Scripting 03-09-2014, 08:53
Replies: 2
Views: 547
Posted By Minoost
Re: Activate plugin after warmup

https://forums.alliedmods.net/showthread.php?t=218854&highlight=warmup
Forum: Snippets and Tutorials 03-14-2013, 08:34
Replies: 6
Views: 10,641
Posted By Minoost
Forum: Plugins 12-16-2012, 10:46
Replies: 42
Views: 60,487
Posted By Minoost
Re: [TF2] Local Item Server

NOTE: if in medieval mode, they can use primary weapon when loadout is unavailable.

http://i.imgur.com/EE8Xu.jpg
Forum: General 08-17-2012, 08:03
Replies: 139
Views: 59,885
Posted By Minoost
Re: SourceMod not working after today's update?

1.5.0-hg3579.tar.gz doesn't work.
but 1.5.0-hg3610.tar.gz it works.
Forum: Extensions 08-08-2012, 10:47
Replies: 254
Views: 187,129
Posted By Minoost
Re: [L4D,L4D2,TF2] BuiltinVotes 0.5.7 (2012-03-06)

If someone revote via !revote (that during next map vote)
All player crash and disconnect from server..

If without BuiltinVotes problem not happend.

L 08/08/2012 - 23:59:16:...
Forum: Plugins 07-21-2012, 09:09
Replies: 18
Views: 20,718
Posted By Minoost
Re: [TF2] Show crit effect Market Gardener (v1.2.1)

hmm, why i didn't know that. i'm stupid.
anyway, i'll fix it next update.
Forum: Plugins 07-21-2012, 08:21
Replies: 526
Views: 274,826
Posted By Minoost
Forum: Extensions 07-06-2012, 11:26
Replies: 395
Views: 219,745
Posted By Minoost
Re: Connect - A safer OnClientPreConnect forward

I can't join to SourceTV server Only this extension is loaded.
when i join to SourceTV server (with Connect loaded), just kicked from server and appear `STEAM validation rejected`
but Server that...
Forum: Plugins 06-24-2012, 01:34
Replies: 18
Views: 20,718
Posted By Minoost
Re: [TF2] Show crit effect Market Gardener (v1.2.1)

This can be easily done by check valid entity

public Action:OnWeaponSwitch(client, weapon)
{
if (!IsClientInGame(client) || !IsPlayerAlive(client))
return Plugin_Continue;

...
Forum: Plugins 06-20-2012, 08:14
Replies: 98
Views: 88,449
Posted By Minoost
Re: [TF2] Trade Chat 1.5 (05.08.2012)

Okay, here is korean translation. (ko)
Forum: Scripting 06-20-2012, 07:59
Replies: 0
Views: 691
Posted By Minoost
[TF2] Crit visual effect

I already read this (https://forums.alliedmods.net/showthread.php?t=178493&highlight=crit)
but still i'm not sure how to give crit (visual) effect without giving actual crit damage for View model...
Forum: Plugins 06-17-2012, 01:46
Replies: 18
Views: 20,718
Posted By Minoost
Re: [TF2] Show crit effect Market Gardener (v1.2)

1) i'll gonna what can i do. But now, i have no idea how to fix it.
2) Hmm, that's weird bug. I checked file (http://download.minotf.tk/sm_plugins/tf_market_crit.txt) but i can't find problem.
...
Forum: Plugins 06-08-2012, 03:10
Replies: 18
Views: 20,718
Posted By Minoost
Re: [TF2] Show crit effect Market Gardener (v1.2)

I'm stupid. i just forgot upload a plugin (Ver 1.2).



Anyway, i'll check and fix it soon if sdk hooks not firing weapon switch hook.
Forum: Plugins 06-01-2012, 09:23
Replies: 18
Views: 20,718
Posted By Minoost
Re: [TF2] Show crit effect Market Gardener (v1.2)

Updated 1.2
- Now plugin require SDK Hooks. (Use for weapon change hook!, so now crit boost remove immediately when switch weapon)
- Many bug fixed (i hope..)
Forum: Plugins 05-26-2012, 06:34
Replies: 18
Views: 20,718
Posted By Minoost
[TF2] Show crit effect Market Gardener (v1.2.1)

About
Market Gardener has attribute that `Deals crits while the wielder is rocket jumping`
but that's not mean show crit boost effect while rocket jumping.
so, i made this.
The plugin give crit...
Forum: Scripting 05-19-2012, 11:37
Replies: 11
Views: 3,114
Posted By Minoost
Re: Invalid parameter or parameter type

Thanks! finally i resolved problem.
Forum: Scripting 05-19-2012, 00:32
Replies: 11
Views: 3,114
Posted By Minoost
Re: Invalid parameter or parameter type

Full source code here:
https://github.com/Minoost/tf2ms/blob/master/sourcemod-plugin-src/addons/sourcemod/scripting/ssms-core.sp

Anyway, after i comment out szKey[129] = 0; // 129번째 문자는 무조건 NULL...
Forum: Scripting 05-18-2012, 19:54
Replies: 11
Views: 3,114
Posted By Minoost
Re: Invalid parameter or parameter type

i just tried both but not solved.


Line 257 is:

CLogMessage("[INFO] Fetching server identity: %s", szKey);
Forum: Scripting 05-18-2012, 09:33
Replies: 11
Views: 3,114
Posted By Minoost
[RESOLVED] Invalid parameter or parameter type

Thanks, i resolvd it.
Thanks for everyone.



I'm working on my plugin


public OnPluginStart ()
{
Forum: Plugins 05-02-2012, 04:33
Replies: 312
Views: 132,317
Posted By Minoost
Re: [TF2] TF2Fix 1.2.1

i just found cow mangler bug.
can you fix it?

http://youtu.be/KG3SRgFaVVA
Forum: TFDodgeball 11-20-2011, 02:13
Replies: 1,002
Views: 647,006
Posted By Minoost
Re: [TF2] TFDodgeball

ah... it's broken? it's crash for me when every start the game on linux server[/U]
[I]Okay, it's not crash until i try to connect my server. SO, i connected server will be crash. (except me, it...
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT -4. The time now is 19:32.


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