03.08.2014, 11:15
Implement the following into your saving enum for player data:
Now use the enum to load the player data and to set their skin:
Edit: Make sure you actually get the players skin before they go On-Duty or else it'll just give them their cop skin back.
Код:
PlayerInfo[playerid][Skin]
Код:
SendClientMessage(playerid, 0xFFFFFF, "You Have Gone Off-Duty.");
SetPlayerSkin(playerid, PlayerInfo[playerid][Skin]);

