Jump to content

KifKick

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About KifKick

  • Rank
    Rookie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. It looks your P drive is mounted only for read, not write. Check mounting p drive with admin privilages.
  2. Thanks guys for reply. For alternative i have used a EventHandler. [_vehicle, ["engine",{if(isEngineOn (_this select 0) && !((_this select 0) getVariable ["haveKey", false]))then{(_this select 0) engineOn false}}]] remoteExec ["addEventHandler", 0, true]; It works as I wanted.
  3. Hi, my question is how to remove user action from car because i want to remove Engine On/Engine Off and add my custom engine on. Here is screenshot.
×