CreateDynamicPickUp help
#7

Try this

PHP код:
pickup19 CreatePickup(12743363.5612,-2060.9463,15.39720);
bagwitmoney CreatePickup(15503972.4592, -2356.108991.62490); 
And this
PHP код:
if(pickupid == pickup19
    { 
        
GivePlayerMoney(playerid2500); 
        
DestroyPickup(pickup19); 
    } 
    else if(
pickupid == bagwitmoney
    { 
        
GivePlayerMoney(playerid150000); 
        
DestroyPickup(bagwitmoney); 
    } 
Both at the same time
Reply


Messages In This Thread
CreateDynamicPickUp help - by dan40o - 01.01.2015, 11:58
Re: CreateDynamicPickUp help - by nezo2001 - 01.01.2015, 12:05
Re: CreateDynamicPickUp help - by dan40o - 01.01.2015, 12:06
Re: CreateDynamicPickUp help - by nezo2001 - 01.01.2015, 12:10
Re: CreateDynamicPickUp help - by dan40o - 01.01.2015, 12:13
Re: CreateDynamicPickUp help - by nezo2001 - 01.01.2015, 12:17
Re: CreateDynamicPickUp help - by nezo2001 - 01.01.2015, 12:20
Re: CreateDynamicPickUp help - by dan40o - 01.01.2015, 12:32
Re: CreateDynamicPickUp help - by Schneider - 01.01.2015, 12:41
Re: CreateDynamicPickUp help - by dan40o - 01.01.2015, 12:45

Forum Jump:


Users browsing this thread: 1 Guest(s)