.Neø
-
Posts
46 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Posts posted by .Neø
-
-
RageMP does not load maps and spawn these since 3.7.2 ...

Map is loaded serverside but ingame there will not be spawned...
-
Das GVMP Dreck ist wissen wir alle. Ich suche auch einen Server aber weder Homestate noch GVMP noch Dirty Gaming noch VioV noch SteteV noch PhoenixRP sprechen mich an. Zudem die Administration auf diversen Servern sowieso nur auf einem herab sieht und mit fremden Menschen nicht gut umgehen kanna!
-
beast
-
-
-
If you spawn some trains, it let crash your client. Seems not handled by ragemp ... @ragempdev
-
Nein möchte ich nicht. Ich zahl aber auch keine 50€ dafür.
-
Finnaly here a LIVE Previo what is real Wrong @Xabi
-
Ich hab schon 2 Angebote per PM erhalten. Danke der Nachfrage.
-
Suche das Voice Script von KW.
Ich werde es nicht auf KW beantragen. Ich geb gerne bisschen Geld aus kein Thema aber ich gebe nichts first! Möchte das für den Eigenbedarf zum rumtesten haben. Wertkarten gibt es nur wenn ich etwas habe.
-
-
-
aes key found ng decrypt tables found ng hash LUTs found ng encrypt table 1 of 17 calculated ng encrypt table 2 of 17 calculated ng encrypt table 17 of 17 calculated ng encrypt table 3 of 17 calculated ng encrypt table 4 of 17 calculated ng encrypt table 5 of 17 calculated ng encrypt table 6 of 17 calculated ng encrypt table 7 of 17 calculated ng encrypt table 8 of 17 calculated ng encrypt table 9 of 17 calculated ng encrypt table 10 of 17 calculated ng encrypt table 11 of 17 calculated ng encrypt table 12 of 17 calculated ng encrypt table 13 of 17 calculated ng encrypt table 14 of 17 calculated ng encrypt table 15 of 17 calculated ng encrypt table 16 of 17 calculated That's that nonsense dealt with! Go crack some omelettes! Say ThankYou is a good think you can do. It takes between 1 - 4 houres to get these Keys Version Info : 1.0.1604.0 - 1.46 December Patch!
https://www82.zippyshare.com/v/M066mqt4/file.html
Happy Mapping
-
2
-
-
Someone has newest AFFIX Generated files from December GTA V patch? my GTA crashes!
-
1
-
-
Ajo ... Online und so!
-
vor 11 Stunden schrieb MrPancakers:
spamming porn links in the discord and saying everyone is only semi-pro coders just cause you were proven wrong won't get you help. 83 pages of replies? looks like help to me, might need to get your eyes checked out.
it was not me it was a faker who needs a reason to spam i have not an discord account lol...
-
The Author is not able to help he is an egoist.
-
const misc = require('../cMisc'); const NativeUI = require('../nativeui'); const Menu = NativeUI.Menu; const UIMenuItem = NativeUI.UIMenuItem; const UIMenuListItem = NativeUI.UIMenuListItem; const UIMenuCheckboxItem = NativeUI.UIMenuCheckboxItem; const UIMenuSliderItem = NativeUI.UIMenuSliderItem; const BadgeStyle = NativeUI.BadgeStyle; const Point = NativeUI.Point; const ItemsCollection = NativeUI.ItemsCollection; const Color = NativeUI.Color; const ListItem = NativeUI.ListItem; mp.events.add({ "cXMenu-Open" : () => { mp.gui.cursor.visible = false; mp.gui.chat.show(false); const ui = new Menu("Test UI", "Test UI Subtitle", new Point(50, 50)); ui.AddItem(new UIMenuListItem( "List Item", "Fugiat pariatur consectetur ex duis magna nostrud et dolor laboris est do pariatur amet sint.", new ItemsCollection(["Item 1", "Item 2", "Item 3"]) )); ui.AddItem(new UIMenuSliderItem( "Slider Item", ["Fugiat", "pariatur", "consectetur", "ex", "duis", "magna", "nostrud", "et", "dolor", "laboris"], 5, "Fugiat pariatur consectetur ex duis magna nostrud et dolor laboris est do pariatur amet sint.", true )); ui.AddItem(new UIMenuCheckboxItem( "Checkbox Item", false, "Fugiat pariatur consectetur ex duis magna nostrud et dolor laboris est do pariatur amet sint." )); ui.ItemSelect.on(item => { if (item instanceof UIMenuListItem) { console.log(item.SelectedItem.DisplayText, item.SelectedItem.Data); } else if (item instanceof UIMenuSliderItem) { console.log(item.Text, item.Index, item.IndexToItem(item.Index)); } else { console.log(item.Text); } }); ui.SliderChange.on((item, index, value) => { console.log(item.Text, index, value); }); }, "cRadial-Open" : (inject) => { misc.prepareToCef(1); misc.openCef("package://RP/Browsers/Menu_Radial/Menu.html"); misc.injectCef(inject); }, });
-
Zitat
[2018-12-16T20:52:23.872] [ERROR] default - DELETE FROM weapon_shops WHERE ID=?
(node:7184) UnhandledPromiseRejectionWarning: Error: ER_PARSE_ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?' at line 1
at Query.Sequence._packetToError (C:\Users\Administrator\Desktop\server-files\node_modules\mysql\lib\protocol\sequences\Sequence.js:47:14)
at Query.ErrorPacket (C:\Users\Administrator\Desktop\server-files\node_modules\mysql\lib\protocol\sequences\Query.js:77:18)
at Protocol._parsePacket (C:\Users\Administrator\Desktop\server-files\node_modules\mysql\lib\protocol\Protocol.js:278:23)
at Parser.write (C:\Users\Administrator\Desktop\server-files\node_modules\mysql\lib\protocol\Parser.js:76:12)
at Protocol.write (C:\Users\Administrator\Desktop\server-files\node_modules\mysql\lib\protocol\Protocol.js:38:16)
at Socket.<anonymous> (C:\Users\Administrator\Desktop\server-files\node_modules\mysql\lib\Connection.js:91:28)
at Socket.<anonymous> (C:\Users\Administrator\Desktop\server-files\node_modules\mysql\lib\Connection.js:502:10)
at Socket.emit (events.js:182:13)
at addChunk (_stream_readable.js:283:12)
at readableAddChunk (_stream_readable.js:264:11)
--------------------
at Pool.query (C:\Users\Administrator\Desktop\server-files\node_modules\mysql\lib\Pool.js:199:23)
at Promise (C:\Users\Administrator\Desktop\server-files\packages\RP\index.js:1:1304)
at new Promise (<anonymous>)
at Object.dbquery (C:\Users\Administrator\Desktop\server-files\packages\RP\index.js:1:1283)
at Object.query (C:\Users\Administrator\Desktop\server-files\packages\RP\index.js:1:1425)
at Promise (C:\Users\Administrator\Desktop\server-files\packages\RP\index.js:1:100357)
at new Promise (<anonymous>)
at C:\Users\Administrator\Desktop\server-files\packages\RP\index.js:1:100335
at Object.<anonymous> (C:\Users\Administrator\Desktop\server-files\packages\RP\index.js:1:100697)
at n (C:\Users\Administrator\Desktop\server-files\packages\RP\index.js:1:172)
(node:7184) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
[2018-12-16T20:52:23.878] [WARN] default - 'SELECT * FROM weapon_shops' ends with: 0.991s
EMAIL SERVER READY!const business = require('./sBusiness'); const misc = require('../sMisc'); const i18n = require('../sI18n'); let weaponShops = {}; function createWeaponShopEntities(id, position) { let colShape = mp.colshapes.newSphere(position.x, position.y, position.z, 1.0); colShape.weaponShopID = id; weaponShops[id] = { colShape: colShape, marker: mp.markers.new(1, new mp.Vector3(position.x, position.y, position.z - 2.25), 2.0, { color: [224, 50, 50, 200] }), label: mp.labels.new(`Waffen Shop (${id})`, position, { los: true, font: 4, drawDistance: 20.0, color: [255, 255, 255, 255] }), blip: mp.blips.new(110, position, { name: "Waffen Shop", scale: 1.0, color: 0, shortRange: true }) }; } function deleteWeaponShopEntities(id) { if (weaponShops[id]) { if (weaponShops[id].colShape) weaponShops[id].colShape.destroy(); if (weaponShops[id].marker) weaponShops[id].marker.destroy(); if (weaponShops[id].label) weaponShops[id].label.destroy(); if (weaponShops[id].blip) weaponShops[id].blip.destroy(); } } async function loadWeaponShops() { const d = await misc.query("SELECT * FROM weapon_shops", (error, rows) => { if (e) { console.log(`Weapon shop loading failed: ${e.message}`); } else { rows.forEach((row) => createWeaponShopEntities(row.ID, new mp.Vector3(row.ShopX, row.ShopY, row.ShopZ))); console.log(`Loaded ${rows.length} weapon shop(s).`); } }); }; loadWeaponShops(); async function createWeaponShop(position) { return new Promise((resolve, reject) => { const d = misc.query("INSERT INTO weapon_shops SET ShopX=?, ShopY=?, ShopZ=?", [position.x, position.y, position.z], (error, result) => { if(e) { console.log(`Weapon Shop adding failed: ${e.message}`); reject(error); } else { createWeaponShopEntities(result.insertId, position); resolve(result.insertId); } }); }); }; createWeaponShop(); async function deleteWeaponShop(id) { return new Promise((resolve, reject) => { const d = misc.query("DELETE FROM weapon_shops WHERE ID=?", [id], (error, result) => { if(e) { console.log(`Weapon Shop removing failed: ${e.message}`); reject(error); } else { if(result.affectedRows > 0) { deleteWeaponShopEntities(id); delete weaponShops[id]; } resolve(result.affectedRows); } }); }); }; deleteWeaponShop();
Irgend wie fehlt da ein Catch oder wie darf ich den Fehler verstehen?
-
Hey there,
is there som usable example for the NativeUI? If i use that i get an error
-
vor 6 Stunden schrieb Xabi:
There are multiple people using it, there is already a tutorial with all the steps and a FAQ on GitHub. I won't make a tutorial on how to setup correctly RAGE, because it's not rhe gamemode itself.
As i sayd i already replaced the DLL and same issue. You dont bring support okay nevermind. I leave you alone.
-
Ich als Codeing Anfänger ... Viel wird durch Google und Wiki Einträge gemacht
Bitte lasst das Nudelholz eingepackt.
-
Working on the Script.
Changed many thinks fixxed some stuff
Watch Life : https://twitch.tv/TheNeoTV
Just working on the Server. Joining to test is not possible because i added a Whitelist System.
-
Detailed Instructions are welcome. Nobody can use that gamemode because we have not a detailed fix your answeres are wired!
-
1
-


Open source Role Play server
in Resources
Posted
The issue with that is that the css name inside the html is written with small letter but it should written with uppercase first letter.
Change menu.css to Menu.css and your issue has gone!