Everything posted by epicmrjuan
-
How do I check if there are blips on the map.
created by you? Also learn c#
-
ELS enable lights/siren
Anyone knows how to turn the light on of a pro els car? And is it possible to turn certain stages on? greets @Lt.Caine@LMS
-
Make Ped shoot out of vehicle at closest hated target
Maybe Tasks.FireWeaponAt
-
els siren
This is the dev forum I need to now how you check if the siren is on in code
-
els siren
Hey, I'm trying to detect when the player turn there siren on but this doesn't seem to work, is this my fault or does it works different with els? Thank you for any help.
-
how to force ai to change lane?
I don't think that's possible.
-
Did Rockstar disable modding ?
Solution for Windows 10 & above; Step 1: Right-click This PC, and select Properties from the menu. Step 2: Choose Advanced system settings in the System window. Step 3: When the System Properties comes up, go to Advanced from top. Step 4: Under Performance, click Settings. Step 5: When Performance Options comes up, go to Advanced from top. Step 6: Click Change under the Virtual memory. Step 7: When Virtual Memory window comes up make sure The First Line is unchecked, Then Select Driver C in The List, Then click Custom size down below The List. Step 8: When you make Custom Size active, Initial size and Maximum Size become available for entering number. Step 9: You have to write a number which definitely more then Recommended, close to your actual Ram(GB); for example My Ram is 8GB, Recommended paging file size is 1912MB, but I entered 5120MB for both Initial Size and Maximum Size. This might work.
-
Uv mapping an ped
-
OpenIV Problems [SOLVED]
Maybe you are runnig gta v at the moment you use openiv
- Follow
-
object id
That i forgot that.. Thanks
-
object id
No, in simple native trainer you have the option save car, so i't won't dissapear. or it is the same.
-
object id
Is there a native to save players car?
-
Follow
How to let a ped/cop/backup follow the game.localplayer?
-
object id
This works fine: if (1 == 1) { NativeFunction.Natives.CLEAR_AREA_OF_VEHICLES(649.95f, 565.22f, 129.45f, 10000f); NativeFunction.Natives.CLEAR_AREA_OF_PEDS(649.95f, 565.22f, 129.45f, 10000f); }
-
RelationshipGroup
Thank you, no i didn't looked at the examples
-
object id
doesn't seems to work it says: the number of parameters do not match
-
RelationshipGroup
can some one explain to me how RelationshipGroups work because i not getting smarter of the RPH page, How to set a relation to hate or friends?
-
object id
-
object id
I have 1 other problem if i give peds task.aimweapon at not all peds doing that animation, see the image and for the thing above this should work? NativeFunction.Natives.SET_ALL_VEHICLE_GENERATORS_ACTIVE_IN_AREA(474.19f, 565.63f, 185.40f, 986.80f, 617.79f, 100.00f, false, false); @LtFlash
-
object id
NativeFunction.Natives.SET_ALL_VEHICLE_GENERATORS_ACTIVE_IN_AREA(649.95f, 565.22f, 129.45f,(What do you have to fill in here x2,y2,z2?) float x2, float y2, float z2, false, false)
-
Game Starts To work and Then I Get A "GAME HAS STOPPED WORKING" Error
Also do you have retail or steam version?
-
Game Starts To work and Then I Get A "GAME HAS STOPPED WORKING" Error
Does it work if so install evrything one by one and detect what cause the crash
-
Game Starts To work and Then I Get A "GAME HAS STOPPED WORKING" Error
Uninstall all mods, also LSPDFR
-
object id
Is it possible to loop that?