Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


  Show Posts
Pages: [1]
1  Scripting / Script Help / Headshot's with frindlyfire 1 on: December 26, 2015, 03:20:14 pm
Hey, I have some problem with my gamemode.
I have working headshots, and friendlifire 1 (can't kill the same team).
All is good, because i can't kill the same team, but i can kill my team shot in the head.
How to turn off this?

Code: [Select]
function onClientShot(p,w,b)
{
if (b == BODYPART_HEAD && w >= 3 && w <= 7)
{
pp.RemoveLimb(BODYPART_HEAD);
pp.Health = 1;
}
return 1;
}
2  Liberty Unleashed / Support / Re: Not loaded script on: December 03, 2015, 03:39:48 pm
Thanks for help.

We can close topic ;).
3  Liberty Unleashed / Support / Not loaded script on: November 30, 2015, 01:45:29 pm
I try turn LU Server in my computer, but I have problem. Mine script is not loaded in game.

I have in Script folder main.nut file.
In my content.xml i have line:
Quote
<!-- Scripts -->

<!-- Specifies which scripts will be loaded on server start -->
<script folder = "Main"/>

and in Script.xml in Scripts/Main folder:
Quote
<!-- Add the scripts and files to be loaded with scripts here -->

<script file="main.nut" client="1" />
Pages: [1]
© Liberty Unleashed Team.