23.10.2012, 19:53
How can i create /saveskin command, i dont know how, i script with sscanf and zcmd.
CMD:saveskin(playerid, params[])
{
new skin = GetPlayerSkin(playerid);
SendClientMessage(playerid, 0x00FF00AA, "You saved the skin with success!");
PlayerInfo[playerid][pSkin] = skin;
return 1;
}
DELETED