0.3.7 Skins are not working.
#2

Add new 0.3.7 skins?

Код:
CMD:skin(playerid, params[])
{
	new skinid;
	if(sscanf(params, "i", skinid)) return SendClientMessage(playerid, 0xFF0000FF, "/skin <0-311>");
	{
		if(skinid < 0 || skinid > 311) return SendClientMessage(playerid, 0xFF0000FF, "Don't go lower than 0, or higher than 311");
		SetPlayerSkin(playerid, skinid);
	}
	return 1;
}
note: skin id 0 and 74 have cj skins

edit; if you could provide your own code, that'd be great
Reply


Messages In This Thread
0.3.7 Skins are not working. - by CrazyRussainHacker - 05.06.2015, 12:06
Re: 0.3.7 Skins are not working. - by JaydenJason - 05.06.2015, 12:11
Re: 0.3.7 Skins are not working. - by CrazyRussainHacker - 05.06.2015, 12:20
Re: 0.3.7 Skins are not working. - by nezo2001 - 05.06.2015, 12:29
Re: 0.3.7 Skins are not working. - by JaydenJason - 05.06.2015, 12:47

Forum Jump:


Users browsing this thread: 1 Guest(s)