house sistem
#3

Cough up the fact that you're using retarded macros. It's reccomended that you use enums.#

PHP код:
#define  HOUSE_MENU              2013
#define  HOUSE_LEVEL            2014
#define  HOUSE_INTERIOR             2015 
EQUALS

PHP код:
enum
{
    
HOUSE_MENU,
    
HOUSE_LEVEL,
    
HOUSE_INTERIOR

For the hInfo enum, you're missing the House Interior X, Y and Z, along with the house ID, as a bare minimum.

PHP код:
enum hInfo {
    
hID//house id
    
hLevel,
    
Float:hEX//house exterior X
    
Float:hEY
    
Float:hEZ,
    
Float:hIX//house interior x
    
Float:hIY,
    
Float:hIZ,
    
hInterior
}; 
Reply


Messages In This Thread
house sistem - by xAlecsu - 17.08.2017, 20:36
Re: house sistem - by JasonRiggs - 17.08.2017, 23:13
Re: house sistem - by xLucy - 18.08.2017, 09:34
Re: house sistem - by Misiur - 18.08.2017, 09:38
Re: house sistem - by Immortal99 - 18.08.2017, 11:41
Re: house sistem - by Misiur - 18.08.2017, 11:46
Re: house sistem - by Immortal99 - 18.08.2017, 11:54
Re: house sistem - by xAlecsu - 19.08.2017, 17:44
Re: house sistem - by TheCman - 19.08.2017, 18:56
Re: house sistem - by xAlecsu - 19.08.2017, 19:56

Forum Jump:


Users browsing this thread: 1 Guest(s)