AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11) (https://forums.alliedmods.net/showthread.php?t=290063)

Haap 01-11-2023 08:49

Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11)
 
Hello!
I would appreciate it a lot if there is someone out there that could help me with this problem.
I'm just trying to compile the original .sp (kento_rankme.sp) file, but it renders out problems which you can see in detail below.
How do I fix this? I'm not familiar with this language.

Thanks!

Code:

//// kento_rankme.sp
//
// D:\csgoserver\csgo\addons\sourcemod\scripting\include\kento_rankme\natives.inc(16) : warning 209: function has explicit 'int' tag but does not return a value
// D:\csgoserver\csgo\addons\sourcemod\scripting\include\kento_rankme\natives.inc(16) : warning 209: function has explicit 'int' tag but does not return a value
// D:\csgoserver\csgo\addons\sourcemod\scripting\include\kento_rankme\natives.inc(51) : warning 209: function has explicit 'int' tag but does not return a value
// D:\csgoserver\csgo\addons\sourcemod\scripting\include\kento_rankme\rankme.inc(49) : error 400: function "GetData" must return a value
// D:\csgoserver\csgo\addons\sourcemod\scripting\include\kento_rankme\rankme.inc(393) : error 400: function "GetData" must return a value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(70) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(544) : warning 242: function "Event_VipEscaped" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(544) : warning 242: function "Event_VipEscaped" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(576) : warning 242: function "Event_VipKilled" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(576) : warning 242: function "Event_VipKilled" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(609) : warning 242: function "Event_HostageRescued" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(609) : warning 242: function "Event_HostageRescued" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(643) : warning 242: function "Event_RoundMVP" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(643) : warning 242: function "Event_RoundMVP" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(674) : warning 242: function "Event_RoundEnd" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(810) : warning 242: function "Event_BombPlanted" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(810) : warning 242: function "Event_BombPlanted" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(847) : warning 242: function "Event_BombDefused" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(847) : warning 242: function "Event_BombDefused" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(879) : warning 242: function "Event_BombExploded" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(879) : warning 242: function "Event_BombExploded" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(879) : warning 242: function "Event_BombExploded" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(915) : warning 242: function "Event_BombPickup" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(915) : warning 242: function "Event_BombPickup" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(932) : warning 242: function "Event_BombDropped" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(932) : warning 242: function "Event_BombDropped" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(959) : warning 242: function "EventPlayerDeath" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(959) : warning 242: function "EventPlayerDeath" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(1280) : warning 242: function "EventPlayerHurt" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(1280) : warning 242: function "EventPlayerHurt" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(1280) : warning 242: function "EventPlayerHurt" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(1339) : warning 242: function "EventWeaponFire" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(1339) : warning 242: function "EventWeaponFire" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(1339) : warning 242: function "EventWeaponFire" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(1826) : warning 242: function "RankConnectCallback" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(1888) : warning 242: function "Event_PlayerDisconnect" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(1888) : warning 242: function "Event_PlayerDisconnect" should return an explicit value
// D:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp(1888) : warning 242: function "Event_PlayerDisconnect" should return an explicit value
//
// 2 Errors.
//
// Compilation Time: 0,81 sec
// ----------------------------------------

Press enter to exit ...


Siniii 02-01-2023 17:22

Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11)
 
1 Attachment(s)
Here is updated kento rankme for SM1.11 with few my changes around killing messages.

nark 02-20-2023 07:04

Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11)
 
Hello,
I wonder if you cand display your time on the server?

I see that you can go on page 3 of sm_statsme to see the conneced time, or you can use sm_toptime to see the top of connected db table,

But I was wondering if there is a way to use a command to print directly (chat or menu) your play time.
For exemple: !hours and output in chat or direct the 3rd page of the statsme menu

Thank you!

jeppedemus 02-27-2023 13:03

Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11)
 
Hey!

Is there a way to disable chat outputs for mvp points?

Fantas 04-14-2023 17:24

Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11)
 
How can i change the chat tag "rank me"?

NotConnor 06-15-2023 03:40

Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11)
 
Have had some issues with it, I am running it without an SQL server and have been facing these issues:
1. sometimes when bots join a chunk of broken text shows up in a message and goes away
2. When given a rank it simply says rank_number 37(Don't remember the name 100%)
3. When ranking up I got no image for the rank, only a black & red texture
4. Rank on the scoreboard shows up as a grey icon with what almost looks like Ibuypowers icon


All times are GMT -4. The time now is 23:07.

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