Instant Night Vision

haZh

Member
Joined
Apr 19, 2018
Messages
11
Reaction score
1
This will enable night vision for you, don't see an actual use of this but here ya go;

Activation:
[F9]: Enable/Disable night vision.

Note:
Not ideal to take [F8] key as it's used for SAMP screenshots, so;
[F9] = "9" = 9ight
so it will be easy for you to remember.
 

Attachments

  • night.cs
    17.7 KB · Views: 23

_=Gigant=_

Well-known member
Joined
Mar 21, 2017
Messages
353
Reaction score
16
haZh said:
Note:
Not ideal to take [F8] key as it's used for SAMP screenshots, so;
[F9] = "9" = 9ight
so it will be easy for you to remember.

F9 is used for kill list to disable&enable 
you could use

0AF0: 0@ = get_int_from_ini_file "cleo\NightVision.ini" section "Keys" key "intKey"

so users can put key they want 

if 0AB0: 0@ 
then
// do stuff
 

haZh

Member
Joined
Apr 19, 2018
Messages
11
Reaction score
1
Thanks man, I just noob. Felt like releasing some small stuff.
 
Top