Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Forum Support

    3. Suggestions

Archived Requests, need ideas?


Andrew
 Share

Recommended Posts

Hello everyone. I'd like to first thank everyone for reading this I realize I'm a newbie here. I've wondered if someone could please consider merging these two mods into one as they use different main.scm and I unfortunately do not have any coding knowledge.

 

http://www.thegtaplace.com/downloads/f2733-stash-ground-mod

 

http://www.gtagarage.com/mods/show.php?id=1117

 

Kind regards,

Jaskov

Link to comment
Share on other sites

TheLastStarFighterOfPlanetXenon
Please can someone help with this please???

 

I have been trying to learn coding for gta and just cant get my head around it....

 

Would anyone be able to do a simple cs script where you can get a ped to follow with a key, then to get them to sit in on a back seat of a vehicle (if space to) with a key, and get them to exit by using the same key......

 

Thank you very much for taking the time to read this message

study c# tutorials and there are plenty of open source gta scripts to learn from

Link to comment
Share on other sites

TheLastStarFighterOfPlanetXenon

 

Hi all,

 

I need your help once. I am planning a new Scipt, where Nico can buy houses. The whole should look like this:

 

- Blip (red) on the map (coordinates X Y Z)

- Nico can buy the house for a price

- If he buys it, the blip is (green)

- For every house he has to pay maintenance (daily at 12 clock / $ 250)

- Each house shall be purchased and Blip (rent) (sell) are placed.

- For every day you get hired = $ 1000

- For Sale = you get your money back from the purchase

 

Who can help me? I would donate to this project $ 30 via paypal.

 

Thanks

sounds pretty simple i can write it for u, give me the coordinates u want for the houses and ill do it

 

i already finnished writing it, i just need on a dat file the coordinates for the houses, you can put as many houses on the dat file u like and the script will read it and put them in the game. To create the dat file follow this instruction.

 

1. Create a new notepad file and save as BuyHouses.dat

2. For each house write coordiantes on a single line x;y;z and after write ;false (these will change to true when u buy) so each line will look like this:

 

x;y;z;false

 

3. Here is an example of the dat file if u wanted 3 houses in the game, you can have as many houses in game as u create each line:

 

100;150.2;38;false

20;92.2;38;false

44;18;45;false

Edited by TheLastStarFighterOfPlanetXenon
Link to comment
Share on other sites

hi can i have the tommy vercetti player skin 4 gta sa if anyone knows a download plz send a link thnx biggrin.gif

Link to comment
Share on other sites

Hi I am not a good scripter and i am requesting to have a mod where you can ban players from your IP. Besides using Alexander Blade's Network Kicker, only supports 1.0.3.0. I want one that works well on 1.0.7.0. This would help keep evil modders from joining ever again until you unban them. It would also be nice to help me learn how to script so i do it myself.

Link to comment
Share on other sites

Mister Debris

Hey! Is it at all possible to write a script that will have groups of enemies roaming the streets and attacking police? So, like, Albanians in places like Hove Beach, Bikers in places like Acter, Gun Nuts in Start Junction, etc.

Link to comment
Share on other sites

rokistaking187

can anyone make one piece portgas d ace and shanks i really want it if you have plz send me alink ^_^.....

Link to comment
Share on other sites

TheLastStarFighterOfPlanetXenon
Hey! Is it at all possible to write a script that will have groups of enemies roaming the streets and attacking police? So, like, Albanians in places like Hove Beach, Bikers in places like Acter, Gun Nuts in Start Junction, etc.

what do u mean, like a pack of several peds walking together like a gang and attacking cops? that sounds cool i guess i can try to write

Link to comment
Share on other sites

GTA V zancudo river map that along with gta v exact replica countryside

I think making the river part (water) move would be hard to do, since there are no examples like that in Gta IV

Link to comment
Share on other sites

hi everybody

 

