29.03.2018, 09:07
Custom skin ids are from (20000 to 30000), you’re not replacing the normal skins afterall; you’re ADDING them. Here’s the format:
In other words:
The skin ID for your new custom skin would be “20000” and it’d be based off skin ID 299.
PHP код:
AddCharModel(baseid, newid, dffname[], txdname[]);
PHP код:
AddCharModel(299, 20000, "tommy.dff", "tommy.txd");