24.02.2015, 17:17
I know the reason behind this error...its because of missing a ~ in textdraw...couldnt figure out here..any help?
this shows Error:Unmatched Tilde..its a speedometer anyway Help
Код:
format(string, sizeof(string), "~w~Z~b~~h~C~w~N~r~~h~R V~w~1 ~p~~h~Beta ~w~- ~b~~h~Forum: ~w~... - ~b~~h~Speed: ~w~%d/~b~~h~mph ~w~- ~b~~h~health: ~w~%.0f/~b~~h~per ~w~- ~b~~h~Fuel: ~w~%d/~b~~h~per ~w~- ~b~~h~Location: ~w~%s", final_speed, GetVehicleCurrentHealth[veh], GetVehicleFuel[veh], ZoneNames[current_zone][zone_name]);