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

Showing results 1 to 25 of 52
Search took 0.02 seconds.
Search: Posts Made By: juKay
Forum: Trash 02-18-2007, 17:56
Replies: 2
Views: 947
Posted By juKay
Re: Source Plugin Idea

Wrong section, but what about the command "logaddress" that will do just what you asked for. You only need a program on your webserver to catch the live log.
Forum: (OLD) Bug Reports 02-10-2007, 19:04
Replies: 4
Views: 3,283
Posted By juKay
Re: [REQ] Prioritized SQL Queries

Even if you do this the SQL server might as well give you the low priority query back first if it executes faster.

What you can do when using mysql is SELECT/INSERT [LOW_PRIORITY | HIGH_PRIORITY]....
Forum: (OLD) Bug Reports 12-30-2006, 03:33
Replies: 6
Views: 4,607
Posted By juKay
Re: DEBUG plugins are labeled as not running.

Changing the last row to read something like "22 plugins, 21 running, 1 debug" would be good
Forum: News 12-26-2006, 06:10
Replies: 33
Views: 82,459
Posted By juKay
Re: AMX Mod X 1.76c Released!

Just remove them when you do the exporting, simple as that.
Forum: (OLD) Bug Reports 12-22-2006, 02:33
Replies: 6
Views: 2,419
Posted By juKay
Re: [REQ] Extended features for amxx cmds / cvars

Here is a patch for srvcmd.cpp rev 3057 to add the functionality that I wanted.

Also what is the turtle for? =)
Forum: (OLD) Bug Reports 12-20-2006, 21:45
Replies: 6
Views: 2,419
Posted By juKay
[REQ] Extended features for amxx cmds / cvars

What about adding the functionality to specify a plugin after amxx cmds / cvars [ plugin.amxx ] and only show the cmds / cvars for that plugin?
Forum: (OLD) Bug Reports 11-30-2006, 11:29
Replies: 5
Views: 3,003
Posted By juKay
Re: [Engine] entity_get_int(), NS v3.2b1 and AMXX 1.76b

Also a good thing to do is store the maxplayers count before the loop, else you just waste cpu cycles as get_maxplayers() get called for each loop the for-loop does.
Forum: (OLD) Bug Reports 11-22-2006, 08:17
Replies: 2
Views: 1,344
Posted By juKay
Re: [req] #pragma deprecated

It will create a warning to tell you that the identifier might not be avaiable in future versions. The syntax from C/C++ is, I'm guessing that compuphase's compiler works the same:

#pragma...
Forum: Trash 11-18-2006, 00:08
Replies: 2
Views: 902
Posted By juKay
Re: Scoutzknivez Dual Plugin

You good sir can only hope that BAILOPAN is in a good mood when he reads this topic...
Forum: (OLD) Bug Reports 11-11-2006, 20:50
Replies: 12
Views: 7,113
Posted By juKay
Re: pausecfg problems

You don't get it do you? Why should they revert it since you can already do the same thing, just do pause instead of stop.
Forum: News 11-02-2006, 18:16
Replies: 51
Views: 82,798
Posted By juKay
Re: AMX Mod X 1.76b Released, AMD64 Discontinued

It is also hard to find good beta testers, just look at some of the posts in the bug report forum.
Forum: (OLD) Bug Reports 09-21-2006, 13:22
Replies: 15
Views: 8,127
Posted By juKay
Forum: (OLD) Bug Reports 09-20-2006, 20:55
Replies: 15
Views: 8,127
Posted By juKay
Re: [1.76] Not all plugins-*.ini files get loaded & miscstats error

Here you have binaries for Linux, fixed temporary untill the dev team has a chanse to look at this.
Forum: (OLD) Bug Reports 09-20-2006, 08:41
Replies: 15
Views: 8,127
Posted By juKay
Re: [1.76] Not all plugins-*.ini files get loaded & miscstats error

I have done some testing today and this error occurs if you have 5 custom plugins-*.ini files or more, it will load the first four it finds in the directory.

Here is what a strace gives:
...
Forum: (OLD) Bug Reports 09-18-2006, 16:47
Replies: 15
Views: 8,127
Posted By juKay
Re: [1.76] Loads only 40 Plugins and High CPU load

Also each plugin is loaded twice. I would say that you have an error in your plugin*.ini files.
Forum: News 08-27-2006, 16:35
Replies: 83
Views: 108,959
Posted By juKay
Re: AMX Mod X 1.75 Released!

Well you have the AMX Mod X Source-Code, Visit SourceForge and so on ;)
Forum: Site/Forums Issues and Discussion 08-18-2006, 09:07
Replies: 6
Views: 2,059
Posted By juKay
Re: [REQ] Rss thread subscription

This could easily be done by making a php script that just takes an argument, like the username or the uid of the user. You could even make a system that just updates a static rss file for each user...
Forum: (OLD) Bug Reports 07-13-2006, 03:59
Replies: 8
Views: 6,310
Posted By juKay
Re: amx_addadmin first added bug.

Does it work if you manually add a new line, and after that try to add a new admin?
Forum: Site/Forums Issues and Discussion 06-28-2006, 02:32
Replies: 1
Views: 1,098
Posted By juKay
Date format

Would it be possible for you to add this date format yyyy-mm-dd (ISO 8601 standard)
Forum: Site/Forums Issues and Discussion 06-27-2006, 12:42
Replies: 1
Views: 1,032
Posted By juKay
Unable to delete own topics

As the title says...
Forum: (OLD) Bug Reports 06-02-2006, 22:30
Replies: 3
Views: 1,025
Posted By juKay
Because you are using it the wrong way. You have...

Because you are using it the wrong way. You have to get the userid of the player, see get_user_userid(). i in your code is just a position in the loop nothing more:




public kick_all_bots()...
Forum: (OLD) Bug Reports 08-30-2005, 12:27
Replies: 17
Views: 5,386
Posted By juKay
Information sent as PM

Information sent as PM
Forum: (OLD) Bug Reports 08-30-2005, 10:19
Replies: 17
Views: 5,386
Posted By juKay
That version did not solve the problem. From what...

That version did not solve the problem. From what I can see it still gives me the same error. Only sql-plugin running on the server is admin_sql.amxx.

Debug from your version:

Program received...
Forum: (OLD) Bug Reports 08-27-2005, 05:31
Replies: 17
Views: 5,386
Posted By juKay
I got some time over so I updated from CVS and...

I got some time over so I updated from CVS and made a debug version of the mysql module, make debug. Btw why is the mysql folder not in the dlls folder, like sqlite, mssql and pgsql?

My GCC...
Forum: (OLD) Bug Reports 08-27-2005, 04:55
Replies: 17
Views: 5,386
Posted By juKay
Please build one for me, I don't have the latest...

Please build one for me, I don't have the latest source set up on any box yet. Dunno if it's 4.0 or 4.1, it's the default mysql file from the linux tar file. md5sum is...
Showing results 1 to 25 of 52

 
Forum Jump

All times are GMT -4. The time now is 13:26.


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