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

a better subway tunnel and stations and L-train structure and stations for gta III. With like stop signs and turnstiles and ticket machines. Srry if that's too much.user posted imageuser posted image

user posted imageuser posted image Thank you very much

Link to comment
Share on other sites

almost finished (I have to cut the empty part)

And about my script what is the center of the screen?

 

038D: draw_texture 1 position X Y size 73 84 RGBA 255 255 255 255 

 

 

EDIT:

Like call of duty

user posted image

Edited by Bad.boy!
Link to comment
Share on other sites

aStiffSausage
almost finished (I have to cut the empty part)

And about my script what is the center of the screen?

 

038D: draw_texture 1 position X Y size 73 84 RGBA 255 255 255 255 

 

I'm not completely sure, but I think it's Y=320 and X=240, as I think screen is set to 640x480 area to calculate texture-positions, even though resolution would be different. Try with that one biggrin.gif

Link to comment
Share on other sites

And is it possible to remove the default aim thing.

 

I didn't test it yet (have to reinstall gta sa tounge.gif )

Link to comment
Share on other sites

aStiffSausage
And is it possible to remove the default aim thing.

 

I didn't test it yet (have to reinstall gta sa tounge.gif )

Default aim thing? What you mean? dontgetit.gif

Link to comment
Share on other sites

When you aim down youre sight (manual aim), a

 

Forget that a picture is better then 1000 words (that thing in the middle):

user posted image

Link to comment
Share on other sites

aStiffSausage

 

When you aim down youre sight (manual aim), a

 

Forget that a picture is better then a 1000 words:

 

Oh, the crosshair.

 

I think there's two ways, easy and a bit harder way.

 

So, go to "GTA San Andreas/Models" and open file "hud.txd", and find file "siteM16" and replace it with transparent picture, save and play

 

Second way would be editing weapons.dat, but it would be a bit more complicated.

 

 

And if I understood right, he wants crosshair on grenade, so does it really matter does the other weapons use crosshair, as you can use some check to see if he's having grenade? tounge.gif

Link to comment
Share on other sites

Editing what in the weapon.dat (example would help), without sniper scope please.

Link to comment
Share on other sites

aStiffSausage
Editing what in the weapon.dat (example would help), without sniper scope please.

It's all about hex-flags wink.gif

 

So, example with M4 (first one, skill-level poor)

 

 

$ M4    INSTANT_HIT	40.0 90.0	356	-1  5	riflebad	50  30  0.74 -0.04  0.13    0  0	0.45 0.9   6 10  7  6 10  7  99	7001

 

 

Hex-flags are in opposite direction, first hex-flags goes to right and last one to the left, and on normal weapons they are the last digit.

 

We are only interested in first digit, so we need to know what each value does:

 

# 1stDigit:	CANAIM:1	AIMWITHARM:2	1STPERSON:4  ONLYFREEAIM:8

 

 

We need to enable 1st one if we want to aim with the weapon, and if only it's enabled, then it's using M4-like aiming.

2nd should make it aim like a dual-wielded weapon, hand straight forwards.

3rd makes it like sniper, with exception that sniper is using texture while in 1st-person mode.

And 4th digit is free-aim, without crosshair.

 

And I explained how hex-flags work in a few post earlier.

 

Hope this helped catspider.gif

Link to comment
Share on other sites

ok,I got it guys,thx all of you for the help

Link to comment
Share on other sites

It is this or what?

 

$ GRENADE	PROJECTILE	30.0 40.0	342	-1  8	grenade  1  75  0.0   0.0   0.0  1  0	1.0  1.0  0 99  6  0 99  8  99	10004

 

 

Anyway, my game doesn't start up with my script, I tried with player.defined and without (like the script was):

 

{$CLEO .cs}//-------------MAIN---------------thread 'AIM' 0A95: enable_thread_saving wait 1000 0390: load_txd_dictionary "GREN_AIM" 038F: load_texture "GREN_HUD" as 1 // Load dictionary with 0390 first wait 1000 :AIM_49wait 50 if 02D8:   actor $PLAYER_ACTOR current_weapon == 16 else_jump @AIM_49 wait 10 if 80E1:   not player 0 pressed_key 9 else_jump @AIM_49 if 00E1:   player 0 pressed_key 6 else_jump @AIM_49 038D: draw_texture 1 position 320 240 size 73 84 RGBA 255 255 255 255 :AIM_135wait 10 if 00E1:   player 0 pressed_key 6 else_jump @AIM_163 jump @AIM_135 :AIM_163wait 1 03F0: enable_text_draw 0 wait 30 jump @AIM_49 

 

 

