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

Showing results 1 to 25 of 500
Search took 0.01 seconds.
Search: Posts Made By: K.K.Lv
Forum: Source Servers (SRCDS) 07-15-2015, 20:52
Replies: 15
Views: 8,387
Posted By K.K.Lv
Re: CS:GO Limit Teams to 5v5 but have 2 slots for spectators

Of course you can,
just hook the Join team Pre, and check the team num then return your value

This is my unfinish project, but there was a code to hook join team function...
Forum: Scripting 07-12-2015, 04:23
Replies: 6
Views: 1,770
Posted By K.K.Lv
Re: KeyHintText on CSGO

CSGO use Protobuf, so you have to use Protobuf (https://sm.alliedmods.net/new-api/protobuf) instead of bitbuffer.
about the usermessage, you can see at CSGO sdk, and the path will be here:...
Forum: General 07-06-2015, 21:20
Replies: 8
Views: 5,983
Posted By K.K.Lv
Re: [CS:GO]Disconnect: Kicked by Console : For suiciding too many times.

@versatile_bfg
DHooks (Dynamic Hooks - Dev Preview)
Forum: General 07-06-2015, 20:18
Replies: 8
Views: 5,983
Posted By K.K.Lv
Re: [CS:GO]Disconnect: Kicked by Console : For suiciding too many times.

but I see the DHook is not a release version, or is there a release version I can download ?
Forum: General 07-06-2015, 00:04
Replies: 8
Views: 5,983
Posted By K.K.Lv
Re: [CS:GO]Disconnect: Kicked by Console : For suiciding too many times.

good work Dr!fter:up:, more clear and more efficiency, I will do it with a SourceMod Extension when I'm free
Forum: General 07-05-2015, 23:22
Replies: 8
Views: 5,983
Posted By K.K.Lv
[CS:GO]Disconnect: Kicked by Console : For suiciding too many times.

background:HNS CT death is killed by himself,when the CT killed by himself more than 5 times, the server will kick you with the message "Kicked by Console : For suiciding too many times."
first I...
Forum: Extensions 07-02-2015, 00:53
Replies: 577
Views: 646,652
Posted By K.K.Lv
Re: [EXTENSION] Socket (3.0.1)

The Author has no longer support this extension, and there were some bug, so you have to know what you are doing !
Forum: Scripting 07-01-2015, 01:56
Replies: 921
Views: 311,787
Posted By K.K.Lv
Re: New API and Syntax

OK, I will do it.
Off-Topic:I hope will support the float array and char with enum struct in the next SourcePawn official version ;)
Forum: Scripting 06-30-2015, 20:50
Replies: 921
Views: 311,787
Posted By K.K.Lv
Re: New API and Syntax

The same as enum struct

Edited:
And for sure I use the last official version fo SourceMod and MetaMod:Source
Forum: Scripting 06-29-2015, 23:56
Replies: 921
Views: 311,787
Posted By K.K.Lv
Re: New API and Syntax

#include <sourcemod>

#pragma semicolon 1
#pragma newdecls required

public Plugin myinfo = {
name = "",
author = "",
description = "",
version = ""
Forum: General 05-21-2015, 23:30
Replies: 2
Views: 653
Posted By K.K.Lv
[Suggestion]for the Database interface

sorry for this thread if I post a wrong section.
when I use the Database from the SourceMod, I found that there was something could be improve
for example, according to the current version, get the...
Forum: Plugins 04-24-2015, 07:13
Replies: 3
Views: 11,873
Posted By K.K.Lv
Re: [CSGO]Set Defuse Time

Thanks for your reply, and I will update this plugin when I'm free
Forum: Coding MM:S Plugins & SM Extensions 02-06-2015, 04:18
Replies: 4
Views: 1,943
Posted By K.K.Lv
Re: How to set ASCII to UTF8 in extension

use iconv can change to utf8 on linux
Forum: Plugins 12-23-2014, 01:48
Replies: 3
Views: 11,873
Posted By K.K.Lv
[CS:GO]Set Defuse Time

Description:
First of all, the idea is come from Counter-Strike 1.6, and the original thread here:
https://forums.alliedmods.net/showthread.php?t=158345. For sure the author is me:mrgreen:
and...
Forum: Coding MM:S Plugins & SM Extensions 12-04-2014, 08:57
Replies: 7
Views: 3,626
Posted By K.K.Lv
Re: about compile linux extension problem

@psychonic and I have fixed the warning as you said, anyway thx, maybe I have to try to fixed the error by myself before post the thread on the forum ;)
and now I think I know how to make a good...
Forum: Coding MM:S Plugins & SM Extensions 12-04-2014, 01:03
Replies: 7
Views: 3,626
Posted By K.K.Lv
Re: about compile linux extension problem

