Home   Help Search Login Register  

Author Topic: What is a global place?  (Read 537 times)

0 Members and 1 Guest are viewing this topic.

Offline supershooter

  • Members
  • *
  • 2+2=4
What is a global place?
« on: 21 Mar 2005, 16:26:04 »
I have the CBT HMMWV Pack v1.0. When the veichles burn they give off a lot of smoke which lags the game. A script comes with the addon that reduces the smoke. But it has to be put in a global place, what is this?
Heres the script:

To reduce smoke effects in all CBT addons, write this line in global place:
- "CBT_LowSmoke = true"


Offline Blanco

  • Former Staff
  • ****
Re:What is a global place?
« Reply #1 on: 21 Mar 2005, 17:00:37 »
A global place is
eg. :

The onactivation field of a trigger

CBT_LowSmoke is a global variable, this means you can access this variable from anywhere.






Search or search or search before you ask.

Offline supershooter

  • Members
  • *
  • 2+2=4
Re:What is a global place?
« Reply #2 on: 21 Mar 2005, 17:35:25 »
oh right. I'll try it. :)