Search the Community

Showing results for tags 'global variable triple 3'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Raid Gaming Main Area
    • Raid Gaming News
    • Official Rules & Help
    • Donations
    • Applications
  • Raid Gaming Servers
    • General Gameserver Discussions
    • CoD4 Servers
    • Raid TTT
    • Raid CS:GO Surf
  • Plugins, Tutorials, Maps & More
    • Tutorials
    • Maps
    • Plugins
    • General Help
  • Raid Gaming General
    • Introduction
    • General Discussions
    • Media
    • Forum Games
    • Suggestions

Found 1 result

  1. Hi there, currently having problems coding a minigame that involves hitting a triple. I have 4 functions in total. The first 3 check each target constantly, to see if it has been hit. It then assigns a global variable to =1 for a short while. These seem to be working. However, the 4th one doesn't seem to work, which checks the 3 global variables, and if they all = 1 it initiates a sound. Currently I have it only checking 2 variables (because even THAT doesn't work...) Can you help? Please also note, the iprintln "else" should be showing up every 100ms, but it doesn't.