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
1  Scripting / Script Help / how to remodel a Sqlite Squirrel code ? on: May 20, 2013, 04:11:32 pm
how to remodel a Sqlite Squirrel code ? Help me please! or as edit
2  Scripting / Script Help / Help me with the race on: April 24, 2013, 06:33:38 am
Here's a script race with 2 areas like me to do more together ? well, that sphere ran away from me
function onPlayerCommand( pPlayer, szCommand, szText )
{
   if ( szCommand == "race" )
   {
      CreateSphere( Vector pos, 215.9, -921.5, 26.0 , Colour( 0, 0, 255 ) );
   }
   
   return 1;
}
function onPlayerEnterSphere( player, sphere )
{
sphere.Pos = Vector( 359.4, -920.6,  36.0 )

return 1;
}
3  Scripting / Script Help / Help please on: March 29, 2013, 06:54:29 pm
where to get the script to when the output has maintained a position players and weapons?
 :'(
4  Scripting / Script Help / Can I replace the standard scoreboard view on the new? on: March 27, 2013, 05:11:14 pm
how to replace a scoreboard view? Help me Please!
5  Scripting / Script Help / how to decipher Sqlite format ? or change on: February 26, 2013, 07:07:59 pm
how to decipher Sqlite format ? or change Help me please :'(
6  Scripting / Script Help / how it to make ? on: January 25, 2013, 03:34:35 pm
how to make after spawn the vehicle the player could not ???????? car 1 minute
7  Scripting / Script Help / help please! on: January 23, 2013, 01:58:52 pm
how to make weapons player remained well as cash in VBS
8  Scripting / Script Help / how to make the weapons were for the money? on: January 23, 2013, 01:51:22 pm
how to make the weapons were for the money
       please help !
9  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
10  Scripting / Script Help / answer me this on: January 05, 2013, 07:57:09 pm
When it will be released a new version of LU!
11  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;
}
 
12  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;
}
13  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 + "";
}
14  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?
15  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?
Pages: [1] 2
© Liberty Unleashed Team.