01.01.2015, 12:20
Try this
And this
Both at the same time
PHP код:
pickup19 = CreatePickup(1274, 3, 363.5612,-2060.9463,15.3972, 0);
bagwitmoney = CreatePickup(1550, 3, 972.4592, -2356.1089, 91.6249, 0);
PHP код:
if(pickupid == pickup19)
{
GivePlayerMoney(playerid, 2500);
DestroyPickup(pickup19);
}
else if(pickupid == bagwitmoney)
{
GivePlayerMoney(playerid, 150000);
DestroyPickup(bagwitmoney);
}