25.08.2013, 18:12
Quote:
Simply copy one of those integer loads/saves and like SetPlayerScore and GivePlayerMoney, you'd do SetPlayerSkin. I would put that part in OnPlayerSpawn though.
|
PHP код:
SetPVarInt(playerid, "Skin", dUserINT(PlayerName(playerid)).("Skin"));
do this?
PHP код:
SetPlayerSkin(playerid, GetPVarInt(playerid, "Skin"));