17.01.2014, 18:20
Use the function GetPlayerSkin(playerid); as this.
And the color you can set this one.
Код:
new olds[MAX_PLAYERS]; // TOP OF THE COMMAND. olds[playerid] = GetPlayerSkin(playerid); // WHEN GOING ADUTY. SetPlayerSkin(playerid, olds[playerid]); // WHEN GOING OFFDUTY.
Код:
SetPlayerColor(playerid,0xFFFFFF00); // OR JUST AN INVISIBLE ONE.