AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   HighPingKicker OLO Based/Updated [22/10/2022] (https://forums.alliedmods.net/showthread.php?t=310498)

iceeedr 10-22-2021 09:23

Re: HighPingKicker OLO Based/Updated [20/10/2021]
 
Quote:

Originally Posted by HamletEagle (Post 2761191)
For romanian translation:

Code:

HPK_WARNING_MESSAGE = ^4[HPK]^1 Jucatori cu ping-ul mai mare de ^4 %d^1 vor primii kick.
->

Code:

HPK_WARNING_MESSAGE = ^4[HPK]^1 Jucatorii cu ping-ul mai mare decat ^4 %d^1 vor primi kick.

Updated, thanks.

iceeedr 05-31-2022 13:42

Re: HighPingKicker OLO Based/Updated [31/05/2022]
 
1.6 [31/05/2022]
* Logic redone after some reports that if a player got lag after some time without lag, the average was not correctly applied.
* No need to redownload lang or delete the cfg file.

BigFoot CS 1.6 09-28-2022 08:45

Re: HighPingKicker OLO Based/Updated [31/05/2022]
 

I use compiler 1.9 V.5294

iceeedr 09-28-2022 10:00

Re: HighPingKicker OLO Based/Updated [31/05/2022]
 
Quote:

Originally Posted by BigFoot CS 1.6 (Post 2789877)

I use compiler 1.9 V.5294

Requirements:

* AMXX >= 1.10
* Compile locally

iceeedr 10-22-2022 12:32

Re: HighPingKicker OLO Based/Updated [22/10/2022]
 
1.7 [22/10/2022]
* Fixed log_amx which was using LANG_PLAYER instead of LANG_SERVER.
* Fixed small error in LANG file in pt-br.

youngmulti 12-26-2022 08:32

Re: HighPingKicker OLO Based/Updated [22/10/2022]
 
Code:

compiler\NewPingKicker.sma(99) : error 017: undefined symbol "is_user_authorized"
Code:

// Check if the player is authorized on server
                if(is_user_authorized(id))
                {

whats wrong here?

iceeedr 12-27-2022 14:31

Re: HighPingKicker OLO Based/Updated [22/10/2022]
 
Quote:

Originally Posted by youngmulti (Post 2795950)
Code:

compiler\NewPingKicker.sma(99) : error 017: undefined symbol "is_user_authorized"
Code:

// Check if the player is authorized on server
                if(is_user_authorized(id))
                {

whats wrong here?

Requirements:

* AMXX >= 1.10
* Compile locally

all85100 01-13-2023 04:13

Re: HighPingKicker OLO Based/Updated [22/10/2022]
 
Add a prompt or no prompt to immune players' "HPK_WARNING_MESSAGE"


All times are GMT -4. The time now is 01:36.

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