Need help with this error
#3

Still same error eh...
here is all

PHP код:
enum    _:e_lockmodes
{
    
LOCK_MODE_NOLOCK,
    
LOCK_MODE_PASSWORD,
    
LOCK_MODE_KEYS,
    
LOCK_MODE_OWNER
};
enum    _:e_selectmodes
{
    
SELECT_MODE_NONE,
    
SELECT_MODE_EDIT,
    
SELECT_MODE_SELL
};
enum    _:e_dialogids
{
    
DIALOG_BUY_HOUSE 7500,
    
DIALOG_HOUSE_PASSWORD,
    
DIALOG_HOUSE_MENU,
    
DIALOG_HOUSE_NAME,
    
DIALOG_HOUSE_NEW_PASSWORD,
    
DIALOG_HOUSE_LOCK,
    
DIALOG_SAFE_MENU,
    
DIALOG_SAFE_TAKE,
    
DIALOG_SAFE_PUT,
    
DIALOG_GUNS_MENU,
    
DIALOG_GUNS_TAKE,
    
DIALOG_FURNITURE_MENU,
    
DIALOG_FURNITURE_BUY,
    
DIALOG_FURNITURE_SELL,
    
DIALOG_VISITORS_MENU,
    
DIALOG_VISITORS,
    
DIALOG_KEYS_MENU,
    
DIALOG_KEYS,
    
DIALOG_SAFE_HISTORY,
    
DIALOG_MY_KEYS,
    
DIALOG_BUY_HOUSE_FROM_OWNER,
    
DIALOG_SELL_HOUSE,
    
DIALOG_SELLING_PRICE
};
enum    e_house
{
    
Name[MAX_HOUSE_NAME],
    
Owner[MAX_PLAYER_NAME],
    
Password[MAX_HOUSE_PASSWORD],
    
Address[MAX_HOUSE_ADDRESS],
    
FloathouseX,
    
FloathouseY,
    
FloathouseZ,
    
Price,
    
SalePrice,
    
Interior,
    
LockMode,
    
SafeMoney,
    
LastEntered,
    
Text3DHouseLabel,
    
HousePickup,
    
HouseIcon,
    
boolSave
};
enum    e_interior
{
    
IntName[MAX_INT_NAME],
    
FloatintX,
    
FloatintY,
    
FloatintZ,
    
intID,
    
Text3DintLabel,
    
intPickup
};
enum    e_furnituredata
{
    
ModelID,
    
Name[32],
    
Price
};
enum    e_furniture
{
    
SQLID,
    
HouseID,
    
ArrayID,
    
FloatfurnitureX,
    
FloatfurnitureY,
    
FloatfurnitureZ,
    
FloatfurnitureRX,
    
FloatfurnitureRY,
    
FloatfurnitureRZ
};
enum    e_sazone
{
    
SAZONE_NAME[28],
    
FloatSAZONE_AREA[6]
}; 
Reply


Messages In This Thread
Need help with this error - by baki - 05.08.2017, 19:50
Re: Need help with this error - by RedGun2015 - 05.08.2017, 19:53
Re: Need help with this error - by baki - 05.08.2017, 20:11
Re: Need help with this error - by FailerZ - 05.08.2017, 20:22
Re: Need help with this error - by baki - 05.08.2017, 20:39
Re: Need help with this error - by ISmokezU - 05.08.2017, 20:43
Re: Need help with this error - by FailerZ - 05.08.2017, 20:43
Re: Need help with this error - by Misiur - 05.08.2017, 20:45
Re: Need help with this error - by FailerZ - 05.08.2017, 20:50
Re: Need help with this error - by baki - 05.08.2017, 21:27

Forum Jump:


Users browsing this thread: 1 Guest(s)