Add none/house,/biz pickup owner types

This commit is contained in:
VortrexFTW
2020-09-09 03:52:11 -05:00
parent 5cd7aaade5
commit c49481b7fd

View File

@@ -27,7 +27,10 @@ const AG_JOB_WEAPON = 7;
const AG_JOB_DRUG = 8;
// Pickup Owner Types
const AG_PICKUP_NONE = 0;
const AG_PICKUP_JOB = 1;
const AG_PICKUP_BUSINESS = 2;
const AG_PICKUP_HOUSE = 3;
// Vehicle Owner Types
const AG_VEHOWNER_NONE = 0;