25.03.2008, 15:18
New Version:
[V 1.5]
[V 1.5]
- Removed 'propertyID' param in the AddProperty-function
- AddProperty returns now it's new ID, so now you can now define properties. (for example:
Код:
new Hotel; Hotel = AddProperty("Royal Hotel", 3.2, 523.1, 900.0, 4000, 321, 51);
- Added GetPropertyInfo(propertyID, &Float:X, &Float:Y, &Float:Z, &Price, &SellValue, &Earning);
- Added GetPropertyName(propertyID);
- Added GetPropertyOwner(propertyID);
- Added GetPropertyStatus(propertyID);
- Added ToggleProperty(propertyID, toggle);