27.09.2014, 18:42
try this
in OnPlayerConnect use PlayerInfo[playerid][Skin] = -1;
to set it as unknown skin
PHP код:
public OnPlayerRequestClass(playerid, classid)
{
if(PlayerInfo[playerid][Skin] > -1) // If the player has previously saved their skin...
{
SetPlayerSkin(playerid, PlayerInfo[playerid][Skin]);
}
to set it as unknown skin