Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make things happen only in a certain area
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#3
RE: How to make things happen only in a certain area

Try this :

PHP Code: (Select All)
        void ChangeCAMSState(string &in asEntityint alState
{
if(
alState == 1)
{
// THIS is where you are IN the specific area.
}

if(
alState == -1)
{
// THIS is where you are OUT the specific area.
}

(This post was last modified: 06-15-2015, 10:01 AM by DnALANGE.)
06-15-2015, 10:01 AM
Find


Messages In This Thread
RE: How to make things happen only in a certain area - by DnALANGE - 06-15-2015, 10:01 AM



Users browsing this thread: 1 Guest(s)