[Help]Skin Selection Problem! Only CJ's Skin.
#1

when i enter into skin selection after connecting there is only CJ's Skin but no other skin from 1 - 299
the only 0 skin

Please Help me to solve this
i got no warnings or errors in pawno

Thanks in Advance For Help!
Reply
#2

Have you set other skins with AddPlayerClass function?
Reply
#3

nope...how to do that
and i seen several scripts didnt had that Addplayerclass function but they have all the skins in skin selection!!
Reply
#4

Here:
https://sampwiki.blast.hk/wiki/AddPlayerClass
Reply
#5

is there any other way?
coz i seen several scripts didnt had that Addplayerclass function but they have all the skins in skin selection!!
Reply
#6

You cannot add skins without that function. Those scripts might use a loop so it's possible to add all the skins in one line and not having 300 lines.
Reply
#7

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
You cannot add skins without that function. Those scripts might use a loop so it's possible to add all the skins in one line and not having 300 lines.
How to do that?
Reply
#8

The arguments are an example from the Wiki.
pawn Код:
for (new skinid; skinid != 300; ++skinid) if (skinid != 74) AddPlayerClass(skinid, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
Reply
#9

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
The arguments are an example from the Wiki.
pawn Код:
for (new skinid; skinid != 300; ++skinid) if (skinid != 74) AddPlayerClass(skinid, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
Thanks Dude..
it helped me

**********Problem Solved**********
Reply
#10

Use it on your script. Sure it will works
pawn Код:
AddPlayerClass( 280, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
Look Skin ids Click here and choose which skin you want!

280 is skin id

If this works +rep me
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)