Advertisement
DoctorX13

UMotorist

Aug 5th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.61 KB | None | 0 0
  1. event onPlayerCommand(player, v) {
  2.     if(player.look.getVehicle = false) {
  3.         player.message("No estas viendo a ningun vehiculo", "red");
  4.     } else {
  5.         player.look.getVehicle
  6.         b = vehicle.getId;
  7.         c = vehicle.getOwner;
  8.         d = vehicle.getName;
  9.         server.execute("pm "+ c + "Tu " + d + " ha sido robado llama a la policia!");
  10.         vehicle.setLocked.false;
  11.         player.message("Has robado el vehiculo con exito, pero la alarma esta sonando, Corre!", "green", "http://www.iconninja.com/files/703/560/962/thief-icon.png");
  12.         broadcast("La alarma de un vehiculo esta sonando, el dueño es: " + c + ",Policia actuar ahora!");
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement