Everything posted by gangrenn
-
Ladder 26
From the album: Gangrenn album
Ladder 26 got new wheels. -
Something is going on !
-
Something is going on !
From the album: Gangrenn album
Ladder 26 and Battalion chief 7 are on scene. -
Something is going on !
From the album: Gangrenn album
Ladder 26 & Battalion chief 7 on scene. -
Looking for a good firetruck
- Unable To Mod POLPATRIOT Slot EFLC
Well, My GMC Sierra - FDNY Battalion chief, uses the polpatriot slot, and yet I never experienced issues (and yet, the model is high poly). I also had other models for polpatriot (before I create this GMC sierra), and same: I never experienced issues. So, my guess is: not enough memory, or too many high poly car. Here are a few solutions: -open the task manager, and close all unnecessary running task ; -close all other programs (net browser, music player, etc.) ; -try to add the car you want to use as polpatriot, for another slot (such as police, or police2) and see if it works: if not, it's a model problem.- LIB Fire/ New AMR skins
- LIB Fire/ New AMR skins
Please do not provide links to .com, as they upload mods without the author permission.- 6 comments
- 2 reviews
- [REL] 2010 GMC Sierra - 2500HD
From the album: Gangrenn album
Link: http://www.gta4-mods.com/vehicles/2010-gmc-sierra---2500hd-f27081- [REL] 2010 GMC Sierra - 2500HD
From the album: Gangrenn album
Link: http://www.gta4-mods.com/vehicles/2010-gmc-sierra---2500hd-f27081- GTAIV 2014 03 30 21 09 14 30
You, can change the wheels color (but they are supposed to be chrome / white ) ; As for the rear wheels, the model is based on the new FDNY ambulances, and this is (almost) how the wheels are set-up.- [DRAMATIC] FireFighter Rescue
DRAMATIC Firefighter rescue caught on camera:- 2011 GMC Sierra 2500HD - snow plow
From the album: Gangrenn album
Download: http://www.gta4-mods.com/vehicles/2011-gmc-sierra-2500hd---snow-plow-f26883- WIP
From the album: Gangrenn album
WIP by me Subscribe for exclusive preview: http://www.youtube.c...4HLRVZG4g7F0eTw- W.I.P
I see, only one bar on the back window, on these pictures: '' target='_blank'>> '' target='_blank'>>- W.I.P
From the album: Gangrenn album
WIP by me Subscribe for exclusive preview: http://www.youtube.c...4HLRVZG4g7F0eTw What's new on V2 ? -New bumper ; -New front mirrors ; -Reduced the size of the model: model is now only 4.4mb ; -Doors handles added ; -More details added (the windows, etc.) ; To do: -replace / improve the wheels ;- W.I.P
From the album: Gangrenn album
WIP by me Subscribe for exclusive preview: http://www.youtube.c...4HLRVZG4g7F0eTw What's new on V2 ? -New bumper ; -New front mirrors ; -Reduced the size of the model: model is now only 4.4mb ; -Doors handles added ; -More details added (the windows, etc.) ; To do: -replace / improve the wheels ;- W.I.P
From the album: Gangrenn album
WIP by me Subscribe for exclusive preview: http://www.youtube.c...4HLRVZG4g7F0eTw What's new on V2 ? -New bumper ; -New front mirrors ; -Reduced the size of the model: model is now only 4.4mb ; -Doors handles added ; -More details added (the windows, etc.) ; To do: -replace / improve the wheels ;- HTML CSS And So On
The best way is to learn how to code HTML, and CSS, they are probably the easiest languages to learn, it would only takes you up to 3 days to learn it. this way, you can really make something you want (Nothing is gonna be better than doing it by yourself). Now, if you really don't want to, here are a few ways to get what you want: 1) press CTRL+U on a website (if you are on Firefox), then try and locate the part of the code (both CSS, and HTML), that was used to make the div / class you liked, and then copy it (not fair to the author of the original code though) ; (to get the CSS code, search "<link rel="stylesheet" type="text/css"" in the code) 2) there are a lot of free CSS design available, just google it: https://www.google.fr/#q=free+design+css here are some results: http://www.free-css.com/ http://www.css3templates.co.uk/templates.html http://www.templatemo.com/page/1 http://designshack.net/articles/css/715-awesomely-simple-and-free-css-layouts/ Yours.- [WIP] 2011 GMC sierra - Snow Plow
From the album: Gangrenn album
WIP by me Subscribe for exclusive preview: http://www.youtube.c...4HLRVZG4g7F0eTw- Liberty City Fire Department - Ambulance texture (2013 - F350 ambulance)
- 266 downloads
a fictional Liberty City Fire Department texture for the 2013 Ford F350 ambulance: To install it: open SPARK IV and go to modelscdimagesvehicles.img then replace the skin of your ambulance with this one. Remember Do no reupload or modify without my permisson. Don't forget to make BACK UPS. UPLOADING AND OR EDITING THIS FILE WITHOUT PERMISSION IS FORBIDDEN! YOU MAY EDIT TEXTURES FOR PERSONAL USE!- 6 comments
- 1 review
- 2013 F350 FDNY ambulance & NYPD on scene
From the album: Gangrenn album
- "DRAW_COLOURED_CYLINDER" issues
Hey This isn't LCPDFR API related, but more C# related. I want to draw a coloured cylinder, and then when the player walks in, do things, but i have 2 problems: 1) the cylinder appear then disappear immediately. 2) even if the cylinder disappear, i try and walk where it's supposed to be, but nothing happens. I do not have any errors, but everything after the part where i draw a coloured cylinder, do not work, after some research it came to my attention, that i have to add this native function into a loop in order for it, to works, but when i do that (in a while): my game freeze and crash ... Here is a part of the code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using GTA; using System.Windows.Forms; using System.Runtime.InteropServices; using System.Drawing; using System.IO; using System.Reflection; double 1_x = -271.885, 1_y = 1542.18, 1_z = 20.4199; GTA.Native.Function.Call("DRAW_COLOURED_CYLINDER", 1_x, 1_y, 1_z, -2, 0.80000000, 255, 0, 0, 0); if (Player.Character.Position.DistanceTo(new Vector3(-271.885f, 1542.18f, 20.4199f)) < 1.0f) { user_choice = 1; GTA.Native.Function.Call("FORCE_LOADING_SCREEN", true); Wait(6000); GTA.Native.Function.Call("CLEAR_AREA",1_x,1_y, 1_z, 50f); GTA.Native.Function.Call("SET_CAMERA_CONTROLS_DISABLED_WITH_PLAYER_CONTROLS", true); spawn(); GTA.Native.Function.Call("FORCE_LOADING_SCREEN", false); GTA.Native.Function.Call("SET_CAMERA_CONTROLS_DISABLED_WITH_PLAYER_CONTROLS", false); //do that and that } Thanks.- More Zmodeler help pls :(
It's not a zmodeler related issue. This problem occur, because you are using too many modified HQ models, so you have 2 solutions: -replace some of the HQ models you have (the ones which are < 3mb ) by some low quality models (or the default vehicles) ; -use a taxi bug fix, this for example: '?do=embed' frameborder='0' data-embedContent>> but this won't help with the texture loss (try and lower your GTA settings)- i need a template for a F350 Ambulance
There is a template in the archive. - Unable To Mod POLPATRIOT Slot EFLC