10-08-2009, 06:23 AM
Well, I'm not the best of all the scripters here, but I'll try to help you. 
I'd use dini for some kind of regestration, there you save something like PlayerSkin: [nr].(i do NOT know how dini works
).
And when the player gets to Class selection, the server will load the file and the row with PlayerSkin:
And well, you'd need a variable to read the line. Then you can,
SetPlayerSkin(playerid,[Variable goes here]);
(sorry for not helping with any code, but as I don't know dini, I wouldn't know how to exactly do this, but I thought that some ideas might help as well
)

I'd use dini for some kind of regestration, there you save something like PlayerSkin: [nr].(i do NOT know how dini works
).And when the player gets to Class selection, the server will load the file and the row with PlayerSkin:
And well, you'd need a variable to read the line. Then you can,
SetPlayerSkin(playerid,[Variable goes here]);
(sorry for not helping with any code, but as I don't know dini, I wouldn't know how to exactly do this, but I thought that some ideas might help as well
)