Raised This Month: $32 Target: $400
 8% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Haap
New Member
Join Date: Jan 2023
Old 01-11-2023 , 08:49   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11)
Reply With Quote #891

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 ...

Last edited by Haap; 01-11-2023 at 10:08. Reason: Fully added errors
Haap is offline
Siniii
Junior Member
Join Date: Apr 2020
Old 02-01-2023 , 17:22   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11)
Reply With Quote #892

Here is updated kento rankme for SM1.11 with few my changes around killing messages.
Attached Files
File Type: zip Kento-Rankme-3.0.3.Kento.33.4.zip (123.4 KB, 234 views)
__________________
Siniii is offline
nark
Junior Member
Join Date: Jan 2023
Old 02-20-2023 , 07:04   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11)
Reply With Quote #893

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!
nark is offline
jeppedemus
New Member
Join Date: Feb 2023
Old 02-27-2023 , 13:03   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11)
Reply With Quote #894

Hey!

Is there a way to disable chat outputs for mvp points?
jeppedemus is offline
Fantas
Junior Member
Join Date: Mar 2023
Old 04-14-2023 , 17:24   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11)
Reply With Quote #895

How can i change the chat tag "rank me"?

Last edited by Fantas; 04-15-2023 at 21:28.
Fantas is offline
NotConnor
New Member
Join Date: Jun 2023
Old 06-15-2023 , 03:40   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11)
Reply With Quote #896

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
NotConnor is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:57.


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