/skin
#6

Quote:
Originally Posted by Dragonsaurus
Посмотреть сообщение
Do you mean save the skin on disconnection, or just on respawn? If on respawn:
pawn Код:
new PlayerSkin[MAX_PLAYERS];   // On top of your script.

// Before SetPlayerSkin(playerid, skinid);
PlayerSkin[playerid] = skinid;

// Under OnPlayerSpawn.
SetPlayerSkin(playerid, PlayerSkin[playerid]);
I already posted the solution. Just changed the skin to skinid.
Reply


Messages In This Thread
/skin - by kbalor - 01.10.2013, 19:14
Re: /skin - by Lidor124 - 01.10.2013, 19:17
Re: /skin - by Dragonsaurus - 01.10.2013, 19:27
Re: /skin - by kbalor - 01.10.2013, 19:37
Re: /skin - by Konstantinos - 01.10.2013, 19:40
Re: /skin - by Dragonsaurus - 01.10.2013, 19:40
Re: /skin - by EiresJason - 01.10.2013, 19:41
Re: /skin - by kbalor - 01.10.2013, 19:50
Re: /skin - by Dragonsaurus - 01.10.2013, 20:06
Re: /skin - by kbalor - 01.10.2013, 20:19

Forum Jump:


Users browsing this thread: 2 Guest(s)