pickup issue
#1

PHP Code:
public OnPlayerPickUpPickup(playeridpickupid)
{
    if(
pickupid == gift1)
    {
        if(
gift1 == 0)
        {
        
gift1=1;
        
SendClientMessage(playerid,0x912334,"got it");
        }
        else if(
gift1 == 1)
        {
        
SendClientMessage(playerid,0x912334,"Lool");
        }
    }
    return 
1;

the first message got it shows but second one lool is not showing after picking up the pickup
Reply


Messages In This Thread
pickup issue - by bugmenotlol - 02.12.2016, 14:57
Re: whats wrong :( - by Dayrion - 02.12.2016, 14:59
Re: whats wrong :( - by SyS - 02.12.2016, 15:01
Re: whats wrong :( - by bugmenotlol - 02.12.2016, 15:06
Re: whats wrong :( - by Vince - 02.12.2016, 15:10
Re: whats wrong :( - by ImTouchk - 02.12.2016, 15:16
Re: whats wrong :( - by ISmokezU - 02.12.2016, 18:55
Re: whats wrong :( - by ImTouchk - 06.12.2016, 08:15
Re: pickup issue - by Threshold - 06.12.2016, 09:59
Re: pickup issue - by Kar - 06.12.2016, 10:05

Forum Jump:


Users browsing this thread: 1 Guest(s)