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
What's wrong with this script?
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#2
RE: What's wrong with this script?

GetGlobalVarInt("rodmachine");
{
if(GetGlobalVarInt("rodmachine") == 0)
//..
}

Switch the if line and the opening brace. Also GetGlobalVarInt("rodmachine"); does nothing by itself. No reason to have it there.

(This post was last modified: 02-27-2012, 10:51 AM by palistov.)
02-27-2012, 10:50 AM
Find


Messages In This Thread
What's wrong with this script? - by Shadowfied - 02-27-2012, 10:35 AM
RE: What's wrong with this script? - by palistov - 02-27-2012, 10:50 AM



Users browsing this thread: 1 Guest(s)