24.12.2013, 22:35
OnPlayerSpawn:
Hi there, i have a code that when someone leaves the game it saves his skin, that works pretty well and loads good. But i am confused with how to spawn a player who is newly registered to the server with the class selection skins?
My Registered and Login variables
Thanks
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerSkin(playerid,pInfo[playerid][pSkin]);
return 1;
}
My Registered and Login variables
pawn Код:
IsRegistered
IsLogged