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
Help with variable ints!
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#5
RE: Help with variable ints!

actually it's not, it looks correct to me
PHP Code: (Select All)
void ContainerOnBarrelCheck()
{
if(
GetLocalVarInt("Clean") == 1)
{
//WHAT TO DO IF BARREL IS ALREADY CLEANED
}

else if(
GetLocalVarInt("DirtyContainer") != 1)
{
//WHAT TO DO IF BARREL HAVEN'T CLEANED YET


and by set local variant on void on start, you mean like adduseitem callback or addentitycollide callback? because I never added a setlocal varint on void on start and I don't know what that means yet XD since I'm new to local varints

(This post was last modified: 03-19-2014, 10:40 AM by Radical Batz.)
03-19-2014, 10:38 AM
Find


Messages In This Thread
Help with variable ints! - by Radical Batz - 03-19-2014, 10:05 AM
RE: Help with variable ints! - by Radical Batz - 03-19-2014, 10:24 AM
RE: Help with variable ints! - by Radical Batz - 03-19-2014, 10:38 AM
RE: Help with variable ints! - by Mudbill - 03-19-2014, 12:16 PM
RE: Help with variable ints! - by Mudbill - 03-19-2014, 01:23 PM
RE: Help with variable ints! - by Radical Batz - 03-19-2014, 01:40 PM
RE: Help with variable ints! - by Mudbill - 03-19-2014, 01:57 PM
RE: Help with variable ints! - by Mudbill - 03-19-2014, 02:26 PM



Users browsing this thread: 5 Guest(s)