SA-MP Forums Archive
[Ajuda] Velocidade do jogador - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Velocidade do jogador (/showthread.php?tid=632781)



erro zamaroth TDEditor only c - zGuigui2068 - 19.04.2017

Como posso aumentar a velocidade do jogador ?


Pra fazer ele correr mais essas coisas...

@Aproveitando me mandem a filterscript de arrumar textdraw

E me expliquem como ativar ela...

erro
TDEditor only can be used from localhost (127.0.0.1
TDEditor only can be used from localhost (127.0.0.1
TDEditor only can be used from localhost (127.0.0.1TDEditor only can be used from localhost (127.0.0.1


Re: Velocidade do jogador - F1N4L - 19.04.2017

SetPlayerVelocity


Re: Velocidade do jogador - Relaxed - 19.04.2017

Para arrumar o TDEditor, basta vocк entrar por esse ip 127.0.0.1 '-'.
Coloca este ip no sa-mp, e entra.


Re: Velocidade do jogador - IlanZ - 19.04.2017

PHP код:
public OnPlayerKeyStateChange(playeridnewkeysoldkeys)
{
    if(
newkeys KEY_FIRE)
    {
        new 
Float:vx,Float:vy,Float:vz;
        
GetPlayerVelocity(playerid ,vx,vy,vz);
        
SetPlayerVelocity(playeridvx 0.8vy *0.8vz 0.8);
    }
    return 
1;




Re: Velocidade do jogador - GabrielMT - 20.04.2017

Erro do TDE: entre com o ip '' localhost ''


Re: Velocidade do jogador - FullStarS - 20.04.2017

TDEditor only can be used from localhost (127.0.0.1)
TDEditor sу pode ser usado em localhost (127.0.0.1)

As vezes utilizar o ****** tambйm ajuda mesmo que seja por coisas bбsicas podem resolver seu problema.


Re: Velocidade do jogador - ipsLuan - 21.04.2017

Ou tu entra com o teu localhost ou vocк abre o source-code e retira no cуdigo.