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

Showing results 1 to 25 of 115
Search took 0.01 seconds.
Search: Posts Made By: Janzert
Forum: Approved Plugins 06-18-2006, 14:12
Replies: 6
Views: 19,008
Posted By Janzert
Well I missed this when it was posted, but...

Well I missed this when it was posted, but hopefully you got it anyway. The latest version is already in the initial post, just download it directly from there.

Janzert
Forum: Scripting Help 03-14-2006, 23:43
Replies: 9
Views: 2,993
Posted By Janzert
Just a little warning, when someone starts...

Just a little warning, when someone starts recording a demo the client issues a fullupdate command.

So if you get the plugin working and use it, you will end up kicking anyone that tries to record...
Forum: General 12-13-2005, 13:14
Replies: 1
Views: 698
Posted By Janzert
Why was this trashed?

Why did my plugin JETB (http://forums.alliedmods.net/showthread.php?t=7525) get trashed instead of approved?

The comment is:

But I see it there, and it even says it's been downloaded 68 times....
Forum: Approved Plugins 12-05-2005, 10:31
Replies: 103
Views: 80,378
Posted By Janzert
Good, glad to here it's all working. Janzert

Good, glad to here it's all working.

Janzert
Forum: (OLD) Bug Reports 12-04-2005, 20:39
Replies: 3
Views: 1,485
Posted By Janzert
Yes, thanks. That seems to work correctly. ...

Yes, thanks. That seems to work correctly.

What are the chances this will make it into 1.65?

Janzert
Forum: Approved Plugins 12-04-2005, 01:43
Replies: 103
Views: 80,378
Posted By Janzert
Ugh, anyone who has already updated to 1.0 may...

Ugh, anyone who has already updated to 1.0 may want to redownload it as I just realised that I left an extra log_amx line in that will spam a line to your log every time someone queries a server. New...
Forum: Approved Plugins 12-03-2005, 23:20
Replies: 103
Views: 80,378
Posted By Janzert
Posted version 1.0. The main thing this does is...

Posted version 1.0. The main thing this does is fix a bug in the handling of the new server query protocol. Unfortunately fixing it here only uncovered another bug in the sockets module. So I also...
Forum: (OLD) Bug Reports 12-03-2005, 23:09
Replies: 3
Views: 1,485
Posted By Janzert
[Sockets] socket_send stops on 0x00 byte.

The definition in sockets.inc is:

socket_send(_socket, _data[], _length)

But as you can see below it never actually uses the length parameter.

(taken from cvs although a quick glance looks...
Forum: Approved Plugins 12-02-2005, 21:52
Replies: 103
Views: 80,378
Posted By Janzert
Well, I'm not sure what else to add to the...

Well, I'm not sure what else to add to the initial post's explanation on installing. Also if you already successfully installed it on several servers I'm less inclined to think it's a plugin...
Forum: Approved Plugins 11-30-2005, 04:39
Replies: 103
Views: 80,378
Posted By Janzert
Hmm, well there isn't any "No response blah blah"...

Hmm, well there isn't any "No response blah blah" in the code. ;)

Could you take a look at the amx log and post back what it says here? Any time the plugin prints a "No response" message it should...
Forum: Scripting Help 10-05-2005, 20:20
Replies: 3
Views: 1,413
Posted By Janzert
The reason would be you have something like this...

The reason would be you have something like this somewhat contrived example: (code snippets to get the idea across not whole plugins provided)

public plugin_init()
{
...
...
Forum: Scripting Help 10-04-2005, 20:10
Replies: 3
Views: 1,413
Posted By Janzert
register_event safe anytime?

Is it safe to call register_event at any time or must it be done in plugin_init? Or is there some other restriction on when it can be called?

Janzert
Forum: Approved Plugins 10-04-2005, 15:31
Replies: 103
Views: 80,378
Posted By Janzert
Someone mentioned having a problem getting this...

Someone mentioned having a problem getting this working when 1.55 came out. I finally upgraded to 1.60 and it seems to be working fine here. Let me know if someone is still seeing a problem.
...
Forum: Suggestions / Requests 10-01-2005, 17:21
Replies: 4
Views: 1,278
Posted By Janzert
Hmm, just ran into this when updating my plugins...

Hmm, just ran into this when updating my plugins from 1.01 to 1.60.

The log message in the cvs commit when this was removed says "Deprecated file read natives until they can be rewritten"....
Forum: Approved Plugins 09-01-2005, 00:57
Replies: 103
Views: 80,378
Posted By Janzert
Remember all the server queries for the menu are...

Remember all the server queries for the menu are happening server side. So a ping display would be pretty useless since it would just show the ping from the server you are currently on to the other...
Forum: Approved Plugins 08-30-2005, 12:53
Replies: 103
Views: 80,378
Posted By Janzert
By players I assume you mean displaying a list of...

By players I assume you mean displaying a list of the players on the server. To do this would take another query to the server and receiving and parsing another multi packet response. This plugin...
Forum: Approved Plugins 08-30-2005, 12:21
Replies: 103
Views: 80,378
Posted By Janzert
Yeah, the \y, \w, \r are changing the menu color...

Yeah, the \y, \w, \r are changing the menu color to yellow, white and red respectively. Apparently ESF doesn't support color menus. I'll try and make a compile time option for this in the next...
Forum: Approved Plugins 08-14-2005, 14:00
Replies: 103
Views: 80,378
Posted By Janzert
Oops, sorry. Uploaded the wrong version. Should...

Oops, sorry. Uploaded the wrong version. Should be correct now.

Janzert
Forum: Approved Plugins 08-13-2005, 23:01
Replies: 103
Views: 80,378
Posted By Janzert
New version that works with the new query...

New version that works with the new query protocol now up.

Janzert
Forum: Approved Plugins 07-16-2005, 03:51
Replies: 103
Views: 80,378
Posted By Janzert
The problem breaking this plugin is a recent...

The problem breaking this plugin is a recent steam update changed the server query protocol (You may have noticed hlsw and any other server query tools breaking). I haven't had time yet to fix it.
...
Forum: Approved Plugins 06-19-2005, 20:05
Replies: 103
Views: 80,378
Posted By Janzert
Yes, the server query protocol changed with a...

Yes, the server query protocol changed with a recent steam update. They changed both the query packet needed for the info response and added a challenge-response system for the rules query. The first...
Forum: Module Coding 04-02-2005, 14:54
Replies: 1
Views: 1,736
Posted By Janzert
FrameStats

This is a simple amxmodx module to track a few stats on server frame lengths. This can be used to tell if and how bad the server itself is lagging. Tracking changes can be used to see if new plugins...
Forum: Scripting Help 03-26-2005, 12:15
Replies: 9
Views: 2,412
Posted By Janzert
get_user_authid(id, cl_id, 4); // ID check - only...

get_user_authid(id, cl_id, 4); // ID check - only 4 characters needed :: HLTV

I'm pretty sure you need to include the null terminator in your length passed to get_user_authid, so change that to 5....
Forum: Scripting Help 03-18-2005, 19:37
Replies: 9
Views: 2,412
Posted By Janzert
Ok, put a client_print, or maybe better in this...

Ok, put a client_print, or maybe better in this case MF_Log, at the top of each function to make sure it's getting called when you think it's supposed to. Then go from there till you find where...
Forum: Scripting Help 03-18-2005, 12:24
Replies: 9
Views: 2,412
Posted By Janzert
I don't have time to debug it here. Probably...

I don't have time to debug it here.

Probably the best thing to do is, start sprinking client_print(0,'s throughout the code till you understand what's happening.

EDIT: Oh, and use amxx plugins...
Showing results 1 to 25 of 115

 
Forum Jump

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


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