Jump to content

Xabi

Moderators
  • Posts

    1444
  • Joined

  • Last visited

  • Days Won

    83

Everything posted by Xabi

  1. Try using a VPN, that should fix it. Or just ask for the client-resources to any player in the server.
  2. Don't compile the solution using the Nuget package, just add the bootstrapper.dll as a dependency library.
  3. Xabi

    WIREDPLAYER

    First of all you should've asked me by private message. As for the error, it says you don't have correctly linked the bootstrapper.dll as a dependency for the solution, that's why it won't find RAGE's API.
  4. You don't need a native for that, you can just disable actions.
  5. When new heist's hashes? You're taking too long...
  6. Get the player's vehicle's trailer when entering the colshape: https://wiki.rage.mp/index.php?title=Vehicle::getTrailer
  7. Change the language on conf.json file.
  8. And what's the exception?
  9. Almost the same, just search the functions on rage-sharp.dll, they're called almost the same way.
  10. Just extend from Script class and you won't need to instantiate your command class.
  11. You're using the 0.3.5 version of the bridge and should be using 0.3.7 version.
  12. Bigger and beaster than expected, veey good job!
  13. You have to use the flags chained with a binary or, like this: (int)(GameHelper.animationFlags.Loop | GameHelper.animationFlags.AllowPlayerControl)
  14. Try playing with the flags, maybe you need AllowPlayerControl and Loop at the same time.
  15. Yes, you can add custom modded interiors or just map them and import the objects into your gamemode. Also, it would be better if you avoid using other multiplayer mods' names on the title.
  16. I think you have to use AllowPlayerControl flag: https://wiki.gtanet.work/index.php?title=PlayPlayerAnimation
  17. Xabi

    Login script

    You are missing the parenthesis on server params (username, password)
  18. Get the asked dll library from the folder/Github and replace it.
  19. No, you can't load a .dll if that's what you're asking. The client files will compile automatically when you connect to the server.
  20. If you're talking about an specific server (as i understand with that "game account" part) you should ask for it on their forums/Discord.
  21. Still saying the same, don't know the code of that gamemode, this is about WiredPlayers. Ask "the author" about that.
  22. Ok, i can't see any error or code there, obviously there's nothing i can say about it. Also that seems to be some kind of "private and paid modification" of WiredPlayers, don't know its code behind.
  23. More info is needed, it could be that you don't have the latest version or something failed on any configuration file.
  24. https://rage.mp/forums/forum/31-espanol-spanish/
  25. Xabi

    Plant creation

    You can just change its model.
×
×
  • Create New...