13.06.2013, 19:27
Multiple pickups - Same effect.
Is it possible?
For example I create a pickup in each 24/7 shop and if picked up will give me the same menu.
How would it work? I was thinking naming different pickups the same name..but it didn't work out
that good for me.
Example...
shop = CreatePickup(1239,1,2,2,2);
shop = CreatePickup(1239,1,3,3,3);
Or maybe
shop = CreatePickup(1239,1,x,y,z), CreatePickup(1239,1,x,y,z);
All help is very much appreciated.
Is it possible?
For example I create a pickup in each 24/7 shop and if picked up will give me the same menu.
How would it work? I was thinking naming different pickups the same name..but it didn't work out
that good for me.
Example...
shop = CreatePickup(1239,1,2,2,2);
shop = CreatePickup(1239,1,3,3,3);
Or maybe
shop = CreatePickup(1239,1,x,y,z), CreatePickup(1239,1,x,y,z);
All help is very much appreciated.