[Pedido] FS Velocimetro parescido com o REAL
#1

Alguem tem o fs de velocimetro q paresce real
Reply
#2

Velocнmetro real nгo. Mas vocк pode criar um com textdraw.
No topo da gm, na seзгo de "news" vocк adiciona essa linha.
Quote:

new TextDraw:velocimetro;

Na public "OnGameModeInit" vocк adiciona:
Quote:

velocimetro = TextDrawCreate(368.000000,396.000000," ");
TextDrawAlignment(velocimetro,0);
TextDrawBackgroundColor(velocimetro,0x000000ff);
TextDrawFont(velocimetro,1);
TextDrawLetterSize(velocimetro,0.299999,1.000000);
TextDrawColor(velocimetro,0xffffffff);
TextDrawSetOutline(velocimetro,1);
TextDrawSetProportional(velocimetro,1);
TextDrawSetShadow(velocimetro,1);

Na public "OnPlayerEnterVehicle" vocк coloca:
Quote:

TextDrawShowForPlayer(playerid,velocimetro);

Por fim, na public "OnPlayerExitVehicle" vocк coloca:
Quote:

TextDrawHideForPlayer(playerid,velocimetro);

Reply
#3

vlw vo testa, se der certo e eu gostar ganha reputacion
Reply
#4

https://sampforum.blast.hk/showthread.php?tid=128157
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)