15.07.2013, 11:52
I made my login/register system save player's skin. I set the default skin when register to ID 0. When player spawn his skin is ID 0 (if he hasn't got saved skin). How can i set these players' skins to be what they had chosen in requestclass.
OnPlayerSpawn:
When player register:
Can someone help me with this? Thanks in advance! 
PS I use this system https://sampforum.blast.hk/showthread.php?tid=352703
OnPlayerSpawn:
pawn Код:
SetPlayerSkin(playerid, pInfo[playerid][Skin]);
pawn Код:
INI_WriteInt(file, "Skin", 0);

PS I use this system https://sampforum.blast.hk/showthread.php?tid=352703