Skin System ! - 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)
+--- Thread: Skin System ! (
/showthread.php?tid=321035)
Skin System ! -
dorperez - 25.02.2012
Hey guys,
Can someone give me system like this that save the skin after exit?
https://sampforum.blast.hk/showthread.php?tid=237155
Re: Skin System ! -
Ballu Miaa - 25.02.2012
U can just make a simple one , can even show you how. What GM Your using , a custom one?
Re: Skin System ! -
dorperez - 25.02.2012
I know but I want adcanced one ..
Re: Skin System ! -
Partner - 25.02.2012
On the Register system, add in the player file parameter called "Skin"
Then on
OnPlayerDisconnect store the skin id as integer in the player file.
Don't forget to add on
OnPlayerSpawn the function
SetPlayerSkin and the Skin that stored in the file.
Re: Skin System ! -
dorperez - 25.02.2012
I dont know how to do this man .. Can you help me ?