29.04.2018, 03:48
Simple fix:
Your hOwner variable was an integer rather than a string.
PHP код:
enum hEnum {
hID,
hOwner[MAX_PLAYER_NAME],
Float:hPosX,
Float:hPosY,
Float:hPosZ,
hRentPrice,
hBuyable,
hPrice,
hRentable,
hTextLabel[500],
hVirtualWorld,
hInterior,
Float:hIntPosX,
Float:hIntPosY,
Float:hIntPosZ
}