19.03.2018, 12:30
Log:
Line:
What's the problem ?
- Thanks
Код:
error 008: must be a constant expression; assumed zero
Код:
static Float:S = floatsqroot(floatpower(floatabs(inCarData[PR_velocity][0]), 2.0) + floatpower(floatabs(inCarData[PR_velocity][1]), 2.0) + floatpower(floatabs(inCarData[PR_velocity][2]), 2.0)) * 253.3;
- Thanks