Reputation Activity
-
CowNation got a reaction from officer ortiz in Make peds say somethingAlso, how do I get them to move their mouth? What animation is that?
-
CowNation got a reaction from 7katwoal12 in Display help only onceif (Game.LocalPlayer.Character.DistanceTo(suspect) < 25f) { Game.DisplayHelp("Press T to call firetruck"); if (Game.IsKeyDown(Keys.T)) { Game.DisplayHelp(""); } }
-
CowNation got a reaction from techgamer15 in How to put Flags on pedsPersona pedPersona = Functions.GetPersonaForPed(Jumper); Persona wantedPedPersona = new Persona(Jumper, pedPersona.Gender, pedPersona.BirthDay, pedPersona.Citations, pedPersona.Forename, pedPersona.Surname, pedPersona.LicenseState, pedPersona.TimesStopped, true, pedPersona.IsAgent, pedPersona.IsCop); Functions.SetPersonaForPed(Jumper, wantedPedPersona); Just replace 'Jumper' with the name of your witness variable.
-
CowNation got a reaction from PieRGud in Can we recognise the Division from code ?You can distinguish with 3 ways:
1. Having the player select their division using a menu (EUP Compatible)
2. Automatically detecting their model using lots of if statements (Not EUP Compatible)
3. You can do both (If player is using EUP they'll have to select their division themselves)
-
CowNation got a reaction from AlexanderK. in Can we recognise the Division from code ?You can distinguish with 3 ways:
1. Having the player select their division using a menu (EUP Compatible)
2. Automatically detecting their model using lots of if statements (Not EUP Compatible)
3. You can do both (If player is using EUP they'll have to select their division themselves)
-
CowNation got a reaction from creator2013 in Callout variations*new Random(0, 2)
Random(0, 1) will only return 0
-
CowNation got a reaction from techgamer15 in How to make a witness do a "writing on paper" animationWitness.Tasks.PlayAnimation()
You just gotta find the name of the writing on paper's name and fill out the parameters.
-
CowNation reacted toDeactivated Memberin Make peds say somethingHere's a link for animations https://alexguirre.github.io/animations-list/
Here's a speech list from alexguirre https://gist.github.com/alexguirre/0af600eb3d4c91ad4f900120a63b8992
-
CowNation got a reaction from HazyTube in [Callout plugin] Can't arrest suspect, keeps shakingNo problem