SA-MP Forums Archive
player skin at class selection - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: player skin at class selection (/showthread.php?tid=80660)



player skin at class selection - StrickenKid - 05.06.2009

in my server, a player has a skin they choose when they first join, and i want i so when every time they join, the only skin in the class selection is the one they picked, i have it all set up using dini so save the player skin id, now i just need to figure out how to only show their selected skin at class selection, any help please?

thanks,
Ethan


Re: player skin at class selection - efeX - 05.06.2009

Only show their skin at request spawn? hmm.
Why not just SpawnPlayer when they login? I'm not sure you can show just their skinid because OnGameModeInit doesn't take a playerid as parameters,
Anyone feel free to correct me?


Re: player skin at class selection - Gamer007 - 05.06.2009

just save their skin and when the player connets add SpawnPlayer(playerid); on requestclass callback


Re: player skin at class selection - StrickenKid - 05.06.2009

hmmm... i know its possible because crazybobs cops and robbers has it... anyone else?