I tried but I just can`t seem to find it so I`m asking if anybody of you knows a way to modify the health of regulary spawned cars? I found some line in vehicle.dat or handling.cfg but it only works with accidents but not with damage caused by guns. I changed the damage of guns so they are much deadlier but it`s a bit annoying when a car starts to burn after receiving just a few shots from a 9 mm. Another way to make this happen is just to decrease the gun damage and decrease the regular spawned peds health but I also have no idea how to achieve that.

 

Thanks for any suggestions

Link to comment
Share on other sites

Mister Debris
what do u mean, like a pack of several peds walking together like a gang and attacking cops? that sounds cool i guess i can try to write

Not just any peds, I'd prefer they use the models that would make sense like gangsters, mafiosos, gunnuts and the like. (no posse's of random grandmas and strippers popping caps in the fuzz) but you pretty much got it! Thanks, man!

Link to comment
Share on other sites

PacketOverload_x64bit

Could someone please model palm trees for IV? Or convert palm vegetation from GTA IV SA or another of Nine30's / Stilldre's island palm trees for IV.

 

Only palm trees available I found were so low quality it ruined the experience.

 

smile.gif

Link to comment
Share on other sites

I'd like a couple of mods.

 

1- A Database system for police vehicles like in GTA IV.

 

2- A San News Building

 

3- A Superstorm mod

 

4- A Lifeguard jeep(wrangler or rubicon)

Link to comment
Share on other sites

Hey guys.

 

I'm now asking if someone could make me a Kate Beckinsale skin? I'd need her to be looking like this:

 

user posted image

 

No necklaces, no collars or earrings. I'd need her just like that. It's a request because i'm doing a film inside GTA and i'd need her.

 

If a face skin is needed this SHOULD help:

 

user posted image

 

The Credits of the creator will be posted by me, in the ending credits!

Link to comment
Share on other sites

TheLastStarFighterOfPlanetXenon
what do u mean, like a pack of several peds walking together like a gang and attacking cops? that sounds cool i guess i can try to write

Not just any peds, I'd prefer they use the models that would make sense like gangsters, mafiosos, gunnuts and the like. (no posse's of random grandmas and strippers popping caps in the fuzz) but you pretty much got it! Thanks, man!

http://www.gta4-mods.com/script/wandering-hoodlums-f20073

Link to comment
Share on other sites

Could someone please model palm trees for IV? Or convert palm vegetation from GTA IV SA or another of Nine30's / Stilldre's island palm trees for IV.

 

Only palm trees available I found were so low quality it ruined the experience.

 

smile.gif

Here you go, a palm tree in IV

 

user posted image

 

The thing is it is converted from Cityscape biggrin.gif and im too lazy to model a palm tree

Link to comment
Share on other sites

Mister Debris

 

what do u mean, like a pack of several peds walking together like a gang and attacking cops? that sounds cool i guess i can try to write

Not just any peds, I'd prefer they use the models that would make sense like gangsters, mafiosos, gunnuts and the like. (no posse's of random grandmas and strippers popping caps in the fuzz) but you pretty much got it! Thanks, man!

http://www.gta4-mods.com/script/wandering-hoodlums-f20073

Holy cow, man! That's awesome! Thank you!

Link to comment
Share on other sites

nikothebrit

Is it safe to post here confused.gif

 

Anyway, I seem to be having real difficulty installing mods into GTA San Andreas PC using the mod installer San Andreas Mod Installer (SAMI). I have read and watched many tutorials even a tutorial that a member on this forum had left on how to install the mods into the game and they do install. Its just when i come to play the game after and get onto the load screen of GTA San Andreas it loads about half way and then just crashes. I have also tried restarting my computer after installing a mod and tried zip files and rar files but I still get the same result. I have even tried updating SAMI but even that fails, as far as i know i have done everything by the instructions and book but still GTA San Andreas just keeps getting stuck on the load screen. Im wondering whether anyone else has had this problem and may be could offer some help or advise its starting to annoy me somewhat now mad.gif

 

Thanks Anyway dontgetit.gif

Link to comment
Share on other sites

PacketOverload_x64bit
Could someone please model palm trees for IV? Or convert palm vegetation from GTA IV SA or another of Nine30's / Stilldre's island palm trees for IV.

 

Only palm trees available I found were so low quality it ruined the experience.

 

smile.gif

Here you go, a palm tree in IV

 

user posted image

 

The thing is it is converted from Cityscape biggrin.gif and im too lazy to model a palm tree

Awesome and plenty good enough. Is this available publicly for IV?

Link to comment
Share on other sites

I'm in need of a time manipulation mod for San Andreas. The clock manipulator mod by Dutchy3010 has been the closest thing I could find, and honestly it would have done the trick, but when I do use it to slow down the time of day, it causes a strange eye straining grainy filter to flicker on and off while it is in use. This problem makes it very difficult to use, it is quite sad since it would have been perfect otherwise. Please make some suggestions and thanks to those who will help.

user posted image

user posted image

user posted image

user posted image

user posted image

 

The pictures show the odd discoloration that flickers when using Dutchy's mod.

The flickering is most noticeable in the sky, so it's quite distracting.

Edited by Dongra
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.