Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 45698

✨FIVEM MOD MENUS✨300 MENUS✨

by _Ace_ - 26 July, 2022 - 01:40 AM
This post is by a banned member (yesyouknow) - Unhide
136
Posts
0
Threads
1 Year of service
thxx
This post is by a banned member (100scplMSF) - Unhide
This post is by a banned member (huqmigolqm) - Unhide
118
Posts
0
Threads
1 Year of service
[font]ty[/font]
This post is by a banned member (VunKol) - Unhide
This post is by a banned member (OGwoudy) - Unhide
OGwoudy  
Registered
22
Posts
0
Threads
1 Year of service
(26 July, 2022 - 01:42 AM)43edsc Wrote: Show More
(26 July, 2022 - 01:40 AM)_Ace_ Wrote: Show More
Leachers will be banned.

[Image: clown2.gif]

feee
This post is by a banned member (Pavebumse) - Unhide
Pavebumse  
Registered
204
Posts
0
Threads
2 Years of service
private static void GripWallWalk()
{
    List<InputDevice> list = new List<InputDevice>();
    InputDevices.GetDevicesWithCharacteristics(580, list);
    bool flag;
    list[0].TryGetFeatureValue(CommonUsages.gripButton, ref flag);
    bool flag2 = flag;
    if (flag2)
    {
        RaycastHit raycastHit;
        Physics.Raycast(Player.Instance.rightHandTransform.position, Player.Instance.rightHandTransform.right, ref raycastHit, 100f, 512);
        bool flag3 = raycastHit.distance < 3f;
        if (flag3)
        {
            Player.Instance.bodyCollider.attachedRigidbody.useGravity = false;
            Player.Instance.bodyCollider.attachedRigidbody.velocity -= raycastHit.normal * (9.9f * Time.deltaTime);
        }
        Player.Instance.bodyCollider.attachedRigidbody.useGravity = true;
    }
}
This post is by a banned member (drzytqin) - Unhide
This post is by a banned member (Dominous) - Unhide
Dominous  
66
Posts
0
Threads
1 Year of service
(26 July, 2022 - 01:40 AM)_Ace_ Wrote: Show More
Leachers will be banned.

tzzz

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)