Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 49
Search took 0.00 seconds.
Search: Posts Made By: DPAKOH
Forum: Scripting Help 03-29-2007, 13:35
Replies: 8
Views: 2,467
Posted By DPAKOH
Re: SQL_ThreadQuery BugFix

Haha.. +) When I wrote this plugin I try to make it maximum identically to standart amx admin plugin... In std plugin used client_authorized.
Forum: Scripting Help 03-29-2007, 12:32
Replies: 1
Views: 892
Posted By DPAKOH
How can I hook use item pushing?

I want to send to client a message when he push use item button. How can I do it?
Forum: Scripting Help 03-29-2007, 12:29
Replies: 8
Views: 2,467
Posted By DPAKOH
Re: SQL_ThreadQuery BugFix

You think that shoult to change code from

public client_authorized(id)
{
return get_cvar_num("amx_mode") ? accessUser(id) : PLUGIN_CONTINUE
}


to
Forum: Scripting 03-29-2007, 12:24
Replies: 1
Views: 3,118
Posted By DPAKOH
How can I hook use item push?

Sorry.... It not for this section.
Forum: Scripting Help 03-17-2007, 16:57
Replies: 8
Views: 2,467
Posted By DPAKOH
Re: SQL_ThreadQuery BugFix

Someone can help me to develop this scripts?
Forum: Scripting Help 03-15-2007, 16:42
Replies: 8
Views: 2,467
Posted By DPAKOH
Re: SQL_ThreadQuery BugFix

I wrote admin base script and bans base script, which fully integrated with site through MySQL database. It already works for 4-6 months but some bugs sometimes have appear.
Full version can...
Forum: Scripting Help 03-15-2007, 04:46
Replies: 8
Views: 2,467
Posted By DPAKOH
SQL_ThreadQuery BugFix

If you use SQL_ThreadQuery you write code like this:


public somefunc1(id)
{
new data[1]
data[0] = id
SQL_ThreadQuery(g_MysqlTurple, "somefunc2", query, data, 1)
return PLUGIN_HANDLED
}
Forum: Trash 11-27-2006, 19:53
Replies: 0
Views: 778
Posted By DPAKOH
Sorry

Sorry. Missing with forum.
Forum: Suggestions / Requests 11-27-2006, 18:36
Replies: 3
Views: 1,544
Posted By DPAKOH
Public server: only registered players

I want to write plugin, which can possible access on server only registered players.
Database: MySQL. It's can be so big, and I can't use standart admin base plugin (because it's find admins by...
Forum: Scripting Help 11-19-2006, 20:18
Replies: 4
Views: 2,312
Posted By DPAKOH
Re: get_players always not find players

I see in sqlbans script... To SQL_ThreadQuery script send id... Not userid.
I use same method. But we have chance to have other user in this id. Therefore I send userid and check...
Forum: Scripting Help 11-19-2006, 20:14
Replies: 6
Views: 1,623
Posted By DPAKOH
Forum: Scripting Help 11-19-2006, 15:34
Replies: 6
Views: 1,623
Posted By DPAKOH
Re: Multi script variable

I read this... I think it's not detailed information :(
Which script use this technology? I want to see some examples.
Forum: Scripting Help 11-19-2006, 07:30
Replies: 4
Views: 2,312
Posted By DPAKOH
Re: get_players always return 0

get_players(players, plCount)

plCount = 0
Forum: Scripting Help 11-18-2006, 18:49
Replies: 4
Views: 2,312
Posted By DPAKOH
get_players always not find players

I write admin base script... See function accessUser_


#include <amxmodx>
#include <amxmisc>
#include <sqlx>

#define ADMIN_LOOKUP (1<<0)
#define ADMIN_NORMAL (1<<1)
#define...
Forum: Scripting Help 11-18-2006, 15:45
Replies: 6
Views: 1,623
Posted By DPAKOH
Re: Mulit script variable

I didn't find it :(
It's register_native?
How it can help me?
Forum: Scripting Help 11-18-2006, 12:32
Replies: 6
Views: 1,623
Posted By DPAKOH
Multi script variable

How can I create array in script, which (array) can be accessed from different scripts?
Forum: Approved Plugins 10-28-2006, 17:00
Replies: 935
Views: 858,411
Posted By DPAKOH
Re: AMX Match Deluxe (Current Version: 7.01)

I Fix bug with HLTV.
It's stupid. Infra, PM me if you want know about fix.
Forum: General 08-20-2006, 07:06
Replies: 4
Views: 1,423
Posted By DPAKOH
Re: Plugin Benchmarking

It's common CPU usage... I need per plugin...
Forum: General 08-19-2006, 14:35
Replies: 4
Views: 1,423
Posted By DPAKOH
Re: Plugin Benchmarking

Or other idea - how many time use any plugin on map?..
Forum: General 08-19-2006, 14:24
Replies: 4
Views: 1,423
Posted By DPAKOH
Plugin Benchmarking

Exists some utils for test CPU usage of any plugin/module?
Forum: Approved Plugins 07-31-2006, 19:16
Replies: 935
Views: 858,411
Posted By DPAKOH
Re: AMX Match Deluxe (Current Version: 7.01)

I Replace

format(hltv_command, 511, "say * [AMX MATCH] %L : %s", LANG_SERVER, "RECORDING_HLTV_DEMO", TASKID_WARMUP_READYLIST)


To

format(hltv_command, 511, "say * [AMX MATCH] %L : %s",...
Forum: Approved Plugins 07-31-2006, 12:38
Replies: 935
Views: 858,411
Posted By DPAKOH
Re: AMX Match Deluxe (Current Version: 7.01)

Problem with HLTV: Invalid rcon challenge from: 127.0.0.1:32771

HLTV Console:

Executing rcon "say * [AMX MATCH] Recording a demo : " from 127.0.0.1:32771.
Executing rcon "stoprecording" from...
Forum: Unapproved/Old Plugins 05-20-2006, 08:21
Replies: 6
Views: 2,972
Posted By DPAKOH
Censor

If you want to hide phrasesm which content some words, install this plugin and read readme.txt in archive.
Forum: Module Coding 01-24-2006, 14:39
Replies: 37
Views: 21,724
Posted By DPAKOH
See configuration of CDHack. It have option,...

See configuration of CDHack. It have option, which mesasge to cheater if CD Server make strange activity. I want only EMULATE CD. I not want use CD Protection =)
So, two question important for me:...
Forum: Module Coding 01-24-2006, 11:50
Replies: 37
Views: 21,724
Posted By DPAKOH
Hmm... Maybe problem in this... I did not want...

Hmm... Maybe problem in this... I did not want create new inc-file +)
So... It's bad dialog... Exists more important problems.

I have one problem: my anticheat not work with Cheating-Death. So I...
Showing results 1 to 25 of 49

 
Forum Jump

All times are GMT -4. The time now is 21:14.


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