06.04.2010, 13:42
oh i got a suggestion for you too.
i would be better if you group similar functions to one.
for example: IsCopSkin, IsXXXSkin, if you see all of them is skin, so you can group them to one, like WhatIsSkin and return some value, ex: 1 for Cop, 2 for Doctor, etc.
if you did it don't forget to add defines too, ex: [Cop_Skin = value which you returned ] so we don't need to remember what id/number is Cop_Skin
i would be better if you group similar functions to one.
for example: IsCopSkin, IsXXXSkin, if you see all of them is skin, so you can group them to one, like WhatIsSkin and return some value, ex: 1 for Cop, 2 for Doctor, etc.
if you did it don't forget to add defines too, ex: [Cop_Skin = value which you returned ] so we don't need to remember what id/number is Cop_Skin