[Ajuda] ID de Veнculo
#5

Quote:
Originally Posted by ipsLuan
Посмотреть сообщение
PHP код:
PegarKMRodado(vInfo[1][IdVeiculo_Arquivo]); 

Veja se desta forma vocк consegue.
Se conseguir, vocк deverб fazer um loop.
PHP код:
C:\Users\USER\Desktop\GAMEMODES DE SAMP\samp037_svr_R2-1-1_win32\gamemodes\GM.pwn(2109) : warning 213tag mismatch
C
:\Users\USER\Desktop\GAMEMODES DE SAMP\samp037_svr_R2-1-1_win32\gamemodes\GM.pwn(2109) : warning 215expression has no effect 
Esse PegarKMRodado, eu jб testei em outro local e pega perfeitamente, fiz esse comando ontem:

PHP код:
CMD:velocidade(playeridparams[])
{
    new
        
br1[100],
        
veiculo GetPlayerVehicleID(playerid)
    ;
    
format(br1100"KM Rodado: %0.3f"PegarKMRodado(veiculo));
    
SendClientMessage(playerid, -1br1);
    return 
1;

Reply


Messages In This Thread
ID de Veнculo - by GuiKommander - 22.11.2018, 10:37
Re: ID de Veнculo - by ipsLuan - 22.11.2018, 11:18
Re: ID de Veнculo - by GuiKommander - 22.11.2018, 11:21
Re: ID de Veнculo - by ipsLuan - 22.11.2018, 11:23
Re: ID de Veнculo - by GuiKommander - 22.11.2018, 11:35
Re: ID de Veнculo - by ipsLuan - 22.11.2018, 12:17
Re: ID de Veнculo - by GuiKommander - 22.11.2018, 12:26
Re: ID de Veнculo - by ipsLuan - 22.11.2018, 13:22
Re: ID de Veнculo - by GuiKommander - 22.11.2018, 22:49
Re: ID de Veнculo - by RiqueP - 22.11.2018, 23:52

Forum Jump:


Users browsing this thread: 1 Guest(s)