easy toy edit
#1

Hey guy,s, Can you give me the easy toy edit codes? i will rep if you did
Reply
#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
#3

edgar, if you are going to give him your code, dont give him only a half of it..
he also need dialog response code, define for MAX_PLAYER_ATTACHED_OBJECT.
Reply
#4

Yea Edgar YOu have to give him define..
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)