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 2 [3] 4
31  Scripting / Script Help / Help ME! on: January 23, 2013, 12:45:02 pm
how to do that with the death of a player from him aside his weapon
32  News and Content / Liberty Unleashed News / Re: An update on the progress on: January 12, 2013, 11:34:43 am
VRocker we are looking forward to the update thanks for the reply luck in the development!   ;)
33  News and Content / Liberty Unleashed News / Re: An update on the progress on: January 06, 2013, 03:38:09 pm
Dear VRocker how much more we wait until the update ? ???
34  Scripting / Script Help / Re: answer me this on: January 06, 2013, 03:32:15 pm
I have been waiting long can tell when approximately will be released updated ? I beg of you! :)
35  Scripting / Script Help / answer me this on: January 05, 2013, 07:57:09 pm
When it will be released a new version of LU!
36  Scripting / Script Help / Re: where I made a mistake ? on: January 03, 2013, 11:26:48 am
Thanks but it is buggy! since I changed the player screen and it works well laganuto skipt good + 5
37  Scripting / Script Releases / Re: info player Script ( new ) on: January 01, 2013, 09:05:43 am
mido is a great Script I raised him up to himself with pleasure Thanks mido
38  Scripting / Script Help / Re: where I made a mistake ? on: December 30, 2012, 09:54:27 pm
it does not work! :(
39  Scripting / Script Help / where I made a mistake ? on: December 30, 2012, 04:09:09 pm
function GetIslandName( i )
{
   switch ( i )
   {
      case 1:
         return "Portland";
      case 2:
         return "Staunton Island";
      case 3:
         return "Shoreside Vale";
   }
   
   return "Unknown";
}
 
function onPlayerIslandChange( player, old, new )
{
PagerMessage( pPlayer, szYour have entered " + GetIslandName( new ), 140, 1, 2 );
     
     return 1;
}
 
40  Scripting / Script Help / Re: why is it only works 1 ? on: December 30, 2012, 03:19:29 pm
Thank you very much :) Thijn
41  Scripting / Script Help / why is it only works 1 ? on: December 30, 2012, 02:02:20 pm
g_pSound <- null;
function onClientDeath ( killer, weapon, bodypart, )
{
if ( !g_pSound )
       {
               g_pSound = FindSound( "death.mp3" );
               if ( g_pSound )
               {
                    g_pSound.Open();
                    g_pSound.Play();
                   
                   
               }
       }
 return 1;
}
42  Scripting / Script Help / UTB why does not work? on: November 01, 2012, 08:36:13 am
g_pPlayer <- FindLocalPlayer();

function onScriptLoad()
{
   local xPos = VectorScreen( 3, ScreenHeight - 40 );
   local yPos = VectorScreen( 3, ScreenHeight - 28 );
   local zPos = VectorScreen( 3, ScreenHeight - 16 );
   local PingPos = VectorScreen( 3, ScreenHeight - 62 );
   
   local xSize = ScreenSize( 100,3 );
   local ySize = ScreenSize( 100,3 );
   local zSize = ScreenSize( 100,3 );
   local PingSize = ScreenSize( 100,3 );
   
   xText <- GUILabel( xPos, xSize, "" );
   yText <- GUILabel( yPos, ySize, "" );
   zText <- GUILabel( zPos, zSize, "" );
   PingText <- GUILabel( PingPos, PingSize, "" );
   
   xText.FontName = "Verdana";
   yText.FontName = "Verdana";
   zText.FontName = "Verdana";
   PingText.FontName = "Verdana";
   
   xText.FontSize = 9;
   yText.FontSize = 9;
   zText.FontSize = 9;
   PingText.FontSize = 9;
   
   xText.TextColour = Colour( 180, 180, 180 );
   yText.TextColour = Colour( 180, 180, 180 );
   zText.TextColour = Colour( 180, 180, 180 );
   PingText.TextColour = Colour( 180, 180, 180 );
   
   AddGUILayer( xText );
   AddGUILayer( yText );
   AddGUILayer( zText );
   AddGUILayer( PingText );
}

function onClientRender()
{
   xText.Text = "X: " + g_pPlayer.Pos.x + "";
   yText.Text = "Y: " + g_pPlayer.Pos.y + "";
   zText.Text = "Z: " + g_pPlayer.Pos.z + "";
   PingText.Text = "Ping: " + g_pPlayer.Ping + "";
}
43  Scripting / Script Help / HELP! on: October 08, 2012, 08:21:49 pm
can you do that after the murder of a player vypodalo weapons in a single game?
44  Scripting / Script Help / is it possible to create your own radio station? on: October 08, 2012, 08:06:14 pm
is it possible to create your own radio station?
45  Scripting / Script Help / as to alter the command button? on: October 08, 2012, 06:16:03 pm
as to alter the command button?
Pages: 1 2 [3] 4
© Liberty Unleashed Team.