20.02.2015, 10:59
Guys , Wait
This is all my bisiness system the main defines
This is all my bisiness system the main defines
PHP код:
new InsideBiz[MAX_PLAYERS];
enum bInfo
{
bOwned,
bPrice,
bOwner[MAX_PLAYER_NAME],
bType,
bLocked,
bMoney,
Float:bEntranceX,
Float:bEntranceY,
Float:bEntranceZ,
Float:bEntranceA,
Float:bExitX,
Float:bExitY,
Float:bExitZ,
Float:bExitA,
bInt,
bWorld,
bInsideInt,
bInsideWorld,
bInsideIcon,
bOutSideIcon,
bName[128]
}
new BusinessInfo[200][bInfo];
new biz = 0;
new Float:beforeEnterX[MAX_PLAYERS];
new Float:beforeEnterY[MAX_PLAYERS];
new Float:beforeEnterZ[MAX_PLAYERS];