Liberty Unleashed

Scripting => Script Releases => Topic started by: Ankris on November 07, 2015, 08:56:05 pm

Title: Simple crouch
Post by: Ankris on November 07, 2015, 08:56:05 pm
Script: https://github.com/Ankris/lu_crouch

Press V to crouch.

GitHub repo: https://github.com/Ankris
Title: Re: Simple crouch
Post by: Motley on November 07, 2015, 10:14:34 pm
Thank You! This Script Will Be added to my RPG Script.
Title: Re: Simple crouch
Post by: SugarD on November 09, 2015, 07:19:42 pm
Do you have any screenshots of this in action? :D
Title: Re: Simple crouch
Post by: neocortex on November 10, 2015, 08:03:29 am
activation button should be C but anyway its nice
Title: Re: Simple crouch
Post by: Motley on November 10, 2015, 08:23:42 am
V doesn't seem to work. looking at the script the script format is obviously correct. some reason it just doesn't go threw the animation. This is my one main command style that i can't get to work in my scripts. please let me know if it's something on my part.
Title: Re: Simple crouch
Post by: Ankris on November 10, 2015, 10:32:36 pm
Do you have any screenshots of this in action? :D


(http://i.imgur.com/O4EdORs.png)
Title: Re: Simple crouch
Post by: WheatleyGAMING on January 10, 2016, 12:49:59 am
I am having trouble with this script. When I press V my character doesnt crouch  :-[ I put in the content.xml <script folder="lu_crouch-master"/> at the end and I put the folder lu_crouch-master in Scripts :-X What am I doing wrong? ;-; I am looking foward to your reply :D By the way love your server  ;D
Title: Re: Simple crouch
Post by: Ankris on January 10, 2016, 01:25:51 am
I am having trouble with this script. When I press V my character doesnt crouch  :-[ I put in the content.xml <script folder="lu_crouch-master"/> at the end and I put the folder lu_crouch-master in Scripts :-X What am I doing wrong? ;-; I am looking foward to your reply :D By the way love your server  ;D

Make a directory and unzip the files in: ./LUServer/Scripts/lu_crouch/

content.xml: <script folder="lu_crouch"/>
Title: Re: Simple crouch
Post by: WheatleyGAMING on January 10, 2016, 04:41:14 pm
It still ain't working. Its being loaded by the server but it doesnt do the crouching animation when I press V. I'm not sure if this is important but when I downloaded the file it was lu_crouch-master and when I extracted it it was named the same name so I just changed the name to lu_crouch and put <script folder="lu_crouch"/> in the content.xml