Saving and Loading Skins
#1

OnPlayerSpawn:

pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerSkin(playerid,pInfo[playerid][pSkin]);
return 1;
}
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

pawn Код:
IsRegistered
IsLogged
Thanks
Reply


Messages In This Thread
Saving and Loading Skins - by ZBits - 24.12.2013, 22:35
Re: Saving and Loading Skins - by RowdyrideR - 24.12.2013, 23:20
Re: Saving and Loading Skins - by ZBits - 24.12.2013, 23:23
Re: Saving and Loading Skins - by ZBits - 25.12.2013, 01:13

Forum Jump:


Users browsing this thread: 1 Guest(s)