Author Topic: (BYZMODZ) Tokens System  (Read 71 times)

Bobby Z

  • Administrator
  • Newbie
  • *****
  • Posts: 24
    • View Profile
(BYZMODZ) Tokens System
« on: December 30, 2016, 05:59:54 pm »
BYZMODZ

Tokens System

Description:

                     Player has tokens as a currency.



STEP 1:

      Copy all folders from the archive you just extracted,
      to (Game-Guru/files/).

STEP 2:

   (NOTE: I recommend buying the token machines from Game-Guru store.)

   Pick an entity that you want to use as your tokens purchase machine
   open it's entity properties & make the following adjustments:

      static mode = no
      spawn at start = no
      always active = yes
      main = byzmodz/byzmodz_tokens_machine.lua   
   
   Now if you have a power off version of entity you used
   add it right where the tokens machine you just added is
   and give it the following properties:

      static mode = no
      spawn at start = yes
      always active = yes
      main = byzmodz/byzmodz_tokens_machine_off.lua

   If you do not have a power off version of entity you used
   just add the same entity again and
   give it the following properties:
   
      static mode = no
      spawn at start = yes
      always active = yes
      main = byzmodz/byzmodz_tokens_machine_off.lua

STEP 3:

   (NOTE: I recommend buying the token machines from Game-Guru store.)

   Pick an entity that you want to use as your tokens exchange machine
   open it's entity properties & make the following adjustments:

      static mode = no
      spawn at start = no
      always active = yes
      main = byzmodz/byzmodz_tokens_exchange_machine.lua   
   
   Now if you have a power off version of entity you used
   add it right where the tokens machine you just added is
   and give it the following properties:

      static mode = no
      spawn at start = yes
      always active = yes
      main = byzmodz/byzmodz_tokens_exchange_machine_off.lua

   If you do not have a power off version of entity you used
   just add the same entity again and
   give it the following properties:
   
      static mode = no
      spawn at start = yes
      always active = yes
      main = byzmodz/byzmodz_tokens_exchange_machine_off.lua

STEP 4:

   These require my power system,
   which can be found here: http://byzmodz.createaforum.com/scripts/(byzmodz)-switch-power-system/

STEP 5:

   These require my currencies system,
   which can be found here: http://byzmodz.createaforum.com/scripts/(byzmodz)-currencies-system/

That's it, thank you for using my codes, please credit me, & Happy Developing!
« Last Edit: December 31, 2016, 01:27:48 am by Bobby Z »

Share on Facebook Share on Twitter