Everything posted by AlconH
-
Why is the wheel down there (OPEN IV)
Is the vehicle working fine in game?
-
PC Build Suggestions and Tips
That is definitely not true. An intel i7-7700k is $185 cheaper than the Ryzen 7 1800X on new egg, and according to this benchmark, also outperforms the Ryzen by a lot.
-
Ready or Not (SWAT Game)
I'm moving in with my my three closest friends in July, so will be living together when this game comes out. LAN PAAAARTTTTAAAAYYYYYY!
-
Alternative to Visual Studio?
The IDE shouldn't matter, just use another or use the community edition?
-
Hey - do you think a "Knowledge Base" section for GTA 5 Support will be viable?
A wiki style system with reasons for edits would be nice. EDIT: And references/sources too, so we can quote from other locations but user's are able to find the original source.
-
Create addons?
Take the lines from the original slot you were supposed to put it in and use those. You can then edit as necessary. Wait, are we talking about new car models you've made/converted yourself?
-
How would I clear an area?
My bad, was something I'd found elsewhere and bookmarked.
-
How would I clear an area?
NativeFunction.CallByName<uint>("CLEAR_AREA", pos.X, pos.Y, pos.Z, 250f, 0, 0, 0, 0); https://www.gtamodding.com/wiki/CLEAR_AREA NativeFunction.CallByName<uint>("CLEAR_AREA_OF_PEDS", pos.X, pos.Y, pos.Z, 250f, 0); https://www.gtamodding.com/wiki/CLEAR_AREA_OF_PEDS NativeFunction.CallByName<uint>("CLEAR_AREA_OF_VEHICLES", pos.X, pos.Y, pos.Z, 250f, 0); https://www.gtamodding.com/wiki/CLEAR_AREA_OF_VEHICLES NativeFunction.CallByName<uint>("CLEAR_AREA_OF_OBJECTS", pos.X, pos.Y, pos.Z, 250f; https://www.gtamodding.com/wiki/CLEAR_AREA_OF_OBJECTS
-
What the difference between ticket and court summons?
A ticket is an immediate fine. Requires a payment and doesn't require a visit to court. A court summons is when the officer doesn't specify the punnishment and leaves it to the judge. They give the defendant a date, the judge reviews the offence and determines the outcome.
-
My mod got put under review as soon as i uploaded it why?
.... The mods will review your file and then approve it once it's been checked. Shouldn't take long.
-
NPC's vehicle speed
There are a few mods that add ambient events to the game. Such as Traffic Policer by Albo1125. This may offer what you're looking for.
-
Removing weapon instead of dropping it
I'm looking for a native function that will delete a weapon from the player's inventory as opposed to dropping it on the ground. I've been using this: foreach(WeaponDescriptor weapon in playerPed.Inventory.Weapons) { uint hash = weapon.Asset.Hash; if (weaponsList.Contains(hash)) { weapon.Drop(); } } But it creates a pickup of the weapon on the floor. Any idea how else I could do this? Thanks.
-
Robber Script
There are a few plugins with such callouts already. I know there's a bank robbery, as well a few smaller scale stickups in stores. I may start working on some big robbery callouts at some point myself once I get time.
-
Speed Trapping/Smart AI?
I know exactly what you mean. I do still get some that fly by though, so I still get hits on the radar.
-
How to make sirens louder?
If it's only your vehicle that's the problem and also happen to be using Siren Mastery, you can increase the volume in the .ini file which would be much easier. Depends on your circumstances though.
-
Im having trouble with ELS- No lights
What key are you using to attempt to activate the lights?
-
SAMFS Pumper
Personally I'd say you're hurting your own cause here. You're simply going to put many players who upload videos to YouTube off from downloading the mod. It's usually a good way to promote your mod and get you recognized as a content creator. Just my two cents.
- 4 comments
- 1 review
-
A trainer for vehicles
this has nothing to do with a trainer. This is something that EUP itself does.
-
SAMFS Pumper
- 4 comments
- 1 review
-
Real Police Car Photo's for designers
Last post: Posted November 4, 2013...
-
Can't start the game while banned
What were you banned from GTA Online?
-
Delete Account
http://www.lcpdfr.com/forums/topic/69830-delete-account-ticket-support-system-not-working/#comment-460026
-
HERES A SUGGESTION- Dont Make Crap
Just don't reply from now on. OP Doesn't deserve shit from anyone.
-
HERES A SUGGESTION- Dont Make Crap
You've come onto this forum with 15 posts and a week old account and are demanding better quality content when you've literally contributed nothing to this community in the slightest bit? Who the hell are you? By the looks of things, the author of said mod has easily put more time and effort into their mod than you put into your freshman grade English class, and yet the entitlement coming from you here is so damn strong. HERES A SUGGESTION - Actually attempt to make something yourself before shitting on others. If you have a problem with a mod, or have discovered a bug, speak to the author so they can resolve it... Shoutout to @HuzzahBritain for trying to help this guy despite his piece of shit attitude.
-
Hey, what's that?