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  Off Topic / Spam / Recording on: March 05, 2012, 09:17:21 am
I recorded a video of me playing Liberty Unleashed with my Fraps for the first time. The video was just 2:00 minutes lengthy but the size was 450mb. I haven't done any editing in it. File type is .avi
Maybe i will use xfire video recorder, Does xfire supports Liberty Unleashed?
2  Off Topic / Spam / Game on: February 08, 2012, 02:30:39 pm
Count till 50, I hope you guys know this game. I will start :P

1


2
3  Liberty Unleashed / LU Clans / Demi Warriors on: February 06, 2012, 12:35:41 pm
Demi Warriors
Demi Warriors is a clan started by Demi_God on 6th February 2012 here you can 
find information about it


Clan Tag: [DW]/ DW. , [DW_T]/DWt. , [DW_R]/ DWr.
Tag Color: Navy Blue
Server Progress: 12%

Demi Warriors


Demi_God


Rookies

None


Trainees


None 




If you want to join us click here for more information about applying etc. click here to view our site


4  Scripting / Script Releases / Location system (Database) on: February 04, 2012, 01:19:07 pm
Location system (Database) 


Details

This is a script can your current position and goto that position anytime you want.
Script Version is 0.2
Coded by Demi_God


Downloads

0.1:  Mediafire, Uploading, Filefactory
0.2:  Mediafire



Instructions

1.Create a new folder in your server Scripts folder and name it as Location
2.Download Location.nut file from one of the above links to Location folder
3.open serverfolder>LU>content.xml and add this line <script folder="Location"/>
4.Now open the Location folder and create a text document file and name it as Script.xml
5.Open Script.xml and add this line <script file="Location.nut" client="0"/> and save it



Contains/History

0.1: /saveloc, /gotoloc.
0.2: Fixed memory leakage.


Notes

1.You can view the saved location Name, Coordinates and Author's name in 
Database.sqlite file in your server dir.
2.Please report me if you find any bugs :)
3.Please don't blame me its my first release  ;)

5  Scripting / Script Help / INI Help on: February 01, 2012, 01:31:53 pm
Command:

Code: [Select]
(3)if ( cmd == "s" )
   (4) {
(5)   local pos = player.Pos;
   (6)  if( text )
(7) {
         (8) MessagePlayer( "Saved location: " + pos.x + "," + pos.y + "," +  pos.z + " as " + text + ".", player );
         (9) WriteIniFloat( "Locations.ini", text, "x", pos.x );
        (10)  WriteIniFloat( "Locations.ini", text, "y", pos.y );
          (11)WriteIniFloat( "Locations.ini", text, "z", pos.z );
(12) }
        (13) else MessagePlayer("Error: /s (location_name)",player);
(14) }

The problem is when i type /s (text), It doesn't save the  anything in-game instead it prints the following text in Rcon:

Code: [Select]
<31/01/2012 - 21:07:37> *FUNCTION [onPlayerCommand()] Scripts/Main/main.nut line [9]
<31/01/2012 - 21:07:37> LOCALS
<31/01/2012 - 21:07:37> [pos] INSTANCE
<31/01/2012 - 21:07:37> [text] "Bank"
<31/01/2012 - 21:07:37> [cmd] "s"
<31/01/2012 - 21:07:37> [player] INSTANCE
<31/01/2012 - 21:07:37> [this] TABLE

I have loaded the required module:

Code: [Select]
function onScriptLoad()
{
  LoadModule("lu_ini");
  print( "** Scripts loaded sucessfully" );
  return 1;
}
6  Scripting / Scripting Discussion / Wiki? on: December 26, 2011, 05:51:47 am
I searched LU Wiki for the some functions but couldn't find. It was simply left empty with -- Todo
Can anyone give me a definition and a small example of each of the following  ::)


  • Sphere Functions.
  • Window Functions.
  • Sprite Functions.
  • Progress Bar Functions.
  • Memobox Functions.
  • Layer Functions.
  • Label Functions.
  • Editbox Functions.
  • Checkbox Functions.
  • Button Functions.
Pages: [1]
© Liberty Unleashed Team.