IsValidSkin - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP DL Edition (
https://sampforum.blast.hk/forumdisplay.php?fid=92)
+--- Forum: SA-MP 0.3.DL (
https://sampforum.blast.hk/forumdisplay.php?fid=90)
+--- Thread: IsValidSkin (
/showthread.php?tid=651727)
IsValidSkin -
Wolfe - 26.03.2018
Is this a function? I haven't found anything about it just curious
Re: IsValidSkin -
v1k1nG - 26.03.2018
What can I say. It 100% checks if the skin is < 0, > 299 or == 74.
EDIT: didnt read this was 0.3DL thread.
Re: IsValidSkin -
NaS - 27.03.2018
There's no "IsValidSkin" native.
The default skins are easy to find out (0-311 except 74), for the custom Skins you can either parse the artconfig.txt yourself or do it manually (I suggest doing it automatically).
Quote:
Originally Posted by v1k1nG
What can I say. It 100% checks if the skin is < 0, > 299 or == 74.
EDIT: didnt read this was 0.3DL thread. 
|
Skin IDs range from 0 to 311 (except 74 like you said).