27.03.2010, 16:50
Quote:
Originally Posted by BiG_Sm0k3
Main:
new SavedSkin[MAX_PLAYERS]; You can use dcmd or strcmp and on your command "/onduty" SavedSkin[playerid] = GetPlayerSkin(playerid); and "/offduty" SetPlayerSkin(playerid,SavedSkin[playerid]); |