Raised This Month: $51 Target: $400
 12% 

[CS:GO] Add/edit Icon on scoreboard


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
iMragnarking
Junior Member
Join Date: Oct 2019
Old 10-20-2019 , 12:56   [CS:GO] Add/edit Icon on scoreboard
Reply With Quote #1

So I'm trying to Add Icon As the form of png image. I want to add it to the scoreboard Of csgo

i want to change the Public Levels of csgo icons to custom ones.

I was able to change between the levels but I don't know how to add or change to customs ones

My code :

HTML Code:
static Offset = -1;
	if (Offset == -1) {
		Offset = FindSendPropInfo("CCSPlayerResource", "m_nPersonaDataPublicLevel");
	}
	
	int tempPrank[MAXPLAYERS+1];
	GetEntDataArray(iEnt, Offset, tempPrank, MAXPLAYERS+1);
	for (int i = 1; i <= MaxClients; i++)
	{
		tempPrank[i] = 1;
		SetEntDataArray(iEnt, Offset, tempPrank, MAXPLAYERS+1, _, true);
		
	}
Thanks for the help in advance :p

Last edited by iMragnarking; 10-20-2019 at 15:44.
iMragnarking 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 17:59.


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