10.03.2014, 20:03
Hi.
I recently came across with this error on a textdraw. (probably after updating my server to 0.3z). The textdraw is all right when I'm on foot, but when I get on a vehicle, instead of the stuff thats supposed to be displayed, "Error : Unmatched Tilde" appears.
Any help would be appreciated.
I recently came across with this error on a textdraw. (probably after updating my server to 0.3z). The textdraw is all right when I'm on foot, but when I get on a vehicle, instead of the stuff thats supposed to be displayed, "Error : Unmatched Tilde" appears.
Any help would be appreciated.
Код:
format(string, sizeof(string), "~p~Equipment: ~h~%s~n~~p~Cash: ~h~$%s~n~~p~Transport: ~h~%s~n~p~Gas: ~h~%d%%~n~~p~Velocity: ~h~%d KM/H",aWeaponNames[GetPlayerWeapon(i)], number_format(PlayerTemp[i][sm]), GetVehicleName(GetPlayerVehicleID(i)), Gas[GetPlayerVehicleID(i)], floatround(value/600));

