22.01.2013, 09:36
YSI is a library not an include. This holds all the YSI includes... -___-
The amount of posts I have seen that are just.... it annoys me.
Anyway, you seem to have defined OnVehicleDamageStatusUpdate twice, like:
If you want, you could add:
above it, if you really do have to use this function.
The amount of posts I have seen that are just.... it annoys me.
Anyway, you seem to have defined OnVehicleDamageStatusUpdate twice, like:
pawn Код:
#define OnVehicleDamageStatusUpdate(%0) ...
pawn Код:
#if defined OnVehicleDamageStatusUpdate
#undef OnVehicleDamageStatusUpdate
#endif