Show dead player loot
#3

Quote:
Originally Posted by Paulice
Посмотреть сообщение
Could you explain the issue you're having a bit more clearly?
I want to make when the player picks up the item, some of the dialog

example

Код:
take_OnDialogResponse( playerid, dialogid, response, listitem)
{
    if(dialogid == DIALOG_LOOT)
    {
        if(!response) return 1;
        if(response)
        {
            AddItem( playerid, ItemInfo[ DeadList[ playerid ][ listitem ] ][ Item_Name ], DeadQntList[ playerid ][ listitem ] );
            HERE REMOVE DIALOG'S SELECTED ITEM!
        }
        return 1;
    }
 
    return 0;
}
Reply


Messages In This Thread
Show dead player loot - by BHTMestre - 17.07.2017, 17:12
Re: Show dead player loot - by Paulice - 17.07.2017, 17:19
Re: Show dead player loot - by BHTMestre - 17.07.2017, 17:29
Re: Show dead player loot - by Paulice - 17.07.2017, 17:45
Re: Show dead player loot - by BHTMestre - 17.07.2017, 17:46
Re: Show dead player loot - by Paulice - 17.07.2017, 17:47
Re: Show dead player loot - by BHTMestre - 17.07.2017, 18:38
Re: Show dead player loot - by BHTMestre - 17.07.2017, 20:06
Re: Show dead player loot - by FailerZ - 17.07.2017, 20:27
Re: Show dead player loot - by Paulice - 17.07.2017, 20:31

Forum Jump:


Users browsing this thread: 2 Guest(s)