Everything posted by HazyTube
-
Broome County Livery Pack
- 5 comments
- 4 reviews
-
Broome County Livery Pack
- 5 comments
- 4 reviews
-
Traffic Control
Yeah that works, but traffic won't stop. It's a bug and stealth hasn't been around for a while, he needs to fix it
- 338 comments
- 46 reviews
-
Traffic Control
- 338 comments
- 46 reviews
-
How to put Flags on peds
You need to make a new Persona for the ped
-
How to Make scenes ??
you need good knowledge about C#, because you won't understand what things mean. I recommend taking a crash course. http://rbwhitaker.wikidot.com/c-sharp-tutorials Also, there is a way better one on www.udemy.com idk if you have an premium account there, but if you have i recommend those.
-
Computerplus Functions
I try adding a integration with computerplus in my callout pack, but all the Functions. methods are replaced or something, I have to replace Functions. with LSPD_First_Response.Mod.API.Functions. This is really anoying. It seems like the computerplus uses the exact same method (Functions.) as the lsdpfr api. Somebody a solution for this?
-
First Callouts
-
Emergency Uniforms Pack - Support
Okay. thanks
-
Help with Computer+ integration
https://github.com/PieRGud/ComputerPlus/wiki this one should work, for me it's working
-
Emergency Uniforms Pack - Support
is it possible to apply multiple accessoires?
-
Game freeze and crash with this code
Oh okay, nice
-
Game freeze and crash with this code
Just replace the while with if, that should work
-
Game freeze and crash with this code
I think this has to be a if statement instead of while
-
Game freeze and crash with this code
Yeah I think it's the if statement then, it gets loaded, but it only happens when your 10m from the object, have a look at the if statement and maybe the objects
-
[Callout plugin] Can't arrest suspect, keeps shaking
Alright will try some things out, thanks
-
Game freeze and crash with this code
Does it happen when you accept the callout?
-
Game freeze and crash with this code
Alright, good luck!
-
Game freeze and crash with this code
I really don't see anything, sorry! are you sure it's the if statement? try using Game.LogTrival("Text here"); With this you can log things, put this before the if statement and a couple of other places, then you can see what causes the issue
-
Game freeze and crash with this code
Yeah, but you have to use distanceto2D
-
[Callout plugin] Can't arrest suspect, keeps shaking
Uhh this doesn't work either, the suspect just stays there and is doing just nothing, I cant arrest him
-
[Callout plugin] Can't arrest suspect, keeps shaking
Thanks
-
Game freeze and crash with this code
Oh okay, weird isue =I cant find anything wrong atm
-
[Callout plugin] Can't arrest suspect, keeps shaking
One final question though, Where do I put the Tasks.Clear? Because if i put it under the task it stops the task inmideatly
-
Game freeze and crash with this code
Try <= 10) instead of < 10)