Skip to content

A crosshair overlay made using python for MTA. It was specifically made for the server CIT but can work for any with the correct key setup.

Notifications You must be signed in to change notification settings

amonodrama/mtasa-crosshair-overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

mtasa-crosshair-overlay

A crosshair overlay made using python for MTA. It was specifically made for the server CIT but can work for any with the correct key setup.

An example config is provided in config.ini You can modify it to make it work for any server.

Will this get me banned from MTA?

Well, not really. This program does not contain any injection or anything similar that infects MTA. It's just a simple program that relies on key presses. So there is not really a risk of being banned as it is not a cheat and can not be used as a cheat. However MTA Staff can simply decide they do not want this in their game and blacklist this program like they have done with some netlimiters, at that point you will not be able to join this server while this program is on. If such thing happens I will not support this program and won't try to bypass their protection by anyway.

Config Settings

[Crosshair]
color = 0,255,0 # any rgb color
style = lines # lines/circle
size = 15
line_width = 2

[Handguns]
keys = 1, q
offset_x = 57
offset_y = -109

[SMGs]
keys = 6
offset_x = 57
offset_y = -109

[Shotguns]
keys = 2
offset_x = 57
offset_y = -109

[Assault]
keys = 4
offset_x = 57
offset_y = -109

[Rifle]
keys = 3,e
offset_x = 0
offset_y = 0

[Heavy]
keys = 5, l
offset_x = 0
offset_y = 0)

Screenshots

While holding sniper:

image

While holding shotgun and most weapons:

image

About

A crosshair overlay made using python for MTA. It was specifically made for the server CIT but can work for any with the correct key setup.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages