GMD_Scripts
  • INFORMATION
  • 🥵GMD_ChipChallenge
    • Install on Server
    • ⚙️Config
    • HowTo Add own Chips
  • 📡GMD_WalkieTalkie
    • 🗜️Install on Server
    • ⚙️Config
  • 🛬GMD_Entry
    • 🗜️Install on Server
    • ⚙️Config Script
  • 🪖GMD_ArmySystem
    • Installation
    • Troubleshooting
    • Configuration
      • Basic Config
      • Crafting Config
      • Raid Config
      • Server Config
    • API Developer
      • Events
      • functions
  • 🎅GMD_Christmas
    • ⚙️INSTALLATION
    • 🎮USAGE
  • 🏛️GMD_ServerWealthEngine
    • Install
    • Server Tax
      • Job Tax
      • Vehicle Tax
      • QS-Scripts
        • qs-billing
      • ESX Scripts
        • esx_billing
      • myScripts
        • myBilling
    • Server Vault Settings
      • QS-Scripts
        • qs-fuelstations
        • qs-housing
      • MyScripts
        • myShops
        • myWeaponshop
        • myVehicleshop
        • myProperties
        • myVehicleshop
      • ESX Scripts
        • esx_weaponshop
        • esx_shops
        • esx_vehicleshop
  • 📽️GMD_Loadingscreen
    • Loadingscreen Configs
      • Config Styles
      • Config LUA
      • SteamAPI Config
      • Use MyMultichar
    • Install on Server
      • Install
  • 🏦Database - Debian 10
  • 🏦Database- Debian 11
    • server console commands
Powered by GitBook
On this page
  • WARNING: YOU MUST PERFORM THIS FOR EACH StartCHIPTYPE FUNCTION!!
  • !!! FINISHED !!!
  • Now you can use your very own chip!
  1. GMD_ChipChallenge

HowTo Add own Chips

PreviousConfigNextGMD_WalkieTalkie

Last updated 1 year ago

First, add another ChipType. Please note to add a comma at the end of the second-to-last ChipType, like this:

Next, go to start_cl.lua and add your additional ChipType here.

Take note of the effect names; we'll need them again!

After you've done that, go to line 235 and also add your additional ChipType here. The ShakeEffects will be reset here upon the player's death.

WARNING: YOU MUST PERFORM THIS FOR EACH StartCHIPTYPE FUNCTION!!

Finally, in the startChallengeTimer() function, add your own chip, and that's it! Now you can use your very own chip!!!

!!! FINISHED !!!

Now you can use your very own chip!

Once you've done that, go to function_cl.lua, starting at line 167, and add your new chip here as well. This is where it gets interesting. Set an AnimpostfxPlay to your liking. You can find the names of the effects here: . Test them out, as some may not work!

Also, add your ShakeEffect. You can find them here:

🥵
ScreenEffectList
ShakeEffectList