#1

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
Reply
#2

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);

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)