Gguiz007

Untitled

May 10th, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. if (AVehicleData[vehicleid][Fuel] == 0)
  2. {
  3.  
  4. GetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
  5. SetVehicleParamsEx(vehicleid, 0, 0, alarm, doors, bonnet, boot, objective);
  6. SCM(playerid, -1, "{48D1CC}Veículo sem gasolina, se desloque até o posto mais próximo.");
  7. SCM(playerid, -1, "{48D1CC}Pressione a tecla {FFFFFF}[Y]{48D1CC} para ligar/desligar o veículo!");
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment