Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/23/19 in all areas

  1. Version 1.4.0

    7873 downloads

    Installing Put the files you downloaded in their respective places Download & install NativeUI if you haven't yet, this script needs it Add require('vspawner') to client_packages/index.js All done Controls F4 Key - show/hide menu Left Arrow - previous page Right Arrow - next page ESC - close menu Credits https://github.com/n-n1ks/rage.mp-freeroam - Vehicle spawn/model change stuff
    1 point
  2. mp.world.trafficLights.locked = true; mp.world.trafficLights.state = 0; setLights(); function setLights() { mp.world.trafficLights.state = 39; setTimeout(function(){ mp.world.trafficLights.state = 88; setTimeout(function(){ mp.world.trafficLights.state = 49; setTimeout(function(){ mp.world.trafficLights.state = 88; setTimeout(function(){ mp.world.trafficLights.state = 39; setTimeout(function(){ mp.world.trafficLights.state = 0; setTimeout(function(){ setLights(); }, 25000); // Grünphase West -> Ost }, 2000); // Grün werden West -> Ost }, 4000); // Gelbphase Nord -> Süd }, 15000); // Grünphase Nord -> Süd }, 2000); // Grün werden Nord -> Süd }, 4000); // Gelbphase West -> Ost } Diese Serverseitige Funktion wird beim Serverstart ausgeführt und startet sich danach immer wieder selbst. Die Zeiten (4000, 2000, 15000 und 25000) könnt ihr nach belieben anpassen.
    1 point
  3. Man. Such a great opportunity for those have skill but no budget. You are a saint.
    1 point
  4. Hello, I made simple CEF for my driving school. Hope its good enough 😀
    1 point
  5. player.TriggerEvent("eventname", NAPI.Util.ToJson(Lista));
    1 point
  6. Version 18w48a

    16614 downloads

    NativeUI for RageMP! This can only be used Clientside! Documentation: Click Github: Click
    0 points
×
×
  • Create New...