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

Showing results 1 to 25 of 138
Search took 0.01 seconds.
Search: Posts Made By: Guren
Forum: Plugins 08-11-2013, 04:53
Replies: 163
Views: 86,766
Posted By Guren
Re: [CS:S,TF2,DOD:S,CS:GO] League Of Legends Kill Announce Plugin (08/11/2013 Ver 2.8

Updated.

change log -

Improved the code readability.
Optimized code.
Forum: Plugins 08-11-2013, 04:52
Replies: 163
Views: 86,766
Posted By Guren
Re: [CS:S,TF2,DOD:S,CS:GO] League Of Legends Kill Announce Plugin (02/09/2013 Ver 2.8

O_O.. did you downloaded to sound files for only CSGO?

and checked downloaded sound files?
Forum: Snippets and Tutorials 04-29-2013, 03:18
Replies: 9
Views: 10,643
Posted By Guren
Re: [STOCK] Target is exist in client's angle and distance (03/07/2013 Ver 1.1)

i'll be fix. i'm a trial period now. :( so i don't have a many times.
Forum: Plugins 03-21-2013, 01:02
Replies: 163
Views: 86,766
Posted By Guren
Forum: Plugins 03-06-2013, 10:02
Replies: 12
Views: 9,235
Posted By Guren
Forum: Plugins 03-06-2013, 09:24
Replies: 12
Views: 9,235
Posted By Guren
Forum: Plugins 03-06-2013, 07:39
Replies: 12
Views: 9,235
Posted By Guren
Re: [ANY] Twilight Sparkle's Encrypt Plugin (02/01/2013 Ver 1.0.0)

lol it's my cheap method to protected for sourcepawn decompiler.


decl String:OriginalChar[256];
decl String:DoNotDecompile[256];
GetCmdArg(1, ScanChar, 256);
Format(DoNotDecompile, 256,...
Forum: Snippets and Tutorials 03-06-2013, 04:06
Replies: 9
Views: 10,643
Posted By Guren
[STOCK] Target is exist in client's angle and distance (03/07/2013 Ver 1.1)

i made this function cuz i want make skills like a league of legends.

Thanks to javalia. (helped to solve my question)


Update log
03 07 2013 - Changed function name, add to negativeangle
Forum: Plugins 03-03-2013, 18:28
Replies: 20
Views: 26,110
Posted By Guren
Forum: Plugins 02-08-2013, 20:06
Replies: 163
Views: 86,766
Posted By Guren
Forum: Plugins 02-08-2013, 19:50
Replies: 163
Views: 86,766
Posted By Guren
Forum: Plugins 02-08-2013, 19:50
Replies: 163
Views: 86,766
Posted By Guren
Forum: Plugins 01-31-2013, 23:15
Replies: 12
Views: 9,235
Posted By Guren
Re: [ANY] Twilight Sparkle's Encrypt Plugin (02/01/2013 Ver 1.0.0)

LOL
no. it's just plugin names. i made this.
i named this plugin because i'm fan of her.
Forum: Plugins 01-31-2013, 23:02
Replies: 12
Views: 9,235
Posted By Guren
[ANY] Twilight Sparkle's Encrypt Plugin (03/07/2013 Ver 1.0.1)

Twilight Sparkle's Encrypt Plugin


Intrudution
This plugin will encrypt and decrypt your input words.
http://www.youtube.com/watch?v=MLYTRTN__iA


Commands
Forum: Plugins 01-28-2013, 09:20
Replies: 15
Views: 15,983
Posted By Guren
Re: [TF2] Headshot Random Sound

Fixed. updated.

Hi guys. it's been a long time.
Forum: Scripting 01-28-2013, 09:13
Replies: 3
Views: 1,800
Posted By Guren
Forum: Plugins 01-24-2013, 13:32
Replies: 163
Views: 86,766
Posted By Guren
Re: [CS:S,TF2,DOD:S,CS:GO] League Of Legends Kill Announce Plugin (11/16/2012 Ver 2.7

did you tested to multikill(doublekill, triplekill..) event?
Forum: Scripting 01-23-2013, 14:46
Replies: 15
Views: 7,632
Posted By Guren
Re: [TF2] Show fog for a specific client

#include <sourcemod>
#include <sdktools>

new Fogindex;
new bool:ShowFog[MAXPLAYERS+1];

public OnPluginStart()
{
RegAdminCmd("sm_fogoff", fogoff, ADMFLAG_SLAY, "");
...
Forum: Scripting 01-22-2013, 11:03
Replies: 3
Views: 1,800
Posted By Guren
[TF2] Change Speed without m_flMaxSpeed.

Hi.

I have a problem.

I want changed to player's speed for m_flMaxSpeed but tf2 have a many situation.
(e.g. Demoman's Charge, Heavy's Minigun, Item effect.. etc..)

So i want change to...
Forum: Plugins 01-22-2013, 10:48
Replies: 163
Views: 86,766
Posted By Guren
Re: [CS:S,TF2,DOD:S,CS:GO] League Of Legends Kill Announce Plugin (11/16/2012 Ver 2.7

O_O.. hmm..

did you checked cfg/sourcemod/plugin.LeagueOfLegendsKillAnnounce.cfg ?

if you didn't updated to convar, you'll update.
Forum: Scripting 01-21-2013, 08:56
Replies: 15
Views: 7,632
Posted By Guren
Re: [TF2] Show fog for a specific client

i don't understand O_O..

what should i do..?
Forum: Scripting 01-19-2013, 13:14
Replies: 15
Views: 7,632
Posted By Guren
Re: [TF2] Show fog for a specific client

public Action:Hook_SetTransmit(entity, client)
{
if(GetEdictFlags(Fogindex) & FL_EDICT_ALWAYS)
SetEdictFlags(Fogindex, GetEdictFlags(Fogindex) ^ FL_EDICT_ALWAYS);
if(!ShowFog[client])...
Forum: Scripting 01-18-2013, 15:01
Replies: 15
Views: 7,632
Posted By Guren
Re: [TF2] Show fog for a specific client

i tried see a netprop files but i can't find any clue.



Fog_Check()
{
Fogindex = FindEntityByClassname(-1, "env_fog_controller");
if(Fogindex == -1)
{
Fogindex =...
Forum: Plugins 01-17-2013, 16:29
Replies: 163
Views: 86,766
Posted By Guren
Re: [CS:S,TF2,DOD:S,CS:GO] League Of Legends Kill Announce Plugin (11/16/2012 Ver 2.7

I'm sorry for being late.

ok.. let's see..

Did you checked to your sourcemod error log?

path : addons/sourcemod/logs/
Forum: Scripting 01-17-2013, 12:26
Replies: 15
Views: 7,632
Posted By Guren
Re: [TF2] Show fog for a specific client

public Action:Hook_SetTransmit(entity, client)
{
PrintToChatAll("Hook_SetTransmit is worked!");
if(!ShowFog[client])
return Plugin_Handled;
return Plugin_Continue;
}
...
Showing results 1 to 25 of 138

 
Forum Jump

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


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