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

Showing results 1 to 25 of 296
Search took 0.01 seconds.
Search: Posts Made By: abckrieger
Forum: Plugins 05-04-2017, 16:07
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

KZTimer - MegaThread - Issues
http://www.kz-climb.com/index.php?threads/megathread-issues.2300/
Forum: Plugins 01-18-2016, 18:52
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

Checkpoints are used to save positions in a map that you can teleport back to in case you fall.



fixed in the latest version (1.82)
Forum: Scripting 01-18-2016, 18:51
Replies: 7
Views: 3,403
Posted By abckrieger
Re: [CS:GO] FL_ONGROUND client flag problem

#1 is working. thx :) weird stuff
Forum: Scripting 01-18-2016, 16:40
Replies: 7
Views: 3,403
Posted By abckrieger
Re: [CS:GO] FL_ONGROUND client flag problem

Didn't work. It's wrong till you hit the ground and jump again.




#1

HookEvent("player_spawn", Event_OnPlayerSpawn, EventHookMode_Post);
....
public...
Forum: Plugins 01-11-2016, 17:44
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

KZTimer does not support zones and won''t support zones in the future.



not possible
Forum: Scripting 01-11-2016, 17:02
Replies: 7
Views: 3,403
Posted By abckrieger
[CS:GO] FL_ONGROUND client flag problem

The following case gives me a wrong callback:

Lets say i'm running a server without round endings and the possilibity to switch between spectator mode and both teams. Moreover a plugin which...
Forum: Plugins 12-10-2015, 17:19
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

KZTimer 1.8 released. Replay bots are back ;-)
Forum: Snippets and Tutorials 12-09-2015, 10:44
Replies: 86
Views: 136,788
Posted By abckrieger
Re: [CS:S/CS:GO] Change Player's Name

SetClientName doesn't work for some reason. I tried the latest stable and dev build. (win)

i get the following error msg:
[SM] Native "SetClientName" reported: IServer interface not supported,...
Forum: Plugins 11-16-2015, 12:12
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

@attachment



it is "kztimer", not "kzmod"...
Forum: Plugins 11-03-2015, 04:59
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

hmm not rlly but kztimer provides a native method to check the current skill group of players:
native KZTimer_GetSkillGroup(client)





Type in chat !rank or !profile -> select a player...
Forum: Plugins 10-13-2015, 08:34
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

no global version support on alliedmodders.
ask here: http://www.kz-climb.com/index.php?forums/
or here http://steamcommunity.com/groups/KZTIMER



errorlogs?
Forum: Plugins 09-13-2015, 07:55
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

i have disabled the teleport verification on the none-global version.hf
Forum: Plugins 08-26-2015, 11:20
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

kz_.cfg is missing. check your cfg folder..
Forum: Plugins 08-17-2015, 12:43
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

rcon kz_dynamic_timelimit 0
rcon mp_timelimit 60
Forum: Plugins 08-17-2015, 06:20
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

That is a glitch which happens from time to time. No solution is in sight..



No. You just have to install the timer plugin. That's all!



The button thing will be fixed in the next...
Forum: Plugins 08-08-2015, 10:03
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

try cksurf
https://forums.alliedmods.net/showthread.php?t=264498

its a mod of kztimer and provides both your wishes!
Forum: Plugins 08-08-2015, 07:24
Replies: 878
Views: 451,681
Posted By abckrieger
Forum: Plugins 08-07-2015, 16:29
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

#pragma semicolon 1
#include <sourcemod>
#include <sdktools>
#include <sdkhooks>
#include <colors>
#include <cstrike>
#define WHITE 0x01
#define DARKRED 0x02
#define PURPLE 0x03
#define...
Forum: Plugins 08-07-2015, 16:23
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

interesting thoughts but i have not enough free time and ambition to realize your idea.
Forum: Scripting 08-07-2015, 16:20
Replies: 5
Views: 1,359
Posted By abckrieger
detect movement modifications (teleportentity)

hey,

how can i check whether an other plugin triggered the "teleportentity" function on a client to modify their velocity. I work on a timer plugin and wanna detect the actions of the following...
Forum: Plugins 07-31-2015, 11:16
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

hmm weird. I've tested !nominate with KZTimer 1.74/1.73b (+global counterparts). The nominate menu always pops up. dunno man :/
Forum: Plugins 07-30-2015, 07:47
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

both versions are equal. Here's the code snippet:
(misc.sp)

public ButtonPressCheck(client, &buttons, Float: origin[3], Float:speed)
{
if (IsValidClient(client) && !IsFakeClient(client) &&...
Forum: Plugins 07-29-2015, 15:34
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

no, you dont have to add it to the exception list.
please post a list of your plugins on your server (rcon sm plugins list)
Forum: Plugins 07-25-2015, 09:52
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

I use the map chooser extended plugin on my server and the nomination menu works fine. You don't even have to add the "!nominate" command to the exception list. The problem must be on your end.
Forum: Plugins 07-06-2015, 06:11
Replies: 878
Views: 451,681
Posted By abckrieger
Re: [CS:GO] KZTimer Final

yes ofc. the code is public! but i won't do it for you.
Showing results 1 to 25 of 296

 
Forum Jump

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


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