Jump to content

rbnpts_de

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About rbnpts_de

  • Rank
    Newbie
  1. Hello you all! I just started modding and i have a background in mission making so i'm not really new to this but now i came up on a weird problem. So I added this code to my config.cpp: class UserActions { class GetInformation { displayName = "Get Information"; displayNameDefault = "<img image='\a3\missions_f_oldman\data\img\holdactions\holdAction_talk_ca.paa'/>"; priority = 10; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 1; shortcut = ""; condition = "(driver (vehicle player)) isEqualTo player"; // Check if player is Driver statement = "if (selectRandom [true, false]) then { hint 'I do not have information for you!' } else { hint 'I tell you everything I know!' };"; }; }; So my problem is now that I have the UserAction inside and outside the vehicle 😞 How do i show the UserAction only when the person is driver?
×