How can play music gta 5 for c# modding ?
A
anyone-ok
View profile on GTA5-Mods.com »
0
Reputation
2
Posts
351
Profile views
0
Followers
0
Following
Posts made by anyone-ok
-
[Question GTA V] Game.PlayMusic("D:/a.mp3") Not work? C# (How Can Play Music)
-
How to ped drive airplane C# ?
How to ped drive airplane C# ?
Vector3 markedPos = GTA.World.GetWaypointPosition();
Vector3 fly;
fly.X = markedPos.X / 2;
fly.Y = markedPos.Y / 2;
fly.Z = player.Position.Z + 300;for vector3 fly cords?