[FilterScript] Speedometer+GPS+Veh name. [In TD Box]
#8

Quote:
Originally Posted by thewarrior
View Post
Can you add the comand /speed to show and hide the speedometer pls?
Here you got, add this in the FS:

pawn Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp("/speed", cmdtext, true))
    {
    TextDrawHideForPlayer(playerid,Speed_Meter_Textdraw);
     return 1;
    }
  return 0;
}
I think what is like that, but try, i dont tested.
Reply


Messages In This Thread
Speedometer+GPS+Veh name. [In TD Box] - by [Nikk] - 04.01.2012, 06:21
Re: Speedometer+GPS+Veh name. [In TD Box] - by coole210 - 04.01.2012, 06:38
Respuesta: Re: Speedometer+GPS+Veh name. [In TD Box] - by [Nikk] - 04.01.2012, 06:39
Re: Speedometer+GPS+Veh name. [In TD Box] - by $HANI_DON - 04.01.2012, 08:31
Respuesta: Speedometer+GPS+Veh name. [In TD Box] - by [Nikk] - 04.01.2012, 14:29
Re: Speedometer+GPS+Veh name. [In TD Box] - by geerdinho8 - 04.01.2012, 15:27
Re: Speedometer+GPS+Veh name. [In TD Box] - by thewarrior - 04.01.2012, 16:50
Respuesta: Re: Speedometer+GPS+Veh name. [In TD Box] - by [Nikk] - 04.01.2012, 17:01
Re: Speedometer+GPS+Veh name. [In TD Box] - by thewarrior - 04.01.2012, 17:54
Re: Speedometer+GPS+Veh name. [In TD Box] - by ang12123 - 08.01.2012, 12:05

Forum Jump:


Users browsing this thread: 1 Guest(s)