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 49
Search took 0.00 seconds.
Search: Posts Made By: azrael
Forum: (OLD) Bug Reports 11-13-2005, 12:25
Replies: 4
Views: 1,712
Posted By azrael
Did the fix for this ever get committed to CVS?...

Did the fix for this ever get committed to CVS? (Sorry for the "pseudo" bumping!)

Regards,
az
Forum: General 11-09-2005, 12:59
Replies: 6
Views: 1,885
Posted By azrael
You would be looking at rewriting portions of...

You would be looking at rewriting portions of adminvote.sma. How much work is involved I cannot tell you, though. I would need to focus on the current implementation for that. Once you have a good...
Forum: General 11-09-2005, 10:45
Replies: 6
Views: 1,639
Posted By azrael
This may be a bit off topic, but I've actually...

This may be a bit off topic, but I've actually been wondering why there is a separate ban command for banning players not currently on the server.

My custom ban command (for use on our server...
Forum: (OLD) Bug Reports 10-27-2005, 20:53
Replies: 3
Views: 1,286
Posted By azrael
In keeping with Brad's suggestion I propose the...

In keeping with Brad's suggestion I propose the following change to the cmdSayAdmin function of adminchat.sma:


format(message, 191, "(ADMINS) %s : %s", name, message[1])


gets changed to:...
Forum: (OLD) Bug Reports 10-27-2005, 14:15
Replies: 3
Views: 1,286
Posted By azrael
[adminchat] Small change to cmdSayAdmin proposed

Hi!

This is once again one of those small insignificant changes that not necessarily require attention, but I find it would help from a usability aspect.

For all intents and purposes, when...
Forum: General 10-16-2005, 21:07
Replies: 2
Views: 1,145
Posted By azrael
Hmm, even though I've yet to solve the problem...

Hmm, even though I've yet to solve the problem I've now found out that every crash coincides with the following line just before the crash:

[SBSRV] Player with id STEAM_A:B:CCCCC is NOT banned.
...
Forum: General 10-16-2005, 14:25
Replies: 14
Views: 2,605
Posted By azrael
Post your question/request in this...

Post your question/request in this (http://forums.alliedmods.net/showthread.php?t=18571) thread. This is the official ATAC thread.

Regards.
az
Forum: Trash 10-14-2005, 08:47
Replies: 3
Views: 2,219
Posted By azrael
It doesn't... But I believe the answer to the...

It doesn't... But I believe the answer to the question is the bot_nav_analyze command. I'm not sure of it itself triggers nav point generation or if allows for nav point generation when loading a map...
Forum: General 10-13-2005, 19:09
Replies: 2
Views: 1,145
Posted By azrael
FATAL ERROR: User Msg 'AmmoX': X bytes written, expected 2 ?

Hi all!

We've had the weirdest server crash twice tonight on the same server with *no* prior change in the setup. The error (which may be familiar to some) is:

FATAL ERROR (shutting down): User...
Forum: (OLD) Bug Reports 10-13-2005, 17:17
Replies: 5
Views: 1,449
Posted By azrael
Well, the release of the new STEAM client came...

Well, the release of the new STEAM client came with a small HL1 engine update as can be seen here (http://www.steampowered.com/index.php?area=news&id=454). Right now I do not know if the update was...
Forum: (OLD) Bug Reports 10-09-2005, 11:44
Replies: 1
Views: 1,155
Posted By azrael
[CORE] find_player(): flags 'c' + 'l' == no hits

A couple of days ago I put in a request to change the default behavior of find_player() for looking up an auth id from case sensitive to case insensitive. To that end jtp10181 courteously pointed out...
Forum: (OLD) Bug Reports 10-04-2005, 22:58
Replies: 3
Views: 1,573
Posted By azrael
Oh, must have snoozed there! Thanks for pointing...

Oh, must have snoozed there! Thanks for pointing that out to me! :)

But perhaps that should be the default for functions like cmd_target() then. I know it's easy to change it for myself, but I...
Forum: (OLD) Bug Reports 10-04-2005, 11:54
Replies: 3
Views: 1,573
Posted By azrael
[CORE] Req: small change to find_player()

I was wondering if the find_player() function could be slightly changed to allow for case insensitive searching of auth (STEAM) IDs? Right now you only get a match if e.g. STEAM_ID_LAN is all...
Forum: Scripting Help 09-28-2005, 17:50
Replies: 4
Views: 1,414
Posted By azrael
.inc files are socalled include files, which...

.inc files are socalled include files, which define (or contain) various default functions or other pieces of code. The ones found in scripting\include are to be included in your .sma files like...
Forum: Scripting Help 09-27-2005, 13:57
Replies: 7
Views: 2,634
Posted By azrael
I'm glad you got it to work and I'm pleased you...

I'm glad you got it to work and I'm pleased you were able to use my code as inspiration... :)

Regards,
az
Forum: (OLD) Bug Reports 09-26-2005, 12:10
Replies: 1
Views: 1,103
Posted By azrael
[DBI] Request: dbi_rows_affected()

Would it be possible to add a feature to read out the number of rows affected by a query? As it stands only the SELECT query provides a return in the form of a result handle, which can be used with...
Forum: Scripting Help 09-26-2005, 08:01
Replies: 4
Views: 1,259
Posted By azrael
That's what I meant when I suggested you'd do a...

That's what I meant when I suggested you'd do a "sanity check"... :)

