Skip to main content

About

Basic things to know about the Golf.

image

Basic

caution

This resource is standalone, so it is not linked to any framework, comes from that you will need to adjust some functions to fit your server, explanations below.

Features

  • Four ball types (White, Yellow, Green, Pink)
  • Distance calculator (compared to the selected flag, and the current hitted distance)
  • Leaderboard system with MySQL save, which records the longest hit from the player.
  • Different material forces with sound & particle effects.
  • Terraingrid (if you want to check slopes or uphills)
  • Few camera setups (for checking the selected flag, etc.)
  • Wind direction and Wind speed modify the ball movement. (Default is disabled, with the wind i could not hit a thing. 😃 ) There is also a marker which shows the current Wind movement and strength. (The marker color changes how strong the wind is, i used heatmap, so strong wind is red, and how the wind reduces it goes bluer.)

Things you can modify in the config.lua

  • Enable/Disable the wind force. (makes ball move differently)
  • Enable/Disable the tree leave hits. (it stops the ball movement)
  • Club strengths. (Though, i do not recommend modify the default values)
  • Ground slowing speed
  • Player rotate speeds
  • Keybinds (scaleform button ones, because they are reactive for the changes)
  • Leaderboard enable/disable & command, and how many players shown on the board. (Default 10)
  • You can enable/disable the need of the default gta weapon_club if you want, it wont stuck your script, but because we are using attached clubs when aiming with the ball, the script removes the weapon from the hand when you are interacting. (Default is disabled)