All Activity
This stream auto-updates
- Today
-
Salvatore_Titan changed their profile photo
-
The (1) and (2) are probably just the index of the array. You can't use that.
-
If you're using steam's version of gta 5 you can try verifying game integrity by selecting the game's properties
-
Werbung Need an easy tool to create your own Launcher with Updater?
MrPancakers replied to Dav1d's topic in Discussion
I've kinda wondered why custom launchers are needed and I hope someone could answer this. With 1.0 right around the corner download speeds are faster and you can now setup fast-dl hosts so you can get your files downloaded off another host and not the same one your server runs off. Everyone is always part of a Discord/Forum and announcements are always done through those. There's a favourites tab in the client so you can easily find the server you play on when you mark it as a favourite. Maybe I'm missing something and someone could answer this, I just don't see it. -
elviejo1 joined the community
-
Olá amigos. Convido todos a fazer parte da próxima geração de servidores no RAGE: MP. Kar's Cops And Robbers é uma experiência única de roleplaying leve que mostra uma onda de emoção a cada momento. Você pode interagir conosco em nossa discórdia e ver visualizações de recursos e muito mais https://discord.me/kcnr https://discord.io/kcnr
-
- Cops And Robber
- Light Roleplay
-
(and 3 more)
Tagged with:
-
Romankop10 joined the community
-
Dragomanidi joined the community
-
kingdomi21 joined the community
-
comic32 joined the community
- Yesterday
-
Notre site web : https://gtav.landing-rp.fr Pour nous rejoindre tout se passe ici : https://discord.gg/8rYrjsQ A BIENTOT SUR LANDING RP !
-
kelly10z joined the community
-
I tried, the server says that the map is loaded but it is not in the game(Map editor)
-
What´s about Map Editor & Menyoo? @I-Am Alone
-
hobyte26 started following [FR] L.A Rôleplay
-
Bonjour, L.A Rôleplay est un serveur Whitelist Français. Vous cherchez un serveur complet, un serveur avec un staff a votre écoute ? Alors LARP est fait pour vous ! LARP est un serveur rôleplay sérieux, avec des menus d'interaction et au design unique. Actuellement en développement LARP vient à vous pour se présenté ! Pour toute question je reste à votre disposition sois sur ce topic ou alors sur notre discord : https://discord.gg/sAEDF9A Nous vous attendons afin de vous dévoilez quelques contenus sur notre serveur ! Merci de votre lecture est je l'espère a très vite !
-
or https://wiki.rage.mp/index.php?title=Using_DLC_Packs_with_Custom_Textures
-
I-Am Alone changed their profile photo
-
As I understand it, there are no simple methods. You need to download a bunch of programs and other things
-
so i can not use these integeres yeah to delete one?
-
Hey, I'm looking for a solution. How can i edit/create maps? I'm from the times, when you just had to open 'Map editor' in MTA 😂
-
Aufgrund Wechsel, haben wir unser Framework zu vergeben
Legos031 replied to Shawn Stein's topic in Deutsch - German
where? -
What can I do about it??
-
If you're not using mongoosejs (which automatically casts the string into ObjectId) then you'd have to cast the string into an ObjectId. const idToDelete = '5dcc20c3770b9707143301fb' // if not using mongoose collection.deleteOne({_id: new mongodb.ObjectID(idToDelete)}, callback}; // if using mongoose > 4 (deleteOne isn't supported on mongoose 4 or higher) collection.findByIdAndRemove({_id: idToDelete}, callback); references: https://docs.mongodb.com/manual/reference/method/db.collection.deleteOne/ https://mongoosejs.com/docs/api.html#model_Model.findByIdAndRemove
-
These errors come out, could you please help me? (node:10904) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'x' of null at o.createBuyerEntities (C:\RAGEMP\server-files\packages\RP\index.js:1:22488) at new e.exports (C:\RAGEMP\server-files\packages\RP\index.js:1:22003) at new o (C:\RAGEMP\server-files\packages\RP\index.js:1:95829) at C:\RAGEMP\server-files\packages\RP\index.js:1:97124 at process._tickCallback (internal/process/next_tick.js:68:7) (node:10904) 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: 1)
-
Werbung Need an easy tool to create your own Launcher with Updater?
Muphy replied to Dav1d's topic in Discussion
wtf what kind of shit is that -
hello. I want to use command param, to deleteOne from the collection. But _id is '5dcc20c3770b9707143301fb' how can i call those by value? kincsLocations.deleteOne({ _id: value }, function (err, veh) {
-
@ragempdev maybe? I can´t figure out whats the problem is
-
Hello, I started to make a carsystem on my server but the PlayerEnterVehicle Event does not work. I Created the Event as you can see below. Sometimes I get an error and sometimes nothing happens. Thats the error: System.Reflection.TargetParameterCountException HResult=0x8002000E Message=Parameter count mismatch. Source=System.Private.CoreLib StackTrace: at System.Reflection.RuntimeMethodInfo.InvokeArgumentsCheck(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at GTANetworkInternals.EventHandler.Parse(Event _event, Object[] arguments) Thats my event method: using System; using System.Collections.Generic; using System.Text; using GTANetworkAPI; namespace GermanSelfmadeReallife.Events { class OnPlayerEnterVehicleEvent : Script { [ServerEvent(Event.PlayerEnterVehicle)] public void OnPlayerEnterVehicle(Client player, Vehicle vehicle, sbyte seatID) { NAPI.Util.ConsoleOutput(player.Name.ToString()); } } } The parameters are correct at least according to the doku. https://wiki.gtanet.work/index.php?title=OnPlayerEnterVehicle Can anyone help me with this?
-
Werbung Need an easy tool to create your own Launcher with Updater?
Dav1d posted a topic in Discussion
You are looking for a simple program to create your own Game Launcher? Stop by here! It even checks if updates are available, can display live server statistics etc. and is easy to use with drag and drop. https://gamelaunchercreator.com/news/ragemp-custom-server-launcher/?ref=272 -
Moin, ich habe ein Fehler bei mir im Script welcher nur gelegentlich? diesen Fehler hier erscheinen lässt: System.Reflection.TargetParameterCountException HResult=0x8002000E Message=Parameter count mismatch. Source=System.Private.CoreLib StackTrace: at System.Reflection.RuntimeMethodInfo.InvokeArgumentsCheck(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at GTANetworkInternals.EventHandler.Parse(Event _event, Object[] arguments) Das ganze Tritt wegen diesem Event auf: using System; using System.Collections.Generic; using System.Text; using GTANetworkAPI; namespace GermanSelfmadeReallife.Events { class OnPlayerEnterVehicleEvent : Script { [ServerEvent(Event.PlayerEnterVehicle)] public void OnPlayerEnterVehicle(Client player, Vehicle vehicle, sbyte seatID) { NAPI.Util.ConsoleOutput(player.Name.ToString()); } } } Das merkwürdige ist, dass es dieses Event überhaupt nicht funktioniert und es in einigen Fällen beim Testen zu dem genannten Error kam. Mir sagt der Fehler, dass ich einen Fehler mit den Parametern gemacht habe, ist aber alles genauso wie in der Doku. Jemand eine Idee?
