This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 38
Search took 0.01 seconds.
Search: Posts Made By: kexz
Forum: General 09-11-2014, 06:28
Replies: 341
Views: 103,259
Posted By kexz
Re: [CSGO] 09/10/2014 update screwed SM

getting this:

L 09/11/2014 - 12:18:20: [META] Failed to load plugin addons/sourcemod/bin/sourcemod_mm: /opt/csgo/csgo/addons/sourcemod/bin/sourcemod_mm_i486.so: undefined symbol:...
Forum: Extensions 12-31-2013, 10:30
Replies: 1,011
Views: 392,650
Posted By kexz
Re: [EXTENSION] CBaseServer (+ Detouring class) - Reserved Slots with 0 wasted slots

Since nobody cared about updating this extension for CS:GO, I have invested a bit of time to make it compatible... basically you have to add new signature, define new ConnectClient function in...
Forum: General 04-15-2011, 04:39
Replies: 223
Views: 67,217
Posted By kexz
Re: Todays TF2 update = MM:S / SM broken

Linux:

sourcemm: 1.8.6-hg760
sourcemod: 1.3.7-hg3125

works fine
Forum: Extensions 10-28-2010, 12:46
Replies: 1,011
Views: 392,650
Posted By kexz
Re: [EXTENSION] CBaseServer (+ Detouring class) - Reserved Slots with 0 wasted slots

For some reason SE_ORANGEBOXVALVE and SE_ORANGEBOX values are not defined. Therefore the compiled source (also tried binaries) do not work on linux. The detour function just never gets called.
...
Forum: General 10-17-2010, 07:26
Replies: 16
Views: 12,921
Posted By kexz
Re: Multiple sentries in TF2

I can confirm that build restrictions plugin works as expected on this bug!
Forum: General 10-17-2010, 05:46
Replies: 16
Views: 12,921
Posted By kexz
Re: Multiple sentries in TF2

there was a thread in the steam forums about this... and also in the mailing list...
I can confirm that this is a bug indeed. Got one guy doing this on my server...

