Posts: 186
Threads: 41
Joined: Aug 2013
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!
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Have you set other skins with AddPlayerClass function?
Posts: 186
Threads: 41
Joined: Aug 2013
nope...how to do that

and i seen several scripts didnt had that Addplayerclass function but they have all the skins in skin selection!!
Posts: 186
Threads: 41
Joined: Aug 2013
is there any other way

?
coz i seen several scripts didnt had that Addplayerclass function but they have all the skins in skin selection!!
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
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.
Posts: 186
Threads: 41
Joined: Aug 2013
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?
Posts: 186
Threads: 41
Joined: Aug 2013
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**********