04.04.2015, 16:14
Hello! 
First you have forgot the Float:-Tag before CarCordx,CarCordy,CarCordz,CarAnggle.
It have to look like this:
Mencent

First you have forgot the Float:-Tag before CarCordx,CarCordy,CarCordz,CarAnggle.
It have to look like this:
PHP код:
#define MAX_CARORG (10)
forward LoadCars();
enum cInfoOrg
{
CarModel,
Float:CarCordx,
Float:CarCordy,
Float:CarCordz,
Float:CarAnggle
};
new CarInfoOrg[MAX_CARORG][cInfoOrg];

