Hey there, here is my very first paid release, even my first release at all.
so after some requests on my DMs from some users of a server i’m developing, about asking the interface of the crosshair i decide to make something similar to that we made for our private server.
It does what it says, its a custom crosshair system for your server.
1. It disabled the default reticle (gta v reticle)
2. There’s plenty of different crosshair to use from your likes.
3. It saves kvp user’s last selected crosshair ( it means you don’t have to set your crosshair after a fivem crash or w/e any disconnect. ) it will set its self your latest selected ELSE it will set by default , the very first crosshair from of the available.
3.1. Keep in mind, script name should be default as you found it, otherwise it wont save kvp.
3.2. Script is clean, no obfuscation or hidden stuff. ( If you know what you’re doing, then you can rename to w/e you want the script and fix the client side to save kvp ).
4. As mentioned above, script is not obfuscated, script has no license, i don’t like stuff like that feel free to use server-wide the script BUT DO NOT RE-SHARE/LEAK OR W/E
5. Probably weekly updates for new crosshairs, current Available: 12
6. No refunds accepted.
Update 1.1: Added notifications once you change crosshairs
Update 1.2: Added option to use default reticle for sniper (if using sniper), please check new config file.
Config = {
["UseCommand"] = {
["Enabled"] = true,
["Command"] = "crosshair"
},
["Hotkey"] = {
["Enabled"] = true,
["Key"] = "O"
},
["Messages"] = {
["CrosshairUpdated"] = "You have updated your crosshair."
},
["Snipers"] = { -- Put here all your snipers if you have any that im missing.
[GetHashKey("weapon_heavysniper")] = true,
[GetHashKey("weapon_sniperrifle")] = true,
[GetHashKey("weapon_marksmanrifle")] = true,
[GetHashKey("weapon_heavysniper_mk2")] = true,
}
}
Script runs at: 0.02 with latest performance boost ( on video you’ll see 0.04 but its been recorded before last update ).
Video - Click me boiii
[Download - Buy me boiiii]