05.06.2014, 11:15
anyone can help me to set up the house
enum iHouse
{
hID,
FloatutX, // Exterior
FloatutY, // Exterior
FloatutZ, // Exterior
Float:intX, // Interior
Float:intY, // Interior
Float:intZ, // Interior
intVW, // Interior
intINT, // Interior
Text3DutLabel, // House Exterior label
owner[ 50 ], // House owner - displays on Label
sellprice, // If > than 0 it will be classed as on sale!
closed,
rentprice,
dupekey,
housecash,
hActive,
}
enum iHouse
{
hID,
FloatutX, // Exterior
FloatutY, // Exterior
FloatutZ, // Exterior
Float:intX, // Interior
Float:intY, // Interior
Float:intZ, // Interior
intVW, // Interior
intINT, // Interior
Text3DutLabel, // House Exterior label
owner[ 50 ], // House owner - displays on Label
sellprice, // If > than 0 it will be classed as on sale!
closed,
rentprice,
dupekey,
housecash,
hActive,
}