AddPlayerClass
#1

I have seen this somewhere in the forums, I have searched for it and I cant find it!

I want a script to get all the player skins without having to put AddPlayerClass for every skin.

Thanks
Reply
#2

pawn Код:
public OnGameModeInit()
{
for(new s; s < 287; s++) //Or whatever the SA-MP skin limit is
{
AddPlayerClass(s,x,y,z,a,0,0,0,0,0,0);
}
return 1;
Reply
#3

What does the "a" mean?
Reply
#4

a = Angle
Reply
#5

AddPlayerClass(0,1621.3524,-1041.3577,23.8984,88.7439,0,0,0,0,0,0);

That is the angle ( Red one )
Reply
#6

Then replace 'a' with that
Reply
#7

Alright thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)