1 fájlt kedvelt
11 hozzászólás
0 videó
1 feltöltés
0 követő
1 768 letöltés
Any chance of making the source for police lights with no siren public? I can see that being used for many things, and as of what I can see, your'e the only one who has that feature in their mod. So releasing that section of code would be great :)
The issue may be the version of lua, lua gets updated very often on their github page so i'd try the latest version and see if that solves the issue: https://github.com/gallexme/LuaPlugin-GTAV/commits/master
@qiangqiang101 Seems to work fine for me, all doors are open so Im not really sure what the issue is
@qiangqiang101 I'll be home in a couple hours so I'll work it out, I'm sure it shouldn't be a hard fix :)
@qiangqiang101 Lovely mod you have here, but a quick suggestion; if you don't want to have to be dependent on Open Interiors, then you can easily add the IPL for simeons dealership to the mod startup like this so you wont have to use open interiors:
function pdmcarshop.init()
STREAMING.REMOVE_IPL("fakeint")
STREAMING.REMOVE_IPL("shutter_closed")
STREAMING.REQUEST_IPL("shr_int")
*then the rest of your code under your startup function goes here*
Nice work, looking forward to updates!
Just some recommendations:
•Add customizable key inputs
•Make landing gear come up
other than that this is pretty good ;)
@kizacudo yeah i'm not sure, it seems to be working fine for me, but ill definitely look into it
@kizacudo So say again? Your LUA scripts don't work because of the key mappings? I haven't had any issues with other LUA scripts but a new version will be released shortly with a bit more added features and maybe it will fix your problems :) (ps: I added the lowered/smaller text and added the clean car feature, as I liked it better so thanks for that addition)
@kizacudo yes I was going to add more features later on, and since I'm new to lua and making mods for GTA, I highly appreciate people making additions to this! Thanks for the change :)
@rappo Yeah, sorta new to the whole script thing and made this up and thought it was cool. Definitely will add more features :)