05.06.2015, 12:11
Add new 0.3.7 skins?
note: skin id 0 and 74 have cj skins
edit; if you could provide your own code, that'd be great
Код:
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; }
edit; if you could provide your own code, that'd be great