Nice one !
Where to find this code
MikeBoma
View profile on GTA5-Mods.com »
Void AboutMe(String Message)
{
Message= "My name is Mike Boma .i'm a game developper game designer, Visual Effect And 3D Artist. "
i wan to bring my C# esperience to GTA by making Script,Plugin And learning More From GTA5-mods Developper.
I'm working now on the " RSPDFR "[RAGE SCORPION POLICE DEPARTEMENT FIRST RESPONSE] this new departement are created to Control LSPD LSSD NOOSE and Other Unit.
Still On WOrk
}
Posts made by MikeBoma
-
RPF limit size ??
What is the RPF limit size?? 4gb ??
Can I mood over 5Gb? -
How to c# airport stairs vehicle
Using nummpad 8 and 2 fonction well
So I want to code that in c# or is there always a Script like that? -
C# gate open/close from police station
Is there a way to control gate from script??
When I spawn cop in a police2, if the cop is near the gate it doesn't open but if I'm getting around this gate it open !! I'm using SHDVN 3 no native for door_control as in SHDVN2 -
Need with this animation
Can someone here help me to edit for me seating and holding weapon animation like the example on the link below??
Rockstar allow just seat animation in car without holding any weapon
Or someone to guide me to have this tools for 3DS MAX
https://img.gta5-mods.com/q95/images/ec-725-cougar-fam-replace-fivem/0df27e-imagen_2022-04-24_133546896.png -
RE: Animation and Positioning
Can you make a tutorial series for the lemon UI
Very awesome your animation menu tools -
[Help] how to Move a vector 3 by pressing a key
I'm working on a téléportation script so :
When my car is in front of another car, this draw a marker ( I know how to do this)
The problem is how can I move this drawmarker to a left location, right,...
How can I move my drawmarker by numpad(8= forward, 2 = backward , 4 = left and 6 = right)
I tried :
Vehicle car = the nearest vehicle
Vector3 MoveMaker;
Float multiplier;
Running it on Ontick:
If (game.Iskeypressing(Keys.numpad6)
{
MoveMaker = car.position+car.rightvector * multiplier++
}
If (game.Iskeypressing(Keys.numpad4)
{
MoveMaker = car.position+car.rightvector * multiplier--
}
If (game.Iskeypressing(Keys.numpad8)
{
MoveMaker = car.position+car.forwardvector * multiplier++
}
When I pressing 6 and 4 numpad no problem, the marker is draw , moving from right to left but when I pressing 8 the marker start drawing from car not from last coordination -
RE: Script not functioning correctly
@LuckyMunch check if you have ScriptHookV.asi , ScriptHookDoNet2 and 3 in your root folder place your mod in scripts folder
I think player invincible should be in Ontick so each second or millisecond the script will run the player will stay invincible
I switched from SHVDN2 to SHVDN3 thank to @JohnFromGWN .SHVDN3 is confortable, frequently updated