21.07.2012, 12:38
The CreateDynamicPickup line:
The error:
The IsPlayerInRangeOfPoint line:
The error:
* The i is from a loop and the coordonaties are from the next array & enum :
Код:
CreateDynamicPickup( 1273, 1, hInfo[ i ][ hOutsideX ], hInfo[ i ][ hOutsideY ], hInfo[ i ][ hOutsideZ ], -1, -1, -1, 100.0);
Код:
tag mismatch
Код:
IsPlayerInRangeOfPoint( i, 1.5, hInfo[ j ][ hOutsideX ], hInfo[ j ][ hOutsideY ], hInfo[ j ][ hOutsideZ ])
Код:
tag mismatch
Код:
#define MAX_HOUSES 200 enum hData { hID, hOwned, hOwner [ 21 ], hLocked, float:hOutsideX, float:hOutsideY, float:hOutsideZ, float:hInsideX, float:hInsideY, float:hInsideZ, hInterior, hVirtual, hPrice } new hInfo[ MAX_HOUSES ][ hData ];