Skin Selection
#5

He wants to make clicking the left button are women's skins and the right men skins button. HELP!
Код:
public OnGameModeInit()
{
	for(new i, j = sizeof(g_aMaleSkins); i < j; i++) 
	{
		AddPlayerClass(g_aMaleSkins[i], -1, -1, -1, -1, -1, -1, -1, -1, -1, -1);
	}
	for(new i, j = sizeof(g_aFemaleSkins); i < j; i++) 
	{
		AddPlayerClass(g_aFemaleSkins[i], -1, -1, -1, -1, -1, -1, -1, -1, -1, -1);
	}
	return 1;
}
Reply


Messages In This Thread
Skin Selection - by KamilPolska - 14.10.2018, 09:47
Re: Skin Selection - by KamilPolska - 14.10.2018, 13:04
Re: Skin Selection - by KamilPolska - 14.10.2018, 16:03
Re: Skin Selection - by KamilPolska - 15.10.2018, 20:51
Re: Skin Selection - by KamilPolska - 16.10.2018, 20:02

Forum Jump:


Users browsing this thread: 1 Guest(s)