/saveskin
#1

How can i create /saveskin command, i dont know how, i script with sscanf and zcmd.
Reply
#2

In your enums, first create a new string like: pSkin, add in the register system and onplayerdisconnect his string and under everything
Код:
CMD:saveskin(playerid, params[])
{
        new skin = GetPlayerSkin(playerid);
        SendClientMessage(playerid, 0x00FF00AA, "You saved the skin with success!");
        PlayerInfo[playerid][pSkin] = skin;
        return 1;
}
Reply
#3

PHP код:
DELETED 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)