16.03.2017, 17:20
Quote:
I want to add other pickup types and a pickup streamer so i guess it could be useful in the feature.
|
Because otherwise if you stay under the limit you simply could have done
PHP код:
new gPickupType[MAX_PICKUPS];
// GenerateRandomPickup
pickupid = CreatePickup(modelid,type,rx1,ry2,rz3,virtualworld);
// some security checks to check that pickupid is valid
gPickupType[pickupid] = MONEY_TYPE;
// OnPlayerPickUpPickup
switch(gPickupType[pickupid])