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

[CS:GO] Show players faceit level in TAB


Post New Thread Reply   
 
Thread Tools Display Modes
LowPriority
New Member
Join Date: May 2020
Old 05-12-2020 , 05:22   Re: [CS:GO] Show players faceit level in TAB
Reply With Quote #11

Quote:
Originally Posted by Franc1sco View Post
You need a api from https://developers.faceit.com/
I did get an API from that link and I did put it on that cvar, still the same issue.
LowPriority is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 05-12-2020 , 05:25   Re: [CS:GO] Show players faceit level in TAB
Reply With Quote #12

Quote:
Originally Posted by LowPriority View Post
thank you for this but i still get this error
PHP Code:
L 05/12/2020 08:37:47: [SMException reportedString formatted incorrectly parameter 4 (total 3)
L 05/12/2020 08:37:47: [SMBlamingfaceit_level.smx
L 05
/12/2020 08:37:47: [SMCall stack trace:
L 05/12/2020 08:37:47: [SM]   [0Format
L 05
/12/2020 08:37:47: [SM]   [1Line 85E:\Dropbox\UEA\1css server\faceit\faceit_level.sp::OnClientAuthorized 
Fixed and reuploaded here https://forums.alliedmods.net/showpo...63&postcount=7
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 05-12-2020 at 05:25.
Franc1sco is offline
Send a message via MSN to Franc1sco
LowPriority
New Member
Join Date: May 2020
Old 05-12-2020 , 06:48   Re: [CS:GO] Show players faceit level in TAB
Reply With Quote #13

Quote:
Originally Posted by Franc1sco View Post
getting this now
PHP Code:
L 05/12/2020 10:46:02: [SMException reportedNot enough space on the heap
L 05
/12/2020 10:46:02: [SMBlamingfaceit_level.smx
L 05
/12/2020 10:46:02: [SMCall stack trace:
L 05/12/2020 10:46:02: [SM]   [1Line 293C:\franugcompiler\include\json.inc::json_decode
L 05
/12/2020 10:46:02: [SM]   [2Line 132E:\Dropbox\UEA\1css server\faceit\faceit_level.sp::HTTPPlayerDetailsCompleteData
L 05
/12/2020 10:46:02: [SM]   [4SteamWorks_GetHTTPResponseBodyCallback
L 05
/12/2020 10:46:02: [SM]   [5Line 114E:\Dropbox\UEA\1css server\faceit\faceit_level.sp::HTTPPlayerDetailsComplete 
LowPriority is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 05-12-2020 , 08:59   Re: [CS:GO] Show players faceit level in TAB
Reply With Quote #14

Updated again https://forums.alliedmods.net/showpo...63&postcount=7
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
lemmon_cs
Member
Join Date: Jan 2019
Location: Romania
Old 05-12-2020 , 10:37   Re: [CS:GO] Show players faceit level in TAB
Reply With Quote #15

What type of API i need , client side or server side ?
Edited : I tried with both api keys and still does not work , i think the plugin is the problem , does not apear in sm plugins list.

Last edited by lemmon_cs; 05-12-2020 at 10:50.
lemmon_cs is offline
raj kaul
Senior Member
Join Date: Mar 2018
Location: www.lotgaming.xyz
Old 05-12-2020 , 11:42   Re: [CS:GO] Show players faceit level in TAB
Reply With Quote #16

Quote:
Originally Posted by Franc1sco View Post
still same error

PHP Code:
[SMException reportedNot enough space on the heap
[SMBlamingfaceit_level.smx
[SMCall stack trace:
[
SM]   [1Line 293C:\franugcompiler\include\json.inc::json_decode
[SM]   [2Line 132E:\Dropbox\UEA\1css server\faceit\faceit_level.sp::HTTPPlayerDetailsCompleteData
[4SteamWorks_GetHTTPResponseBodyCallback
[5Line 114E:\Dropbox\UEA\1css server\faceit\faceit_level.sp::HTTPPlayerDetailsComplete 
__________________
raj kaul is offline
Desnox
Junior Member
Join Date: Oct 2019
Old 05-16-2020 , 05:42   Re: [CS:GO] Show players faceit level in TAB
Reply With Quote #17

Quote:
Originally Posted by Franc1sco View Post
You need a api from https://developers.faceit.com/
But how do i get it? i went on to the website and the only way to get the api " i think " is by adding the game as your own app?
Desnox is offline
raj kaul
Senior Member
Join Date: Mar 2018
Location: www.lotgaming.xyz
Old 05-16-2020 , 06:18   Re: [CS:GO] Show players faceit level in TAB
Reply With Quote #18

Quote:
Originally Posted by Desnox View Post
But how do i get it? i went on to the website and the only way to get the api " i think " is by adding the game as your own app?
1. Go to the site: https://developers.faceit.com/
PHP Code:
2. In the upper right cornerclick on the Login button
3. Log in with your faceit account
4. Register your company 
(server project) (Website is optional) -> Click on the Submit button
5. Click on the Create 
new app button
6. Enter the application data 
(Website is optional)
7. Go to the API Keys tab
8. Click on the 
+
9. button Select Client side
10. Done 
__________________
raj kaul is offline
Desnox
Junior Member
Join Date: Oct 2019
Old 05-16-2020 , 08:10   Re: [CS:GO] Show players faceit level in TAB
Reply With Quote #19

Quote:
Originally Posted by raj kaul View Post
1. Go to the site: https://developers.faceit.com/
PHP Code:
2. In the upper right cornerclick on the Login button
3. Log in with your faceit account
4. Register your company 
(server project) (Website is optional) -> Click on the Submit button
5. Click on the Create 
new app button
6. Enter the application data 
(Website is optional)
7. Go to the API Keys tab
8. Click on the 
+
9. button Select Client side
10. Done 
Thank you! It works
Desnox is offline
pianopynk6789
New Member
Join Date: Jun 2021
Old 06-14-2021 , 14:01   Re: [CS:GO] Show players faceit level in TAB
Reply With Quote #20

I have Faceit level 10 linked to my steam account but when I connect to this server 103.9.158.69:27015 my faceit level is not shown when turn on scoreboard like others.

https://imgur.com/lJho0O4

Can anyone tell me why?
pianopynk6789 is offline
Reply


Thread Tools
Display Modes

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 20:54.


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