Did you ever find out why your query didn't produce a result?

Anyway, good luck and happy coding!

Regards,
az
Forum: Scripting Help 09-25-2005, 21:21
Replies: 4
Views: 1,259
Posted By azrael
Seems to me that your result handle (m_result) is...

Seems to me that your result handle (m_result) is 0. Apparently your query doesn't produce a result set in which case the handle is 0. Note, your query as such isn't failing, but it's just not...
Forum: Scripting Help 09-25-2005, 12:28
Replies: 7
Views: 2,634
Posted By azrael
See if this works for you. The checking for a...

See if this works for you. The checking for a valid IP could be vastly improved, especially using regular expressions, but I'm not very good at those.

Best regards,
az



#include <amxmodx>...
Forum: (OLD) Bug Reports 09-25-2005, 07:50
Replies: 4
Views: 1,712
Posted By azrael
Very nice! *LOVE* the way you avoided strlen()......

Very nice! *LOVE* the way you avoided strlen()... :wink:

Regards,
az
Forum: Scripting Help 09-24-2005, 21:51
Replies: 7
Views: 2,634
Posted By azrael
I'll have a look at it and get back to you......

I'll have a look at it and get back to you... Right now it's 3:54 AM so the only thing I'm looking (longingly :P) at is my bed...

Regards,
az
Forum: Scripting Help 09-24-2005, 21:47
Replies: 17
Views: 3,031
Posted By azrael
Thanks for the suggestion, but I don't believe it...

Thanks for the suggestion, but I don't believe it will be necessary. The server_exec() command that BAILOPAN suggested works like a charm and the only time those values have to be "up to date" is...
Forum: (OLD) Bug Reports 09-24-2005, 21:42
Replies: 4
Views: 1,712
Posted By azrael
[STRING.INC] is_str_num() will always return 'false'

Hi BAILOPAN!

I should have noticed it from the beginning, but lazy as I am I didn't bother checking your implementation of my is_str_num() function. However, I have to admit, I *was* a bit wary of...
Forum: Scripting Help 09-23-2005, 11:12
Replies: 7
Views: 2,634
Posted By azrael
I'm not entirely sure of the levels you intend to...

I'm not entirely sure of the levels you intend to set for your amx_unban replacement command. Is it ADMIN_UNBAN *and* ADMIN_LEVEL_A/B (flags 'm' and 'n') and is there to be any functionality for...
Forum: Scripting Help 09-23-2005, 10:38
Replies: 17
Views: 3,031
Posted By azrael
Well, seems like server_exec() does the trick all...

Well, seems like server_exec() does the trick all by itself. What are the odds of a crash if I call it right after executing the config file in plugin_init()?

I'm going to keep the read out in...
Showing results 1 to 25 of 49

 
Forum Jump

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


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