[Ajuda] Velocimetro textdraw bugado
#1

Meu amigo fez (eu acho) esse velocimetro pra mim em outro gm uma vez e tava tentando transferir ele de gm

Consegui apagar o outro e colocar esse, mas parece que aqui ele ficou todo bugado o lugar das text
alguem pode me ajudar?

Код:
	for(new i=0; i<GetMaxPlayers(); i++)
	{
		VelocimetroLosT[i] = 1;
  		VelocimetroL[i] = TextDrawCreate(115.000000,343.000000, " ");
    	        TextDrawAlignment(VelocimetroL[i],0);
     	        TextDrawBackgroundColor(VelocimetroL[i],0x000000ff);
      	        TextDrawFont(VelocimetroL[i],3);
		TextDrawLetterSize(VelocimetroL[i],0.299999,1.200000);
  		TextDrawSetProportional(VelocimetroL[i],1);
    	        TextDrawSetShadow(VelocimetroL[i],1);
                TextDrawSetOutline(VelocimetroL[i],1);
     	        TextDrawColor(VelocimetroL[i],0xffffffff);
Код:
		new LuxZone[MAX_ZONE_NAME];
			GetPlayer2DZone(i, LuxZone, MAX_ZONE_NAME);
			new LKPH = floatround(value/800);
                        format(lstr,sizeof(lstr)," ~n~ ~n~ ~n~ ~n~     %sVelocidade: ~w~%d KM/h",MPH_KPH_Color,LKPH);
			TextDrawSetString(Lmph[i], lstr);
                        format(lstring,sizeof(lstring),"~r~  Veiculo: ~w~%s~n~~r~    Lataria: ~w~%.2f~n~~r~     Altitude: ~w~%.1f metros~n~~r~      Local: ~w~%s",veehName[GetVehicleModel(GetPlayerVehicleID(i))-400],L_VehHealth,LPosZ,LuxZone);
			TextDrawSetString(lLFunc[i], lstring);
                        format(HGG, sizeof(HGG), " ~n~ ~n~ ~n~ ~n~ ~n~    ~r~Combustivel:~w~ %d%", Gas[vehicle]);
			TextDrawSetString(Text:VelocimetroL[i], HGG);
                        TextDrawShowForPlayer(i, VelocimetroL[i]);
                        LuX_ReadPlayerPosition[i][ReadX] = LPosX, LuX_ReadPlayerPosition[i][ReadY] = LPosY,                      LuX_ReadPlayerPosition[i][ReadZ] = LPosZ;
                        TextDrawShowForPlayer(i, Lmph[i]);
    		        TextDrawShowForPlayer(i, lLFunc[i]);
			LuX_SpeedoMeter[i] = 1;
                        AntiSpeedHack(i);
Coloquei sу a parte das textdraw porque acho que й o que ta bugado apenas. Ela ta fora de escala no tamanho e no lugar errado, o unico que ta certo, no lugar e tamanho й combustivel
Reply


Messages In This Thread
Velocimetro textdraw bugado - by Xpectro - 09.12.2013, 18:14
Re: Velocimetro textdraw bugado - by Vit0r - 09.12.2013, 18:22
Re: Velocimetro textdraw bugado - by Xpectro - 09.12.2013, 18:23
Re: Velocimetro textdraw bugado - by Pablo_Mantega - 12.12.2013, 23:47

Forum Jump:


Users browsing this thread: 1 Guest(s)