View Single Post
kgns
Senior Member
Join Date: May 2017
Location: Istanbul, Turkey
Old 08-02-2020 , 07:03   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1323

Quote:
Originally Posted by 8guawong View Post
Clients are getting random skins is because your not resetting player arrays

You should put
Code:
 
				for(int i = 0; i < sizeof(g_WeaponClasses); i++)
				{
					g_iSkins[clientIndex][i] = 0;
					g_iStatTrak[clientIndex][i] = 0;
					g_iStatTrakCount[clientIndex][i] = 0;
					g_NameTag[clientIndex][i] = "";
					g_fFloatValue[clientIndex][i] = 0.0;
					g_iWeaponSeed[clientIndex][i] = -1;
				}
				g_iKnife[clientIndex] = 0;
In player connect or disconnect forwards
that is so correct! then we have to find out the reason why queries get delayed for all plugins (and then work all at the same time after the delay) and how the admin system gets mixed up sometimes so people with no admin rights come to be admins
__________________

OyunHost Sunucu Hizmetleri: https://www.oyunhost.net
kgns is offline