Jump to content

tylerturton

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About tylerturton

  • Rank
    Rookie
  1. Well, I don't know if I can bump this since it's 3 days old, but bump.
  2. I found that out, yeah. Thanks for knowing. I just removed the verify signatures like I should've done forever ago, stupid me. Anyways, can a mod close this thread? Thanks.
  3. LOL, you're hilarious, you cannot "steal" a mission, there is no copyright on any other Island life servers missions nor TCG's addon. Anyone can use TCG's addon to run their own server, TCG also took stuff from city life, and several other developers. The addonsync is there for anyone who wishes to use it. Good try though buddy, good try indeed.
  4. I was wondering, when I open a door on my island life server, the "open door" still stays there yet the door is open. This is the code for the frontdoor: if ((_house == "frontdoor") and (player distance _housename <= 10)) then { _housename animate ["FrontDoor",1]; [_housename, 'FrontDoor_AP', 'MBG_B3_OpenDoor',4,(_this)] execvm 'MBG_Buildings_3\MPSound.sqf'; }; if ((_house == "cfrontdoor") and (player distance _housename <= 10)) then { _housename animate ["FrontDoor",0]; [_housename, 'FrontDoor_AP', 'MBG_B3_OpenDoor',4,(_this)] execvm 'MBG_Buildings_3\MPSound.sqf'; }; "cfrontdoor" is obviously close front door. I just want it to remove the action once the door is open and only leave me with the close door action until the door is closed again, then remove the close door action.
  5. Well, I was wondering if anyone has the TCG bikey for the currnet "@TCG" addon. I've tried looking everywhere for it but I can't seem to find it, it'd be much appreciated if anyone knew where I could find it, I'm trying to host my own Island Life but I had to make my own bikey for now until I find the one, which makes me lose users. I also know they're signed with "TCGX" but I tried making my own and that didn't work, so I'm all out of ideas. Thanks!
×