01.01.2015, 19:46
Neo, why did you rename all those variables instead of just fixing the code?
The first error was caused by a missing ';' on line 4. (As the error-message already said...)
The second error is caused because you didn't define 'sdisplay', but I guess you just forgot to rename that to SpeedoMeter. The other errors are just a result of this error.
So just get the original code back, add ; at the end of line 4 and change
sdisplay[playerid] to Speedometer[playerid] at line 34
The first error was caused by a missing ';' on line 4. (As the error-message already said...)
The second error is caused because you didn't define 'sdisplay', but I guess you just forgot to rename that to SpeedoMeter. The other errors are just a result of this error.
So just get the original code back, add ; at the end of line 4 and change
sdisplay[playerid] to Speedometer[playerid] at line 34