01.09.2009, 11:59
Hey there
Iґve scripted this:
How to add the playerґs ID and the skin-ID now?
Iґve scripted this:
Код:
if(strcmp(cmd, "/setskin", true) == 0) // Sets the playerґs skin { if (AccountInfo[playerid][AdminLevel] > 1 || IsPlayerAdmin(playerid)) { SetPlayerSkin SendClientMessage(playerid, GREEN, "|- Skin changed -|"); } else SendClientMessage(playerid, RED, "Not for you, Sir"); return 1; }