pawn Код:
if(GetVehicleVelocity(vehicle, x , y, z) > 50))
You get error because there's unmatched closing parenthesis at the end. Also that if statement won't work properly. GetVehicleVelocity function returns multiple values, the x, y and z velocities are stored in the referenced variables.