I still got the problem when I try to compile the mmsource and the sourcemod with local,
also the source of the mmsource and sourcemod are download from github ...
Forum: Coding MM:S Plugins & SM Extensions 12-01-2014, 22:06
Replies: 7
Views: 3,626
Posted By K.K.Lv
Re: about compile linux extension problem

thanks for your replies, and I have started to learn how to write a ambuild script.
@Powerlord by the way, I think it will be better that update you sample script when you are free ;), it will be...
Forum: Coding MM:S Plugins & SM Extensions 12-01-2014, 04:35
Replies: 7
Views: 3,626
Posted By K.K.Lv
about compile linux extension problem

Please move to the correct section if I put a incorrect section :mrgreen:
I'm new on linux, so try to compile a extension on Ubuntu, but I confuse some problems
also I have read this doc...
Forum: Extensions 11-15-2014, 13:30
Replies: 0
Views: 1,647
Posted By K.K.Lv
[Any]A module that can get filter ip list information

this is a useless module that can get the filter ip list information
header file:


/**
* Get the count of the banned ip list
*
* @return the count of the banned ip list
*/
native...
Forum: Extensions 10-31-2014, 05:02
Replies: 24
Views: 18,918
Posted By K.K.Lv
Re: [CS:GO]No Round Stats

I has update the signature

\x55\x8B\xEC\x83\xE4\x2A\x83\xEC\x2A\x8B\x15\x2A\x2A\x2A\x2A\x53\x56\x8B\xF1\x89\x2A\x2A\x2A\x57
Forum: Extensions 08-14-2014, 21:47
Replies: 577
Views: 646,652
Posted By K.K.Lv
Re: [EXTENSION] Socket (3.0.1)

stop using this extension, there were so many bug !
Forum: Translation Request 07-18-2014, 02:24
Replies: 49
Views: 10,245
Posted By K.K.Lv
Re: New Restmenu translations (all languages wanted : 9/22)

@Arkshine
can you show me the link that I can post the request.
you know ,in China, there are still many cs1.6 server, so the Chinese version should have to be added in to the default core !
Forum: Translation Request 07-15-2014, 20:35
Replies: 49
Views: 10,245
Posted By K.K.Lv
Re: New Restmenu translations (all languages wanted : 8/22)

In the past, I have never seen the official version contains a Chinese language,
but I would suggest in the future version will contain Chinese language !

Edited:
AFAIK, SourceMod did it !
Forum: Translation Request 07-15-2014, 12:12
Replies: 49
Views: 10,245
Posted By K.K.Lv
Re: New Restmenu translations (all languages wanted : 8/22)

[cn]
REG_CMD_MENU = - 显示武器限制菜单
REG_CMD_REST = - 显示武器限制帮助信息
RESTRICTED_ITEM = * 该物品已经被限制 *
MENU_TITLE_HANDGUNS = 手枪
MENU_TITLE_SHOTGUNS = 猎枪
MENU_TITLE_SUBMACHINES = 冲锋枪
MENU_TITLE_RIFLES =...
Forum: Scripting 06-30-2014, 06:56
Replies: 1
Views: 2,273
Posted By K.K.Lv
How to detectd player use "+voicerecord" on CS:GO

how to detect when a player click "+voicerecord", I have confused on this problem so long. Also i have search on the forum for many times. But I think there should be a function in the engine will...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 04:10.


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