probably this should help (not...
Forum: General 10-01-2010, 06:37
Replies: 45
Views: 12,150
Posted By kexz
Re: TF2 - Mann-Conomy Update

btw the signatures in the sm-tf2.games.txt file seem outdated too, because they can be found in the server_i486.so file, but as far as I'm concerned the right file is server.so/server.dylib

I'm...
Forum: Snippets and Tutorials 03-01-2010, 14:15
Replies: 417
Views: 550,359
Posted By kexz
Re: [INC] Colors (1.0.2)

Just a heads up for those using colors in uppercase - colors.inc converts string color codes only if all letters are in lower case! This should be probably fixed...
Forum: Extensions 05-28-2009, 10:09
Replies: 1,011
Views: 392,650
Posted By kexz
Re: [EXTENSION] CBaseServer (+ Detouring class) - Reserved Slots with 0 wasted slots

Is it possible at the ConnectClientDetour() function to get a m_PassInfoVar through the engine->GetClientConVarValue() ? There are a lot of users in my db that use the old setinfo method... probably...
Forum: CSDM 11-05-2006, 04:48
Replies: 3
Views: 2,368
Posted By kexz
Re: CSDM2 failed to load

slackware 10.0, kernel 2.6.10
Forum: CSDM 11-03-2006, 21:33
Replies: 3
Views: 2,368
Posted By kexz
CSDM2 failed to load

Running CSDM under chroot... csdm wont load until I mount /proc under chroot... is it really necessarily to do it? it would be great if that wouldn't be required...

error is following:

L...
Forum: Scripting Help 03-17-2005, 15:22
Replies: 5
Views: 1,828
Posted By kexz
ok after 4 hours of experimenting, i finally got...

ok after 4 hours of experimenting, i finally got a solution... actually it wasnt Result:Res problem, but dbi_result

after getting first param `auth` ( dbi_result(Res,"auth", qAuth, 31) ) i could...
Forum: Scripting Help 03-17-2005, 13:07
Replies: 5
Views: 1,828
Posted By kexz
ok finally i found cause of all this... ...

ok finally i found cause of all this...

whenever I try to execute query with params witch contains dot (like auth='ke.xz') and row exists, it crashes...

this only happens when I try to assing...
Forum: Scripting Help 03-17-2005, 11:32
Replies: 5
Views: 1,828
Posted By kexz
hmmmmmmmmmm it doesn't even work if i execute...

hmmmmmmmmmm it doesn't even work if i execute following query:
new theip[16]
get_user_ip( id, theip, 15, 1)
new Result:Res = dbi_query(sql, "SELECT `auth`,`password`,`access`,`flags` FROM...
Forum: Scripting Help 03-17-2005, 10:42
Replies: 5
Views: 1,828
Posted By kexz
ok i found the cause of the error... its `ip`......

ok i found the cause of the error... its `ip`... i skipped that, because i thought its not important :oops:

it is used as function parameter:
getAccess(id,name[],authid[],ip[], password[])
...
Forum: Scripting Help 03-17-2005, 10:00
Replies: 5
Views: 1,828
Posted By kexz
dbi buggy?

I'm running heavily modified version of admin_sql.sma... admins are not loaded into array but mysql-queried every time someone connects. Everything is running fine, except one thing...
When someone...
Forum: News 11-19-2004, 08:35
Replies: 173
Views: 65,494
Posted By kexz
i like PHP :D

i like PHP :D
Forum: Approved Plugins 11-08-2004, 19:30
Replies: 359
Views: 189,144
Posted By kexz
maybe try reading this thread first before asking...

maybe try reading this thread first before asking questions? :evil:
Forum: Scripting Help 10-28-2004, 16:43
Replies: 7
Views: 1,830
Posted By kexz
its a function, copy & paste it somewhere in the...

its a function, copy & paste it somewhere in the script (outside other functions) and call it like if you have this code:

new variable[64]
variable = "don't look here"
mysqlescape(variable,64)...
Forum: Scripting Help 10-28-2004, 10:29
Replies: 7
Views: 1,830
Posted By kexz
have seen this function somewhere, forgot where: ...

have seen this function somewhere, forgot where:

mysqlescape(szString[], iStringSize = 0) {
new helpString[128]
copy(helpString,127,szString)

if (!iStringSize)
...
Forum: Approved Plugins 10-18-2004, 09:20
Replies: 359
Views: 189,144
Posted By kexz
right, *updated*

right, *updated*
Forum: (OLD) Bug Reports 10-18-2004, 08:33
Replies: 1
Views: 1,138
Posted By kexz
[compiler] Assertion failed

you cannot do the following:
x = y = z = 0

getting this error:
./amxxsc team_balancer.sma
Welcome to the AMX Mod X 0.20-251 Compiler.
Copyright (c) 1997-2004 ITB CompuPhase, AMX Mod X Team ...
Forum: Approved Plugins 10-18-2004, 08:25
Replies: 359
Views: 189,144
Posted By kexz
Is someone going to fix that? Or just please tell...

Is someone going to fix that? Or just please tell me what does the following mean:

./amxxsc team_balancer.sma
Welcome to the AMX Mod X 0.20-251 Compiler.
Copyright (c) 1997-2004 ITB CompuPhase,...
Forum: General 09-17-2004, 08:51
Replies: 0
Views: 812
Posted By kexz
compile.sh reloaded

since I didn't like original compile.sh nor updated in nightly builds, I made one by myself... it's noobs friendly :roll:

#!/bin/sh
FILELIST=`ls -1 *.sma`
y=0
echo "Files to compile:"
echo "...
Forum: (OLD) Bug Reports 09-15-2004, 18:05
Replies: 2
Views: 1,842
Posted By kexz
[COMPILE] compile.sh bug

I wrote it in "AMX Mod X 0.20-RC5 Talk", but since there is Bug reports forum and it is still not fixed in nightly builds, here goes:

in compile.sh line:

ls compiled/*.sma | xargs -i basename...
Showing results 1 to 25 of 38

 
Forum Jump

All times are GMT -4. The time now is 18:57.


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