Posts: 102
Threads: 24
Joined: Jul 2010
Reputation:
0
21.07.2010, 22:24
(
Последний раз редактировалось CSMajor; 21.07.2010 в 22:26.
Причина: title
)
Ok iv been trying for the past 4 days to make a player selection screen that shows the players for one. and when you change the player selection it shows the location you put in the addplayerclass function. so if i put one at union station and another at ls skate park. it would show them both at those corresponding location.
Posts: 372
Threads: 37
Joined: Jul 2007
Reputation:
0
Yeah like if the 20th class ID was police you'd do if(classid == 21) (Due to 0 being SAMP's default) and || is or so if you have multiple skins that are grove street instead of spamming IF statements you put em all on one line.
Posts: 102
Threads: 24
Joined: Jul 2010
Reputation:
0
ok umm i have a problem. because my clases are not in order......
Posts: 372
Threads: 37
Joined: Jul 2007
Reputation:
0
I mean you could test it with doing
new skin = GetPlayerSkin(playerid);
Than replacing class id with skin like you did it above, I mean it should work.