08.04.2016, 01:41
Hi Please help me I was out this error.
Line Error
The complete line.
I would greatly appreciate , Thank you .
Quote:
warning 208: function with tag result used before definition, forcing reparse |
Quote:
Floatlayer_get_speed(playerid) |
Quote:
Floatlayer_get_speed(playerid) { new Float: Floats[3]; GetVehicleVelocity(GetPlayerVehicleID(playerid), Floats[0], Floats[1], Floats[2]); return floatsqroot(Floats[0] * Floats[0] + Floats[1] * Floats[1] + Floats[2] * Floats[2]) * 150; } |