Lots of stuff

This commit is contained in:
Vortrex
2020-12-11 01:51:55 -06:00
parent ecc495de5c
commit fbaafa6c0c
67 changed files with 5755 additions and 4208 deletions

View File

@@ -62,4 +62,10 @@ const AG_HOUSEOWNER_PUBLIC = 5;
const AG_BIZLOC_NONE = 0;
const AG_BIZLOC_FUEL = 1;
const AG_BIZLOC_DRIVETHRU = 2;
const AG_BIZLOC_VENDMACHINE = 3;
const AG_BIZLOC_VENDMACHINE = 3;
// Account Contact Types
const AG_CONTACTTYPE_NONE = 0;
const AG_CONTACTTYPE_NEUTRAL = 1;
const AG_CONTACTTYPE_FRIEND = 2;
const AG_CONTACTTYPE_BLOCKED = 3;