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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Owyn
Forum: Approved Plugins 01-03-2017, 11:58
Replies: 1,241
Views: 738,757
Posted By Owyn
Re: AimBot Detection

Hmmm, my 1.3 version of this plugin stopped catching aimbots at 02/2011 for some reason according to logs, guess it's time to update :-)
Forum: Code Snippets/Tutorials 12-05-2013, 12:48
Replies: 342
Views: 173,983
Posted By Owyn
Re: Notepad++ AlliedModders Edition

Is there a version which could be just improted from "set your own language" submenu of Notepad++?
Forum: General 06-16-2013, 11:03
Replies: 7
Views: 2,820
Posted By Owyn
Re: how to set amx log dir outside server dir?

I'm using AMX Mod x 1.8.1.3746
Forum: General 06-16-2013, 07:36
Replies: 7
Views: 2,820
Posted By Owyn
Re: how to set amx log dir outside server dir?

amx_logdir is shown when you type localinfo for the list so I tried it,
tried your variant, even just ..\..\ - it doesn't change value from old one, I tried chaning it to logs, addons,...
Forum: General 06-16-2013, 06:57
Replies: 7
Views: 2,820
Posted By Owyn
Re: how to set amx log dir outside server dir?

I tried writing in hlds config\console:
localinfo amx_logdir C:\Data\Logs
localinfo amx_logdir \Data\Logs
localinfo amx_logdir .\
localinfo amx_logdir logs
also tried amxx_logs which is probably...
Forum: General 06-15-2013, 15:38
Replies: 7
Views: 2,820
Posted By Owyn
Re: how to set amx log dir outside server dir?

So I have to recompile amxx module for that?
Forum: General 06-15-2013, 15:22
Replies: 7
Views: 2,820
Posted By Owyn
how to change amx log dir? Doesn't work

Can it be done? I tried but it just makes logs at the old place instead
Forum: Off-Topic 03-14-2013, 07:15
Replies: 1
Views: 938
Posted By Owyn
Re: What kind of exploit(or whatever) is this?

Turn off any chat modifying plugins.
Forum: Scripting Help 02-25-2013, 11:09
Replies: 3
Views: 2,794
Posted By Owyn
Re: emit_sound with volume 1.6 gives fatal error

So why there is a "volume" parameter in emit_sound function then?
Forum: Scripting Help 02-25-2013, 06:12
Replies: 3
Views: 2,794
Posted By Owyn
emit_sound with volume 1.6 gives fatal error

If I set volume to 1.6 it gives Fatal error - SV_StartSound: volume = 408 on play
if I set it back to 1.0 all plays fine,
so how can I make sound play louder and not get the error? :crab:
...
Forum: Off-Topic 02-21-2013, 16:21
Replies: 91
Views: 19,528
Posted By Owyn
Re: Collect HL1, CS1.6 and CZ bugs

Why would they fix problems of plugins? Authors of those plugins should , a simple function to check input fixes it fully. On the other hand the problem is in AMXX itself not HLDS, and AMXX authors...
Forum: Off-Topic 02-19-2013, 04:23
Replies: 14
Views: 5,095
Posted By Owyn
Re: New Version of Cs

what do those mean anyway?
Forum: Off-Topic 02-18-2013, 11:43
Replies: 13
Views: 27,869
Posted By Owyn
Re: NEW CS 1.6 update for cs SOUND PROBLEM

but I've heard that new CS uses new voice codec same as skype does and that's why some servers have problems with voice, so sv_voicecodec cvar would override it and make users use old codec for...
Forum: HL1 Servers (HLDS) 02-18-2013, 08:50
Replies: 271
Views: 299,744
Posted By Owyn
Re: [hlds_announce] Counter-Strike 1.6 beta server

So they gonna update CS every day from now on?
Forum: Off-Topic 02-18-2013, 08:45
Replies: 26
Views: 6,458
Posted By Owyn
Re: Screw you valve

so now maps, sounds and everything downloaded from servers would be stored there?
Forum: Off-Topic 02-18-2013, 08:40
Replies: 13
Views: 27,869
Posted By Owyn
Re: NEW CS 1.6 update for cs SOUND PROBLEM

wanted to ask also about new update, are these cvars still present and affect anything after update? :
sv_voiceenable
sv_voicequality
sv_voicecodec
Forum: HL1 Servers (HLDS) 01-17-2013, 12:03
Replies: 21
Views: 5,934
Posted By Owyn
Re: Fast DL ?

The main reason why it sucks is the bandwitch limit ;)
Forum: Off-Topic 12-08-2012, 16:21
Replies: 1
Views: 917
Posted By Owyn
Re: [Req] something silly

http://lmgtfy.com/?q=how+to+make+a+sprite+for+hl1
Forum: Scripting Help 11-27-2012, 16:57
Replies: 3
Views: 1,228
Posted By Owyn
bitwise help - open the brackets

Hi, I'd like to know how to simplify this and open the brackets:
if( !(iParam & THE_FLAG))
{

}
Forum: Scripting Help 11-17-2012, 16:29
Replies: 5
Views: 1,555
Posted By Owyn
Re: random non repeating numbers algorithm making

Sylwester, 3 and 10 should be taken from CVARS (non static numbers and may/should vary as I said) and not be hardcoded, that's the main point.
In Pawn you can't just write new array[x] where x is a...
Forum: Scripting Help 11-17-2012, 16:05
Replies: 5
Views: 1,555
Posted By Owyn
random non repeating numbers algorithm making

Hi, I'm thinking about how to implement this with amxx,

I need to get x (three for example) random non repeating numbers from 0 to n (0 to 10 for example) numbers (these values are not static and...
Forum: Scripting Help 11-17-2012, 04:57
Replies: 3
Views: 1,122
Posted By Owyn
how to copy a float to a float inside enum ?

enum _:PosData
{
Float:bd_pos[3],
Float:bd_angles[3]
};

public init()
{
new TempData[PosData];
new Float:origin[3], Float:angles[3];
Forum: Off-Topic 10-16-2012, 18:11
Replies: 5
Views: 1,370
Posted By Owyn
Re: Treasure Chest Model anyone?

I'ts really hard finding misc models not for guns\players, need something like that too :)
Forum: Unapproved/Old Plugins 09-24-2012, 13:07
Replies: 35
Views: 14,116
Posted By Owyn
Re: Autobuy exploit fixer

That's what is written in the first post :wink:





paused exploiter fixer plugin

binded "TAB" "+showscores;cl_setautobuy fuck 12345678901234567890123456789012" while having a string longer...
Forum: Unapproved/Old Plugins 09-24-2012, 09:34
Replies: 35
Views: 14,116
Posted By Owyn
Re: Autobuy exploit fixer

Just did, nothing new after aug 28 whichi has no fix (Win), if you don't know something you shouldn't say it so confidently and confuse people. :crab:
Showing results 1 to 25 of 500

 
Forum Jump

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


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