22.11.2018, 11:35
Quote:
PHP код:
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 213: tag mismatch
C:\Users\USER\Desktop\GAMEMODES DE SAMP\samp037_svr_R2-1-1_win32\gamemodes\GM.pwn(2109) : warning 215: expression has no effect
PHP код:
CMD:velocidade(playerid, params[])
{
new
br1[100],
veiculo = GetPlayerVehicleID(playerid)
;
format(br1, 100, "KM Rodado: %0.3f", PegarKMRodado(veiculo));
SendClientMessage(playerid, -1, br1);
return 1;
}