13.12.2015, 07:06
Okay, this is my housedata enum
and i check this in a command
but it shows me error. the one mentioned above im not sure why.
Код:
enum houseData {
houseID,
houseExists,
houseOwner,
housePrice,
houseAddress[32],
Float:housePos[4],
Float:houseInt[4],
houseInterior,
houseExterior,
houseExteriorVW,
houseLocked,
houseMoney,
houseMapIcon,
Text3D:houseText3D,
housePickup,
houseLights,
houseWeapons[10],
houseAmmo[10]
};
Код:
if (playerid == houseOwner[playerid])

