Raised This Month: $ Target: $400
 0% 

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


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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 #29

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
 



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 07:16.


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