Skins...
#3

yes just keep track of their skin before you change it,


pawn Код:
new gPlayerSkin[MAX_PLAYERS];

//in the OnPlayerDeath callback use


gPlayerSkin[playerid] = GetPlayerSkin(playerid);


//then restore it when they leave the hostipal with
SetPlayerSkin(playerid,gPlayerSkin[playerid]);

something like that, i wrote the code write in the browser so test it.
Reply


Messages In This Thread
Skins... - by NeroX98 - 12.06.2012, 15:11
Re: Skins... - by Ray0 - 12.06.2012, 15:15
Re: Skins... - by Jonny5 - 12.06.2012, 15:16
Re: Skins... - by NeroX98 - 12.06.2012, 15:26

Forum Jump:


Users browsing this thread: 1 Guest(s)