Everything posted by Fentered
-
Mechanix Gloves | The Original (And OVO x Mechanix variations)
- 7,701 downloads
- Version 2.0
This is only texture, get model here: https://www.gta5-mods.com/player/mechanix-gloves-eup How to install model for Single Player: Don't re-upload this file on any other sites without permission! -
CalloutsT
- 117 comments
- 6 reviews
-
lspdfr crashes
Try updating RageNativeUI Click
-
CalloutsT
- 117 comments
- 6 reviews
-
CalloutsT
- 117 comments
- 6 reviews
-
CalloutsT
- 117 comments
- 6 reviews
-
Halp plugin stuff
myPed.Kill();
-
CalloutsT
- 117 comments
- 6 reviews
-
Game crashes when using Rage Plugin Hook
Do you have enb installed?
-
EUP apparently missing DLC's
Hi! Yeah, you should copy them to mods/update/x64/dlcpacks
-
Arresting Suspect
Is there any way to force one Ped (Cop) to arrest another Ped (Suspect)? Something like: Cop.Task.Arrest(Suspect) I know that if the pursuit is active other police officers will arrest the suspect, but is there a way to force them to do this without the pursuit?
-
Ultimate Backup Crashing
Update RageNativeUI https://github.com/alexguirre/RAGENativeUI/releases
-
BCSO EUP Mini Pack
- 5 comments
- 2 reviews
-
Scripthook V Fatal Error
You can't fix this, you need to wait for the SHV to update
-
Your best LSPDFR 0.4 screenshots?
- incorrect installation
You must install it in the same folder as GTAV.exe- Deleted in openIV
You can get this files from original game files \Grand Theft Auto V\x64h.rpf\levels\gta5\interiors\v_int_52.rpf- auto steering (trick or mod?)
https://www.lcpdfr.com/downloads/gta5mods/scripts/13022-stickywheels/- [SOLVED] MP Clothes
Nevermind, found solution by myself If any1 interested: //Props NativeFunction.CallByName<uint>("SET_PED_PROP_INDEX", Ped ped, int componentId, int drawableId, int TextureId, int paletteId); //Components NativeFunction.CallByName<uint>("SET_PED_COMPONENT_VARIATION", Ped ped, int componentId, int drawableId, int TextureId, int paletteId);- [SOLVED] MP Clothes
I was wondering is there a way to set mp_m/f_freemode_01 clothes? Something like Ped.SetComponent(component 0, component 1 ... component 11); Ped.SetProps(prop 0, prop 1 ... prop 6);- RAGE Plugin Hook unsupported game patch error
The latest RPH comes with LSPDFR https://www.lcpdfr.com/downloads/gta5mods/g17media/7792-lspd-first-response/- creating my own plugin
I am not sure about this to be honest- creating my own plugin
I guess I misunderstand this functions You don't need "ped" and bool "bool isOverLimit" in function, just StopThePed.API.Functions.setPedAlcoholOverLimit(Suspect, true);- creating my own plugin
Same Stop The Ped API StopThePed.API.Functions.setPedAlcoholOverLimit();- creating my own plugin
StopThePed.API.Functions.injectVehicleSearchItems - incorrect installation