Search the Community
Showing results for tags 'peds'.
-
Hi, i have been searching the WWW for some time now for how I can add addon peds on my server, or stream it. I find only for other GTA multiplayer tutorials or similar. For example, this Spiderman-Ped: https://de.gta5-mods.com/player/ultimate-alliance-spider-man Is this basically possible with RageMP? Actually, I think I have already seen such add-on peds on various RageMP servers. Maybe someone can help me or send me a tutorial.
-
Version 1.0.0
1534 downloads
I converted this system from a previous GTA Multiplayer Client. I never had time to update it or add new features so it comes as is. It adds animals that are fully synced to each client with different states such as: Fleeing Grazing Wandering There are two animals to start: Deer Boar + More can be easily added. It also includes a command that allows you to pickup an animal that is dead. (Mainly for RP servers) MAY REQUIRE SMALL TWEAKS TO WORK -
Version 1.0.1
289 downloads
This is a simple module/script for changing the player model synced client/server. The values in the list are the model names that can be found on https://wiki.rage.mp/index.php?title=Peds. Click on a model in the list and you will switch to that model. *F7* to open PedPicker Menu in game. You should be able to just drop the files within the client_packages/packages directories and then add the requirements to the respective index.js files within those directories. All source code is given from within the file download, but you can also find the repo here: AZAMOEBA_RAGE_PEDPICKER. If you are using this I'd appreciate a star or just let me know you found any of this useful. If I forgot a credit please let me know and I will get back to you and fix whatever is necessary. Enjoy! Message for any comments/questions and I'll try to get back asap. -
Hello guys. How can I kill ped? I made ped and I don't know how can i kill him. mp.peds.new(mp.game.joaat('a_f_y_bevhills_02'), new mp.Vector3(-1193.87, -766.57, 17.31), 209.81, (streamPed) => { streamPed.setAlpha(255); streamPed.setHealth(50); // Also setHealth doesn't work and I want to kill ped with weapon }, player.dimension);