SA-MP Forums Archive
player class help - 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: player class help (/showthread.php?tid=333461)



player class help - DarkB0y - 11.04.2012

how i can put all the skins in my server without to add this
Код:
AddPlayerClass(1,-2353.9795,-1640.3665,483.7031,306.5645,0,0,0,0,0,0);



Re: player class help - iggy1 - 11.04.2012

Fastest way:
pawn Код:
for(new i = 299; i >= 0; i--)
    AddPlayerClass(i, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
EDIT: That's a paste from my GM the loop is backwards because the owner didn't like cj being the first class.


Re: player class help - DarkB0y - 11.04.2012

k but this is from 1 to 292?