Jump to content

Hard_sheep1998

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Hard_sheep1998

  • Rank
    Rookie

Recent Profile Visitors

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

  1. oh thats true my mistake let me take the name first and then send it via remoteexec what a stupid mistake 😄 thanks
  2. systemchat format ["%1", name player]; Basically this but just with BIS_fnc_MP so that everyone see my message.
  3. I was doing some editing yesterday i added a table on which i added a addaction. Now the thing is when i try to get the players name from the action it sometimes outputs my name then a name of a friend etc. So i was using systemchat format["%1", name player]; and it didnt output me the name of the player who clicked on the action. Is there any other way to get the name?
  4. Hello i was asking today myself how i can get the Camera Position (or view position doesnt matter) of an target, because i want to check if the player uses switchCamera. CameraOn would do the job perfectly to check if the player uses switchCamera but since i cant run it on each player it is kinda sad (if cameraon _x == player do blah blah .. would do exactly that what i want). Or is there any way to get the position of the camera attached to the player and check if the camera position of the player is equal to a different camera position that would do the same but i already tried it with 'getCameraViewDirection' didnt really work. Thanks.
×