SA-MP Forums Archive
Class - 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: Class (/showthread.php?tid=626404)



Class - Hunud - 14.01.2017

Can someone show me and tell me where to find list of all skins like this

Код:
AddPlayerClass(217,403.447265,2466.154296,16.506214,115.0000,0,0,0,1,0,0);
	AddPlayerClass(250,403.447265,2466.154296,16.506214,115.0000,0,0,0,1,0,0);
	AddPlayerClass(7,403.447265,2466.154296,16.506214,115.0000,0,0,0,1,0,0);
	AddPlayerClass(101,403.447265,2466.154296,16.506214,115.0000,0,0,0,1,0,0);
	AddPlayerClass(170,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0);
	AddPlayerClass(73,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0);
	AddPlayerClass(180,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0);
	AddPlayerClass(184,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0);
	AddPlayerClass(185,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0);
I want full list from 0 to example 280


Re: Class - BiosMarcel - 14.01.2017

https://sampwiki.blast.hk/wiki/Skins:All

And you can make the lines yourself or create them in a loop like this if the other parameters stay the same (if you are too lazy ):

PHP код:
for(new 0<= 280i++)
{
    
AddPlayerClass(i,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0);