[Ajuda] Textdraw ficando por baixo da box
#7

PHP код:
public Velocimetro()
{
    for( new 
0<GetMaxPlayers( ) ; i++ )
    {
        if(
IsPlayerInAnyVehicle(i) == 1)
        {
            new 
string[255];
            new 
vid GetPlayerVehicleID(i);

            
format(stringsizeof(string), "Velocidade: ~w~%d"GetVehicleSpeed(vid));
            
TextDrawSetString(Velocidade[i],string);
            
TextDrawShowForPlayer(iVelocidade[i]);

            
format(stringsizeof(string), "Modelo: ~w~%s"VehicleNames[GetVehicleModel(GetPlayerVehicleID(i))-400]);
            
TextDrawSetString(Modelo[i],string);
            
TextDrawShowForPlayer(iModelo[i]);



            
TextDrawShowForPlayer(iCombustivel[i]);
            
TextDrawShowForPlayer(iTextdraw0);
            
TextDrawShowForPlayer(iTextdraw1);
            
TextDrawShowForPlayer(iTextdraw2);
            
TextDrawShowForPlayer(iTextdraw3);
            
TextDrawShowForPlayer(iTextdraw4);
            
TextDrawShowForPlayer(iTextdraw5);
        }
        else
        {
            
TextDrawHideForPlayer(iVelocidade[i]);
            
TextDrawHideForPlayer(iModelo[i]);
            
TextDrawHideForPlayer(iCombustivel[i]);
            
TextDrawHideForPlayer(iTextdraw0);
            
TextDrawHideForPlayer(iTextdraw1);
            
TextDrawHideForPlayer(iTextdraw2);
            
TextDrawHideForPlayer(iTextdraw3);
            
TextDrawHideForPlayer(iTextdraw4);
            
TextDrawHideForPlayer(iTextdraw5);
        }
    }
    return 
1;

Reply


Messages In This Thread
Textdraw ficando por baixo da box - by [BOPE]Seu._.Madruga - 03.03.2014, 22:39
Re: Textdraw ficando por baixo da box - by Marlon_Lorran - 03.03.2014, 23:07
Re: Textdraw ficando por baixo da box - by yNexus - 03.03.2014, 23:11
Re: Textdraw ficando por baixo da box - by Felipe_Freeze - 03.03.2014, 23:15
Re: Textdraw ficando por baixo da box - by [BOPE]Seu._.Madruga - 04.03.2014, 02:00
Re: Textdraw ficando por baixo da box - by Marlon_Lorran - 04.03.2014, 02:20
Re: Textdraw ficando por baixo da box - by yNexus - 04.03.2014, 02:33
Re: Textdraw ficando por baixo da box - by [BOPE]Seu._.Madruga - 04.03.2014, 03:24
Re: Textdraw ficando por baixo da box - by N3XTMapper - 04.03.2014, 03:26
Re: Textdraw ficando por baixo da box - by yNexus - 04.03.2014, 03:27

Forum Jump:


Users browsing this thread: 1 Guest(s)