I want to make help message ("Press ... to ...") in Script Hook V .NET in C#
Posts made by TheChilliPL
-
How to make GTA V help message [.NET] [C#]
-
RE: [C#] How to rotate a ped (Player.Character)
Thanks, I'll check it
-
RE: [C#] How to rotate a ped (Player.Character)
@TheChilliPL Where is Script Hook V documentation?
-
RE: [C#] How to rotate a ped (Player.Character)
I can play scenario with position I want to, but I can't find way to modify the rotation...
-
RE: [C#] How to rotate a ped (Player.Character)
@LeeC2202 Oh, I'm looking for it for about month and nothing...
-
RE: [C#] How to rotate a ped (Player.Character)
Actually it works, but no when playing scenario...
-
[C#] How to rotate a ped (Player.Character)
I tried
Player.Character.Rotation = new GTA.Math.Vector3(0,0,180)
and
Player.Character.Heading = 180;Player is not rotated
-
I can't rotate Player to properly play scenario
My code is in pastebin.
I've tried everything...Always player's rotation is Vector3(0,0,0)
-
RE: How to play animation? [C# Script Hook V .NET]
Can anybody help me?
I cannot rotate player when he's playing scenario... -
RE: How to play animation? [C# Script Hook V .NET]
Sadly, when I try to change heading (both before and after Scenario),
I can't - it's 0 -
RE: How to play animation? [C# Script Hook V .NET]
Oh...
I tried
playerped.Rotation = (rotation)
after StartScenario, but It isn't working -
RE: How to play animation? [C# Script Hook V .NET]
@GTATerminal I have a question.
I wanna this:
Game.FadeScreenOut(1000)
[Wait 1000 ms]
player.Task.StartScenario(...);
Game.FadeScreenIn(1000);How to do it?
-
RE: How to play animation? [C# Script Hook V .NET]
And... How to use it? (I'm starting with this
)
-
How to play animation? [C# Script Hook V .NET]
I wanna play player animation (like Scenarios in Enhanced Native Trainer)
-
RE: Arduino/Rasp. Pi, etc mod ideas?
Maybe mod and library for Arduino?
I mean in Arduino (plugged to computer) I write for example "iswanted = GTAV.wantedStars > 0" or something...(Sorry for my English)