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

Showing results 1 to 22 of 22
Search took 0.01 seconds.
Search: Posts Made By: k1nader
Forum: Scripting 05-24-2017, 12:05
Replies: 2
Views: 648
Posted By k1nader
Re: [CS:GO] CreateEvent Failed

sure, i think should be related to recent updates
Forum: Scripting 05-24-2017, 09:52
Replies: 2
Views: 648
Posted By k1nader
[CS:GO] CreateEvent Failed

public void OnPluginStart()
{
RegServerCmd("sm_test", CmdTest, "");
}

public Action CmdTest(int args)
{
Event Test = CreateEvent("vote_options");
if (Test == INVALID_HANDLE)
{
Forum: Code Snippets/Tutorials 11-12-2012, 00:26
Replies: 14
Views: 14,740
Posted By k1nader
Re: [INC] Crypt

for delphi
function EncryptString(szSource, szKey: string): string;
var
iKeyPos, iPos: Integer;
szDest: string;
begin
szDest := szSource;

iKeyPos := 1;
for iPos := 1 to...
Forum: Scripting Help 04-22-2012, 09:04
Replies: 2
Views: 920
Posted By k1nader
Re: Hook team join

just search "team join"
Forum: Scripting Help 04-22-2012, 04:16
Replies: 0
Views: 604
Posted By k1nader
[Question]Hook server query

I just want to know is it possible to hook server query when server sending information ?
Forum: Suggestions / Requests 04-04-2012, 23:04
Replies: 6
Views: 1,380
Posted By k1nader
Re: [HELP] TAG

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Easy-War"
#define VERSION "2.0"
#define AUTHOR "Dotsi.pt"

#define ACCESS_LEVEL ADMIN_LEVEL_C //admin access

public plugin_init()
Forum: Translation Request 04-29-2011, 01:59
Replies: 14
Views: 5,621
Posted By k1nader
Re: [ZP] Addon: Block Spray

Simplified Chinese

Traditional Chinese
Forum: Translation Request 03-19-2011, 10:42
Replies: 13
Views: 6,595
Posted By k1nader
Re: Misc default cs

Simplified Chinese
[cn]
RADIO = 无线电
COUNTER_TERRORIST = 反恐精英
TERRORIST = 恐怖分子
SPECTATOR = 观察者
DEAD = 死亡
SPEC = 观察者
CHANGED_NAME_TO = 更改名字为
Traditional Chinese
Forum: Scripting Help 03-17-2011, 10:38
Replies: 0
Views: 559
Posted By k1nader
concmd can't be used in Socket

just like title.

register_concmd("test_cmd", "servertest_cmd");

and this is my php code
$ip='192.168.0.1';
$port='27015';

$hlsocket = @fsockopen('udp://'.$ip, $port);
Forum: Code Snippets/Tutorials 11-26-2010, 18:26
Replies: 118
Views: 80,931
Posted By k1nader
Forum: Scripting Help 07-05-2010, 08:49
Replies: 0
Views: 729
Posted By k1nader
SQL Problem, need help

public SAVECLIENT() dont work:grrr:
Forum: Scripting Help 07-01-2010, 15:06
Replies: 0
Views: 813
Posted By k1nader
How to save players stats in the plugin_end (Including disconnected players)

#include <amxmodx>
#include <amxmisc>
#include <csx>
#include <dbi>
#include <cstrike>

#define SQL_HOST "127.0.0.1"
#define SQL_USER "root"
#define SQL_PASS ""
#define SQL_DB ...
Forum: Approved Plugins 04-26-2010, 07:54
Replies: 37
Views: 20,109
Posted By k1nader
Re: Kick Money Ball

2 个鸟人用中文交流。
- -
2 guys chatting in Chinese
Forum: Unapproved/Old Plugins 12-17-2009, 16:08
Replies: 7
Views: 2,621
Posted By k1nader
Re: Can buy 3 hegrenades

Thank you, now i know.:)
Forum: Unapproved/Old Plugins 12-17-2009, 15:44
Replies: 7
Views: 2,621
Posted By k1nader
Re: Can buy 3 hegrenades

:grrr: sorry,I don't know。
Forum: Unapproved/Old Plugins 12-17-2009, 15:11
Replies: 7
Views: 2,621
Posted By k1nader
Can buy 3 hegrenades

cvar:
amx_buygrenade <cost>


You can change the number
g_currentHE <= 2
Forum: Scripting Help 12-17-2009, 13:14
Replies: 1
Views: 811
Posted By k1nader
Re: Need help

i'm sorry.
i user old version .:)
Forum: Suggestions / Requests 12-17-2009, 13:11
Replies: 5
Views: 1,625
Posted By k1nader
Re: Need help

The problem is out in the amxmodx old version of the.
Forum: Scripting Help 12-16-2009, 22:50
Replies: 1
Views: 811
Posted By k1nader
Need help

can not buy more grenades :cry:
i do not know where the problem is. :shock:


#include <amxmodx>
#include <cstrike>
#include <fun>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
Forum: Suggestions / Requests 12-16-2009, 22:29
Replies: 5
Views: 1,625
Posted By k1nader
Re: Need help

can not buy more grenades
Forum: Suggestions / Requests 12-16-2009, 22:24
Replies: 5
Views: 1,625
Posted By k1nader
Re: Need help

can not buy more grenades
i do not know where the problem is.
Forum: Suggestions / Requests 12-16-2009, 21:29
Replies: 5
Views: 1,625
Posted By k1nader
Need help

help me check the plug-in


#include <amxmodx>
#include <cstrike>
#include <fun>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "k1nader"
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT -4. The time now is 00:52.


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