Speedo meter
#1

Hello,

I got this now for speedometer, it works but

I want to make the time unlimited because now its a bit flicking over my screen.


pawn Код:
if(IsPlayerInAnyVehicle(i) && Player[i][Speedo] == 1)
            {
                new string[60];
                format(string, sizeof(string), "~n~~n~~n~~n~~n~~n~~n~ ~R~%d KM/H", GetPlayerSpeed(i, 0));
                GameTextForPlayer(i, string, 1000, 3);
            }
Reply
#2

use a textdraw!
Reply
#3

Quote:
Originally Posted by Jonny5
Посмотреть сообщение
use a textdraw!
Agreed. Using a textdraw works so much better than GameTextForPlayer.
Reply
#4

can someone give me a tutorial or a FS to create Textdraw codes or something :P
Reply
#5

Quote:
Originally Posted by Stefand
Посмотреть сообщение
can someone give me a tutorial or a FS to create Textdraw codes or something :P
https://sampforum.blast.hk/showthread.php?tid=290640
https://sampwiki.blast.hk/wiki/TextDrawCreate
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)