Everything posted by gangrenn
-
Sunstar Ambulance
From the album: Gangrenn album
Link: -
Sunstar Ambulance
- 569 downloads
a Sunstar Ambulance texture for the F350 ( http://gtapolicemods.com/downloads.php?do=file&id=1377 ) To install it: open SPARK IV and go to models\cdimages\vehicles.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. Based of:- 1 comment
- 6 reviews
-
Somers F. D. ambulance
From the album: Gangrenn album
-
Somers F. D. ambulance
- 107 downloads
a Somers F. D. Ambulance texture for the F350 ( http://gtapolicemods.com/downloads.php?do=file&id=1377 ) To install it: open SPARK IV and go to models\cdimages\vehicles.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. Based of: -
West Palm Beach Police Department - Dodge charger 2012
From the album: Gangrenn album
-
West Palm Beach Police Department - Dodge charger 2012
From the album: Gangrenn album
-
West Palm Beach Police Department - Dodge charger 2012
- 113 downloads
a West Palm Beach Police Department texture for the 2012 dodge charger ( for this model: ) To install it: open SPARK IV and go to models\cdimages\vehicles.img then replace the skin of the car with this one. Remember Do no reupload or modify without my permisson. Don't forget to make BACK UPS.- 5 comments
- 8 reviews
-
BAC 75N ford mondeo
From the album: Gangrenn album
Ford mondeo - BAC 75N - Mid georgia ambulance
- 9/11 machinima
-
Clinton ambulance
From the album: Gangrenn album
-
Clinton ambulance
From the album: Gangrenn album
-
Mid georgia ambulance
- 154 downloads
a Mid georgia Ambulance texture for the F350 ( http://gtapolicemods...do=file&id=1377 ) To install it: open SPARK IV and go to models\cdimages\vehicles.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. Based of:- 2 comments
- 2 reviews
-
9/11 machinima
Hi Here is a video i made last year for the 9/11: Yours.
-
Clinton Ambulance
- 155 downloads
- Version 1
a Clinton Ambulance texture for the F350 ( http://gtapolicemods.com/downloads.php?do=file&id=1377 ) To install it: open SPARK IV and go to models\cdimages\vehicles.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. Based of:- 1 comment
- 5 reviews
-
[Video] How to make a texture for Firetruck / ambulance / police
Thanks.
-
[Video] How to make a texture for Firetruck / ambulance / police
Hi Here is a tutorial on how to make a Firetruck, ambulance and police texture: Yours.
-
Victoria F. D.
- 145 downloads
- Version 1
a Victoria F. D. texture for the fireman model. To install it: open SPARK IV and go to models\cdimages\componentpeds.img then replace your file with this one. Remember Do no reupload or modify without my permisson. Don't forget to make BACK UPS. Based of:- 6 comments
- 2 reviews
-
NYPD highway patrol
From the album: Gangrenn album
NYPD highway patrol -
NYPD highway patrol
From the album: Gangrenn album
NYPD highway patrol - c# script error
-
c# script error
Alright, i fixed the error. But my script don't work: i press alt+b but nothing happen (but i don't get any error in game, the scripthook log says that the script started successfully) is it the good code to play a sound ?
-
c# script error
here, is my entire code, references:
-
c# script error
i still get the same error with your code: The name 'Keys' does not exist in the current context
-
c# script error
Hi I got an error with this line, how can i fix it or what should i use to do something, when we press alt+b for example. if (Keys.b == b.Alt) { .... } Error 1 The name 'Keys' does not exist in the current context Error 2 The name 'b' does not exist in the current context Thanks.