OnPlayerPickUpPickup dialog problem
#1

PROBLEM FIXED
Reply
#2

anyideas ?
Reply
#3

PHP код:
public OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    if(
dialogid == DIALOG_PICKUP)
    {
        if(
response)
        {
            case 
0:
              {
                
SendClientMessage(playerid,-1,"You have get 1000$");
                
GivePlayerMoney(playerid,1000);
            }
            case 
1:
            {
                
SendClientMessage(playerid,-1,"You have get weapon");
                
GivePlayerWeapon(playerid,25,100);
            }
        }
    }
    return 
1;

Reply
#4

hmm dont response again lol
Reply
#5

Umm when you are in game and you are near the pickup, you can see the dialog? and when you choose something it wont work or?
Reply
#6

when i go to pickup > showdialog and when i try to get option money dont give me anything if i go to second option and after 1-2 sec reset(move) to money option again and same like money weapon dont response im pressing but nothing happend oh i hate to dump
Reply
#7

Try the dialog with command i mean remove the pickup and add an command like /test and try it.
Reply
#8

hah idk how but if fixed its WORKING now
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)