26 files liked
65 comments
0 videos
0 uploads
0 followers
@Trifecta Any news on the update mate?
@neal777
try removing fleecabanks.lua
thats a file from an old mod by another user
Hey thanks a lot for changing the bodyguard hotkey :-)
Can i implore you to consider using a popup menu for bodyguard hiring instead of J, K & L? GtaV is getting a lot of mods but we have only so many unbound keys. Your mods quite famous so its bound to clash with some mod for someone out there in the future. It'd be nice to have menus for location sensitive options so that the mod is more conflict proof.
@famaouz
see any of the videos linked above, they'll show you
@peterchen
this is an LUA script. ScripthookDotNet should have nothing to do with it.
@ssalil
i think thats the extenr of my knowledge regarding mods mate :D nonetheless, send me your code at gtaforums and il take a look at it?
@anonimus
i like how new you are to this that you do not know how to load .lua files and yet didnt bother to see the youtube video in the description before whipping out your sarcasm cap. How about just ask next time yeah?
@Driftall
I am using colours available in LSC. Metallic colours with pearlescent shades on them. I have no idea how to apply colours outside of LSC. I found a workaround for the primary and secondary colors. Just have to take the car to LSC, reapply colors and resave. The pearlescent color keeps changing though.
@Trifecta
least i could do for all the things your making for us mate :-)
@Migel
http://gtaforums.com/topic/797103-wipv-trifectas-heist-mod/
Blaine County Savings will be a part of this mod soon.
@ssalil
Do the following at your own risk because im not a 100% sure it wont affect the mod in some other way. open up fleecaheist.lua and pacificheist.lua and search for drawText. Those are the draw functions. Erase those lines if you want the text gone.
If you want to CONVERT them to small notifications, change drawTest to notify.
example:
drawText("Looting Deposit Box", 0.5, 0.5, 1)
should be changed to
notify("Looting Deposit Box")