Reputation Activity
-
Fentered reacted to Vincentsgm in CutscenesThere's currently no way to create native cutscenes as the game crashes when you try to make them using CodeWalker.
You can do the following if you want to create smooth camera movement:
1. Hide the hud every frame
2. Create 2 or more cameras
3. Use the native SET_CAM_ACTIVE_WITH_INTERP to transition between 2 cameras
As a bonus, here's a function I made to draw cinematic black bars:
public static void DrawBlackBars(float height) { NativeFunction.Natives.RESET_SCRIPT_GFX_ALIGN(); float y1 = 0.5f * height; NativeFunction.Natives.DRAW_RECT(0.5f, y1, 1f, height, 0, 0, 0, 255); float y2 = 1f - y1; NativeFunction.Natives.DRAW_RECT(0.5f, y2, 1f, height, 0, 0, 0, 255); }
-
Fentered got a reaction from GTAbear in [SOLVED] MP ClothesNevermind, 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);
-
Fentered reacted to LMS in LCPDFR - Now on GitHubThanks to some community efforts and continued interest in keeping LCPDFR alive, we are happy to announce that LCPDFR, the mod which started it all, is now on GitHub. If you ever wanted to see how things worked back in the IV days (or just trash-talk the work of a few 14-year-old kids writing code), you have come to the right place.
Please find the repo below: https://github.com/LMSDev/lcpdfr_public
-
Fentered reacted to Burg3r in Rage Plugin Hook 2372ah ok thx i saw it
-
Fentered got a reaction from PuKkUtTiS in Your best LSPDFR 0.4 screenshots? -
Fentered reacted to aerabit in EUP apparently missing DLC'sIt worked! Thanks.
-
Fentered got a reaction from aerabit in EUP apparently missing DLC'sHi! Yeah, you should copy them to mods/update/x64/dlcpacks
-
Fentered reacted to LMS in where to get RagePluginHookSDK.dll ?The files from the RPH website should be good, there haven't been (m)any API changes in the past few versions. However, I have attached the most recent SDK from the build bundled with LSPDFR below for your convenience.
SDK.zip
-
Fentered reacted to cakuzma in Deleted in openIVyea thats what i was a little confused about, he deleted the files in the mod folder, why dint he just re copy the orginal files over from the main directory of gta....
-
Once you arrest or kill the suspect, the callout ends, but if the callout ending after the pursuit could be optional, this would open up many possibilities for developers.
If this is added the developers can add a dialogue in the end which would be a very realistic addition to a pursuit.
I personally could use this feature a lot for future callouts and I'm sure most developers would use this too.
-
Fentered reacted to Cryz in SCRIPT HOOK V CRITICAL ERRORThe guy who is programming Script Hook is from Ukraine, as far as I know.
So I guess he has other, more important problems right know. We have to be patient and
wish him all the best.
-
Fentered reacted to ALEX 1 ADAM 20 in SHVyes they do ill send a link https://www.gta5-mods.com/tools/asi-support-for-rage-plugin-hook that replaces scripthook v until its updated
-
Fentered reacted to KrispeeBacon in Your best LSPDFR 0.4 screenshots? -
Fentered reacted to KrispeeBacon in Your best LSPDFR 0.4 screenshots?Looks like Call of Duty! I love the graphics mod you are using, Care to tell me what it is?
-
Fentered got a reaction from Lapd Code 3 in Your best LSPDFR 0.4 screenshots? -
-
Fentered got a reaction from Mrsuperx13 in incorrect installationYou must install it in the same folder as GTAV.exe
-
Fentered got a reaction from ItsJay in auto steering (trick or mod?)https://www.lcpdfr.com/downloads/gta5mods/scripts/13022-stickywheels/
-
Fentered reacted to ItsJay in auto steering (trick or mod?)Thank you♥
-
Fentered reacted to TheLastKnight2310 in creating my own pluginok thanks ill check it out and ill let you know!
im only looking for a way to make them look drunk atm
-
Fentered reacted to TheLastKnight2310 in creating my own plugini tried StopThePed.API.Functions.setPedAlcoholOverLimit(Suspect ped, bool isOverLimit,true); but it still throws errors
-
Fentered got a reaction from LeCroissant in Can these PC specs run LSPDFR?Definitely
-
Fentered reacted to Cyan in Lspdfr Crashes After updateLSPDFR crashing at that point means your mods folder is invalid. Something in there is corrupt or installed incorrectly. Rename mods to _mods and see if it still happens.
-
Fentered reacted to LMS in LSPDFR 0.4.9 API UpdateThe update today added a few more functions, namely:
GetPlayerWalkStyle IsPedKneelingTaskActive OnPedContrabandFound (event) LSPD First Response.XML
-
Fentered got a reaction from Mytical49 in [SOLVED] Arrest a ped is bugged (in my callout)I am happy to help ❤️
It shouldn't