Grenade txd

Edited by Bad.boy!
Link to comment
Share on other sites

lolz where do I put it?

Link to comment
Share on other sites

 

Anyway, my game doesn't start up with my script

 

It isn't finished, and my txd is f*cked up (f*ck you txd workshop) suicidal.gif

 

EDIT: can anyone make a proper txd of this file

Edited by Bad.boy!
Link to comment
Share on other sites

^^ Dodge Chargers are available already in different versions on the common sites. But not this one as far as I know. Anyway worth a look.

Link to comment
Share on other sites

almost finished (I have to cut the empty part)

And about my script what is the center of the screen?

 

038D: draw_texture 1 position X Y size 73 84 RGBA 255 255 255 255 

 

I'm not completely sure, but I think it's Y=320 and X=240, as I think screen is set to 640x480 area to calculate texture-positions, even though resolution would be different. Try with that one biggrin.gif

This thread here should help you out, various methods for calculating screen position:

 

http://gtag.gtagaming.com/forums/index.php?showtopic=385

Link to comment
Share on other sites

may anyone tell me how to make a "6 stars wanted level" and "player in a car" detection and under this circumstance and police APC with 2 swat officers inside chase player?I am using a file type call"*.vb"(i am noob in coding....sorry i dont know wt it actually call)

 

 

Imports SystemImports System.Windows.FormsImports GTAPublic Class    Inherits Script      Dim pc As ped = Player.Character   Private Sub       If e.Key =[color=blue](what should i do right here,pls?)[/color]       End If   End SubEnd Class

 

Link to comment
Share on other sites

Not sure if this has been requested or not (as there are 48 pages and after running a search on it found only other versions) but i would like to see a Hummer H1 (civilian not military as i see those everyday here in my job lol) i know they had the patriot from previous GTA's that looked somewhat like it but it would be nice to see one with more detail.

 

 

Nevermind I actually found one. Here is the link if anyone is interested. http://www.gtagaming.com/downloads/gta-iv/vehicle-mods/3685

Edited by UnRivaled
Link to comment
Share on other sites

I have a request for a texture, can anyone make this file (grenade aim icon), into a proper .txd without lost of quality?

 

 

Link to comment
Share on other sites

hey guys, can u help me? i want some one that can create a mod for me the mod is,

-An AK-47 mod : model FA MAS M203

 

the picture here you go http://i89.servimg.com/u/f89/13/59/89/11/dsc06410.jpg

for the colours i want many version of it such color:

 

the color is like this one (with bit shine on it) http://www.facebook.com/media/set/?set=a.1...&type=1&theater

the camo version (the top one) http://didiermorandi.fr/ats/images/Famas%20camo.JPG

the desert camo version http://www.gamebanana.com/skins/screens/49788

And the standart version with black with black shine on it

For the camo and rusty version (the first link) i want the camo not affect on the scope and the grenade launcher , and if you can make it have dual magazine (just multiply it easy holmes)

 

The next one is golden MP5K for micro smg mod

 

Here you go

http://image.ntreev.net/pb/contents/images...eapon/mp5kg.jpg (Yes , with silencer )

 

and the last was kriss SVD with gold http://3.bp.blogspot.com/_UrYgYZBzJ6A/TK8b...OPg/S350/sg.jpg (with the scope and long magazine) this one for SMG

 

This mod is still not avalible for gold mp5 it's avalible but the details are poor with big size

i wanted a high detail remember it HIGH DETAIL

for the copy rights we talk about it later anyone can finish this fast will get when you ready post the picture the size and ingame picture THIS IS GTA SAN ANDREAS if you guys said search on gta inside or garage ! clearly no mod like this one in gta garage

answer please (sorry for i giving images in link

Link to comment
Share on other sites

Blackheart612
Can I request a script to enable to do vigilante in a hydra plane

It'd be good if there will be an asi loader so you can make your own side mission on the car you want or the car you added right?

Link to comment
Share on other sites

Can I request a script to enable to do vigilante in a hydra plane

I believe that is possible in spaceeinstein's All in One mod.

23088_s.gif

Link to comment
Share on other sites

Ok sorry coz i'm brand new here so i don't know about edit button confused.gifsad.gif

Link to comment
Share on other sites

Death2Drugs

Again, want to post. May anyone please do these people as protagonists:

 

 

*Dardan Petrela

*Rebecca Black

*Eddy from Ed Edd n Eddy

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.