Jump to content

ragempdev

Administrators
  • Posts

    507
  • Joined

  • Last visited

  • Days Won

    305

Everything posted by ragempdev

    wow much speed so location +rep upd: very display !!
  1. You can use C++, C# and node server-side. All of this is supported out of box.
  2. You don't need to use natives to freeze an entity, use https://wiki.rage.mp/index.php?title=Entity::freezePosition
    makes rage standards as offended as never before..... 1/5 wow thats without cef !!! 5/5
    disclaimer: this resource is not very original -rep
    when..... let redBackground = new menuLib.MenuItem("Red Background Item", [255, 255, 255, 255], [255, 0, 0, 200], { selected: function(state) { mp.game.graphics.notify(`item #${this.idmaybe} is + ${state ? "active" : "inactive..."}`); }, clicked: function() { mp.game.graphics.notify("clicked..."); } });
    tips: 1) Add functions directly instead of working with the manager, e.g.: kemperrr_camera.setActiveCamera(false); 2) Add a proxy or expose an object with cameras so: camerasManager.getCamera('camera?'); // => camerasManager["camera"]; 3) static doesExist(camera) { try { return camera.doesExist(); } catch(err) { return false; } return true; } // => static doesExist(camera) { return mp.cameras.exists(camera)&& camera.doesExist(); }
  3. The server is stable and wouldn't crash itself. As for termination caused by errors in scripts, there are events both in NodeJS and C# API.
    ok....................................
    rendertargetmp +rep
  4. It might be caused by ping, mods and client-side (=desynchronized) influence over vehicle mechanics. Since it didn't happen previously, it shouldn't be actually caused by that update.
    +rep suggestion: to make it easier, you could just make your functions globally visible, like: mp.game.messages = { showShard: (title, msg) => mp.events.call("ShowShardMessage", title, msg) };
  5. ragempdev

    Console

    c bridge when
    mm productions +rep
  6. Yes.
    silly productions +rep
  7. definitely better than ecrp
    controls your doors, lights, Auto-seat belts, engine, and much more with one click +rep
    aryan productions +rep
    +rep not a random nerd anymore +respect
  8. If you have corrections, then feel free to suggest those in tutorials topics. If its creators will not notice it, then we may apply suggested corrections ourselves.
    +rep
    +rep good trader
    beast
×
×
  • Create New...