[Ajuda] Velocimetro
#5


Assim esta certo?


pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(oldstate == PLAYER_STATE_PASSENGER && newstate == PLAYER_STATE_PASSENGER)
    {
        TextDrawHideForPlayer(playerid, Combust);
        TextDrawHideForPlayer(playerid, Velo);
        TextDrawHideForPlayer(playerid, Kmh);
        TextDrawHideForPlayer(playerid, Veiculo);
        TextDrawHideForPlayer(playerid, Localidades);
    }
    return 1;
}
Reply


Messages In This Thread
Velocimetro - by FernandoSS - 21.07.2014, 01:20
Re: Velocimetro - by Ts3 - 21.07.2014, 01:37
Re: Velocimetro - by MultiKill - 21.07.2014, 01:41
Re: Velocimetro - by Chefгo - 21.07.2014, 05:53
Re: Velocimetro - by FernandoSS - 21.07.2014, 15:44
Re: Velocimetro - by n0minal - 21.07.2014, 15:53
Re: Velocimetro - by FernandoSS - 21.07.2014, 15:59
Re: Velocimetro - by n0minal - 21.07.2014, 16:07
Re: Velocimetro - by FernandoSS - 21.07.2014, 16:11
Re: Velocimetro - by n0minal - 21.07.2014, 16:15

Forum Jump:


Users browsing this thread: 2 Guest(s)