Need help with team selection.. - 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: Need help with team selection.. (
/showthread.php?tid=308170)
Need help with team selection.. -
Request - 02.01.2012
So I know in wiki.samp.com it is but I need to set skin by skin id.. How I can do it?
Re: Need help with team selection.. -
Norck - 02.01.2012
Quote:
Originally Posted by Request
So I know in wiki.samp.com it is but I need to set skin by skin id.. How I can do it?
|
Use
pawn Код:
SetPlayerSkin(playerid,skinid);
where skinid = id of the skin that you want to set.
Re: Need help with team selection.. -
Request - 02.01.2012
Thank you
mate