17.12.2016, 19:36
Quote:
|
Create a variable to store the skin in and everytime he changes it in clothes shop, change the variable to the skin he set in clothes shop then when he logs in use SetPlayerSkin(playerid, skinvariable)
|
Код:
new originalskin = PlayerInfo[playerid][pModel]; SetPlayerSkin(playerid, originalskin);//


