25.10.2010, 19:58
It shouldn't, unless your confusing "skinid" with "classid".
Skinid puts an ID on a skin relative to when you added the class to the script. Example:
Skinid puts an ID on a skin relative to when you added the class to the script. Example:
pawn Код:
AddPlayerClass(19, etc); //CLASSID 0
AddPlayerClass(193, etc); //CLASSID 1
AddPlayerClass(1, etc); //CLASSID 2