@Kangouroux6 Thanks
ArkadiPro1
View profile on GTA5-Mods.com »
I'm a regular GTA 5 modder, mostly doing scripting and creating maps in Map Editor and Menyoo. I am learning to use Codewalker for interiors and map editing in general. OpenIV is available, I understand and edit game files by type: .Meta ; .AVC; .Ydr; etc. If you need help, advice, requests or cooperation on any mods, write to me in the chat or email: arkadi.keytsler@gmail.com.
Posts made by ArkadiPro1
-
Can I sell mods?
Is it possible to sell mods if it is previously announced with the moderators, and does not contradict other rules? Just a question.
-
RE: Airplane spawning problem.
Thanks everyone! I'll take a look, and then I'll write what turned out to be a worker.
-
Airplane spawning problem.
Hello to All moders! I have a script that will spawn a plane:
v = World.CreateVehicle("Titan", Game.Player.Character.Position.Around(1500.0F))
checkdist()
If isclose = False Then
pedselect()
s1 = v.CreatePedOnSeat(VehicleSeat.Driver, "s_m_y_Marine_03")
weapselect()
s1.Weapons.Give(weaphash, 999, True, True)
s1.MarkAsNoLongerNeeded()I need the plane
to spawn above the player's position, some number of feet up. (That is, you need to replace: Game.Player.Character.Position.Around (1500.0F)). Well, if in simple words I need to change the coordinate of the height Z, and leave X and Y at random. I can't find a solution in any way. Thanks in advance to everyone who will help!
Regards ArkadiPro1. -
How to make your Restricted Zone (Like Fort Zancudo)
Hello to all modders. In the process of creating my map, I ran into a small problem. In short: How to make a restricted area so that they are wanted when the player gets there? (That is, like at Fort Zancudo or at the Police Station). If anyone knows how to do this please write to me. Thanks for reading!