easy toy edit
#2

if you want a easy toy editor try this. add this on your script.

Код:
    CMD:attach(playerid, params[])
    {
        new string[128];
        for(new x;x<MAX_PLAYER_ATTACHED_OBJECTS;x++)
        {
            if(IsPlayerAttachedObjectSlotUsed(playerid, x)) format(string, sizeof(string), "%s%d (Used)\n", string, x);
            else format(string, sizeof(string), "%s%d\n", string, x);
        }
        ShowPlayerDialog(playerid, DIALOG_ATTACH_INDEX_SELECTION, DIALOG_STYLE_LIST, "{FF0000}Attachment Modification - Index Selection", string, "Select", "Cancel");
        return 1;
    }
Reply


Messages In This Thread
easy toy edit - by Jermi - 04.10.2012, 08:52
Re: easy toy edit - by edgargreat - 04.10.2012, 11:04
Re: easy toy edit - by CmZxC - 04.10.2012, 11:48
Re: easy toy edit - by manishmulchandani11 - 04.10.2012, 12:00

Forum Jump:


Users browsing this thread: 2 Guest(s)