constant symbol has no size
#3

pawn Код:
enum HouseSystem
{
    Description[128],
    Owner[MAX_PLAYER_NAME],
    Float:EnterX,
    Float:EnterY,
    Float:EnterZ,
    EnterWorld,
    EnterInterior,
    Float:EnterAngle,
    Float:ExitX,
    Float:ExitY,
    Float:ExitZ,
    ExitInterior,
    Float:ExitAngle,
    Owned,
    Rentable,
    RentCost,
    HousePrice,
    Materials,
    Drugs,
    Money,
    Locked,
    PickupID,
};
new Houses[100][HouseSystem];
Reply


Messages In This Thread
constant symbol has no size - by jaksimaksi - 31.07.2011, 14:12
Re: constant symbol has no size - by MadeMan - 31.07.2011, 14:16
AW: constant symbol has no size - by jaksimaksi - 31.07.2011, 14:19
Re: constant symbol has no size - by MadeMan - 31.07.2011, 14:48
AW: constant symbol has no size - by jaksimaksi - 31.07.2011, 15:21

Forum Jump:


Users browsing this thread: 1 Guest(s)