Speedo
#2

You should set the string before you show it:
pawn Код:
stock ShowSpeedo(playerid)
{
    PlayerTextDrawSetString(playerid,SpeedoText0,"~b~SPEED:~n~~w~0 MPH~n~~g~GAS: ~w~100.00");
    PlayerTextDrawShow(playerid, SpeedoText0);
    PlayerTextDrawShow(playerid, SpeedoText1);
    PlayerTextDrawShow(playerid, SpeedoText2);
    PlayerTextDrawShow(playerid, SpeedoText3);
    PlayerTextDrawShow(playerid, SpeedoText4);
    PlayerInfo[playerid][pSpeedoOn] =1;
}
Reply


Messages In This Thread
Speedo - by MrCallum - 17.03.2015, 22:33
Re: Speedo - by SickAttack - 18.03.2015, 00:01
Re: Speedo - by Abagail - 18.03.2015, 00:22
Re: Speedo - by SickAttack - 18.03.2015, 00:25

Forum Jump:


Users browsing this thread: 1 Guest(s)