SA-MP Forums Archive
Variable Slotid and Clothesid. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Variable Slotid and Clothesid. (/showthread.php?tid=385726)



Variable Slotid and Clothesid. - Admigo - 17.10.2012

Heey all,

How can i make an enum that can detect the slotid and clothesid from the playerid?

Thanks Admigo


Re: Variable Slotid and Clothesid. - lorizz - 17.10.2012

Код:
enum pInfo {
slotid,
clothesid
}
new PlayerInfo[playerid]pInfo;