[HELP] Pickup insane bug
#8

Yes

Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
   	//...............some code before.............//		
        if(pickupid == pPickup[200]) 
        DestroyPickup(pPickup[200]),SendClientMessage(playerid, 0xFFFFFFFF, 
       "TEXT"),SetTimer("mytimer", 1800000, 1),GivePlayerMoney(playerid, 10000),PlayerInfo[playerid][pMoney]++;
       
	if(pickupid == pPickup[500])
       	{
        if(BLUE1 == false)

       		{
			ShowPlayerDialog(playerid, DIALOG_XXX, DIALOG_STYLE_MSGBOX, "text","text", "yes","no");

			BLUE1 = true;
			}
        }
        return 1;
        
}
Anyway i installed the plugine and dynamicpickup still does not work.
Reply


Messages In This Thread
[HELP] Pickup insane bug - by ThomasEvil - 05.06.2017, 14:21
Re: [HELP] Pickup insane bug - by ThomasEvil - 05.06.2017, 15:23
Re: [HELP] Pickup insane bug - by 1fret - 05.06.2017, 15:29
Re: [HELP] Pickup insane bug - by ThomasEvil - 05.06.2017, 15:40
Re: [HELP] Pickup insane bug - by DeeadPool - 05.06.2017, 15:41
Re: [HELP] Pickup insane bug - by ThomasEvil - 05.06.2017, 15:47
Re: [HELP] Pickup insane bug - by DeeadPool - 05.06.2017, 15:49
Re: [HELP] Pickup insane bug - by ThomasEvil - 05.06.2017, 15:52
Re: [HELP] Pickup insane bug - by DeeadPool - 05.06.2017, 15:54
Re: [HELP] Pickup insane bug - by ThomasEvil - 05.06.2017, 16:09

Forum Jump:


Users browsing this thread: 1 Guest(s)