Having all skins in one selection?
#1

Hello,

I forgot how to make all the sings without "AddClass" thing, can you help me with that guys please?

(I want all the skins to be included in a small script without adding like 200+ AddPlayerClass)
Reply
#2

Use a loop.

An example:
pawn Код:
for (new i; i != 300; ++i) if (i != 74) AddPlayerClass(i, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
More information about the parameters: https://sampwiki.blast.hk/wiki/AddPlayerClass
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)