# bjeremii.blogspot.com [Startup] Delay = 1000 [CutFeatures] EnableVegetation = 1 EnableSun = 1 EnableSpeedBlur = 1 EnableFade = 1 EnableWasted = 1 [Gameplay] FrameDelay = 0 NoTrainCamShake = 1 PreventEngineBug = 1 DisableStuntBonuses = 1 [SAMP] AutoHideKillfeed = 0 DisableKillfeed = 1 ImVehFtColorFix = 1 [CinematicMode] ToggleKey = 123 HideRadar = 1 HideHUD = 1 HideBigMessages = 1 HideTextdraws = 1 HideNametags = 1 HideHealthBars = 1 HideLabels = 1 HideChat = 1 HideChatBubbles = 1 ################################################################################################################################################################################################################################################# # # Found a bug, or have a suggestion? Go to the mod's comment section and tell me. # If you can't tell already, I'm bad at naming some of the features. # # TYPES: BOOLEAN : 0 (false/no) and 1 (true/yes) # VIRTUAL KEYCODE : Visit https://keycode.info to get a key's keycode. # INTEGER : Any number that does not have a decimal point, for example 1 , 2 , 3 , and so on. # FLOAT : Any number that has a decimal point, for example 1.0 , 1.5 , 2.3 , and so on. # # # [+] Startup # Script startup setting. # # * Delay (INTEGER) # Miliseconds required after game loading to initialize script. # Delay is necessary for some features to work properly. # Recommended: 1000 # !!! VALUES BELOW 750 IS DANGEROUS !!! # !!! IT MAY MAKE YOUR GAME BECOME STUCK IN AN ENDLESS BLACK SCREEN !!! # # # [+] CutFeatures # Singleplayer features that got disabled/changed in SAMP. # # * EnableVegetation (BOOLEAN) # Allows vegetation to appear again. # # * EnableSun (BOOLEAN) # Re-enables the sun. # # * EnableSpeedBlur (BOOLEAN) # Re-enables the blur that appears when you are driving fast or using nitro. # # * EnableFade (BOOLEAN) # Re-enables the fade function. # Scripts that use the fade function will now make the game fade out/in. # WARNING: MAY CAUSE BUGS WHEN RESPAWNING CHARACTER # # * EnableWasted (BOOLEAN) # Allows the wasted message to appear again whenever you die. # WARNING: MAY CAUSE BUGS WHEN RESPAWNING CHARACTER # # # [+] Gameplay # Stuff related to basic gameplay, such as stunt bonuses. # # * FrameDelay (INTEGER) # Delay between frames in milliseconds. # Some mods that are supposed to remove frame delay, will not remove it. # Because SAMP for some reason sets the delay to 2 milliseconds. # That is why this option got added. # Why didnt they just set it to 0 while they are at it? Who knows. # # * NoTrainCamShake (BOOLEAN) # Prevents your camera from shaking when you're driving a train. # Reason why this is related to SAMP is because of passing trains that shakes your camera regardless of the distance. # This patch prevents your camera from shaking because of a passing train. # # * PreventEngineBug (BOOLEAN) # Prevents your vehicle's engine sounds from bugging out. # The bug is usually caused by a player holding a chainsaw within your draw distance. # This feature prevents the bug by disabling the chainsaw sounds when you're in a vehicle. # # * DisableStuntBonuses (BOOLEAN) # Disables the stunt bonuses since they are useless anyways. # # # [+] SAMP # Stuff related to available SAMP features. # # * AutoHideKillFeed (BOOLEAN) # Automatically hides the killfeed whenever you open SAMP. # No, it does not disable the killfeed completely, the F9 toggle still works. # This is mainly for players who hate how they have to press F9 everytime they open SAMP. # # * DisableKillfeed (BOOLEAN) # Completely disables your client's killfeed. # # * ImVehFtColorFix (BOOLEAN) # Fixes car colors becoming black. # # # [+] CinematicMode # A mode that will make your game less cluttered. # # * ToggleKey (VIRTUAL KEYCODE) # The key used to toggle cinematic mode. # # * HideRadar (BOOLEAN) # Hides the radar. # # * HideHUD (BOOLEAN) # Hides the normal HUD (health bar, current weapon, etc). # # * HideBigMessages (BOOLEAN) # Hides the big messages that appear in the middle of your screen. # # * HideNametags (BOOLEAN) # Hides the nametag of players. # # * HideHealthBars (BOOLEAN) # Hides the health bar of players. # # * HideTextdraws (BOOLEAN) # Hides on-screen element made by the server. # # * HideLabels (BOOLEAN) # Hides the 3D texts made by the server. # 3D texts are texts that always faces your camera. # # * HideChat (BOOLEAN) # Hides the chat. # # * HideChatBubbles (BOOLEAN) # Hides the chat bubbles that appear on top of players. # # # [*] Experimental # Features that requires more testing, or needs to be updated. # # There are no features available for testing in this version. #