06.07.2012, 22:42
Код:
#define SpeedoLogoText "Pura-Joda Freeroam" //Define Speedo Logo (Text in Speedo Top)//Primera linea que modfique format(lstring,sizeof(lstring),"~b~Vehiculo: ~w~%s~n~~b~Vida: ~w~%.2f~n~~b~Altitud: ~w~%.1f~n~~b~Gps: ~w~%s~n~~b~Estuatus: %s",LVehiclesName[GetVehicleModel(GetPlayerVehicleID(i))-400],L_VehHealth,LPosZ,LuxZone,LVehicleStatus); TextDrawSetString(LFunc[i], lstring);//Segunda linea format(lstr,sizeof(lstr),"%sMPH: ~w~%d %sKM/H: ~w~%d",MPH_KPH_Color,LMPH,MPH_KPH_Color,LKPH); TextDrawSetString(Lmph[i], lstr);//tercera

