Posts: 278
Threads: 100
Joined: May 2011
Reputation:
0
Hi guys, i am using y_dini save system on my server , could someone tell me how to save player skin on disconnect, and when he connect again then he get the same skin on spawn.
Thanks a lot,
Jimis
Posts: 260
Threads: 4
Joined: Jun 2013
Reputation:
0
under on playerdisconnect:
get the player's skin.
save it inside a var
then save it in the player acc
under onplayerconnect
fetch the saved skin from the saving system
set the players skin to the saved skinid
howto finished.
Posts: 446
Threads: 125
Joined: Mar 2012
Reputation:
0
Look up "samp pawn basics tutorial" on ******* and it will help show the basics of scripting.