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 ... 12
16  Scripting / Script Help / Re: please help me im new on: September 29, 2013, 06:50:42 pm
Try This >
Code: [Select]
function onPlayerCommand( pPlayer, szCmd, szParams )
{
   if ( szCmd == "car" )
{
if ( szParams )
{
          if ( pPlayer.Vehicle )
           {
            MessagePlayer( "[#00ff00]*PM* [#ff0000]Sorry You Now In A Vehicle .", pPlayer );
           }
          else
           {
local pTemp = split( szParams, " " ), ID = 90;
if ( IsNum( pTemp[ 0 ] ) ) ID = pTemp[ 0 ].tointeger();

if ( ( ID >= 90 ) && ( ID <= 150 ) )
{
local v = pPlayer.Pos;
MessagePlayer( "[#80ff00]Spawning a vehicle with model ID " + ID + "...", pPlayer );
                local pVehicle = CreateVehicle( ID, Vector( v.x + 4, v.y, v.z ), pPlayer.Angle );
            if ( pVehicle ) pVehicle.OneTime = true;
}
           }
}
}

return 1;
}

17  Scripting / Script Help / Re: please help me im new on: September 28, 2013, 09:01:24 pm
You Mean To Create A Vehicle ?
18  Scripting / Script Help / Re: please help me im new on: September 28, 2013, 08:55:35 pm
Just download This Script >>
( http://www.mediafire.com/?ufri9o8ievco065 )
19  Scripting / Script Help / Re: please help me im new on: September 28, 2013, 08:24:48 pm
Why ??
20  Scripting / Script Help / Re: please help me im new on: September 28, 2013, 07:34:38 pm
I Can't Understand You Well, But Try This >
Code: [Select]
function onPlayerSpawn( player, pskin )
{
      player.SetWeapon( 1, 9999999 );
      player.SetWeapon( 2, 9999999 );
      player.SetWeapon( 3, 9999999 );
      player.SetWeapon( 4, 9999999 );
      player.SetWeapon( 5, 9999999 );
      player.SetWeapon( 6, 9999999 );
      player.SetWeapon( 7, 9999999 );
      player.SetWeapon( 8, 9999999 );
      player.SetWeapon( 9, 9999999 );
      player.SetWeapon( 10, 9999999 );
      player.SetWeapon( 11, 9999999 );
      player.SetWeapon( 12, 9999999 );
  return 1;
}
21  Liberty Unleashed / Support / Re: I must wait and wait for the connection !!! on: September 04, 2013, 09:57:36 pm
Man Your Internet is Slow.
22  Scripting / Script Help / Re: Save Pos. on: September 03, 2013, 10:23:37 pm
Thank Thijn.
And, the pos is not save?
And, how I save the weapons?

Sorry by many questions xD
You Can Save The Weapons Like Pos But You Cant Save The All Weapons.
23  Scripting / Script Help / Re: Save Pos. on: September 02, 2013, 06:57:17 pm
You Can Get The Idea From This >>
Code: [Select]
function onScriptLoad()
{
   LoadHashes();
}

function LoadHashes()
{
    Spawns <- HashTable( "Hashes/Spawns.hsh" );
    Spawns.Load( "Hashes/Spawns.hsh" );
}

function onPlayerSpawn( pPlayer, Spawned )
{
     Spawns.Inc( pPlayer.Name, 1 );
     Spawns.Save( "Hashes/Spawns.hsh" );
     if(Spawns.Get( pPlayer.Name ) != null) MessagePlayer( "Spawns: " + Spawns.Get( pPlayer.Name ), pPlayer, Colour( 0, 255, 0 ) );
     else MessagePlayer( "Spawns: 0", pPlayer, Colour( 0, 255, 0 ) );
}
24  Scripting / Script Help / Re: Save Pos. on: September 02, 2013, 05:12:53 pm
You Can Make This Function Easily By Hash. ;)
25  Off Topic / Spam / Re: Hello on: August 22, 2013, 11:59:50 am
Thanks
You Are Welcome  :D.
26  Off Topic / Spam / Re: Hello on: August 21, 2013, 09:47:26 pm
Welcome Cool_Jahan In Lu  :D
Thanks man But I have Some Problem To running multiplayer When i want To Run Server They said could not find the gta Executable can you please help me?

Sure Man, Open The Game > Tools > Settings > Browse > Then Choose The Game location.
27  Liberty Unleashed / Liberty Unleashed Chat / Re: Error on: August 21, 2013, 09:46:19 pm
Man Open The Game > Tools > Settings > Browse > Then Choose The Game location.
28  Off Topic / Spam / Re: Hello on: August 21, 2013, 08:25:44 pm
Welcome Cool_Jahan In Lu  :D
29  Liberty Unleashed / Bug Reports / Re: Explosion near object added by you = object removed on: August 19, 2013, 04:03:55 pm
No Way To Fix It.
Notable: If You Type /Reconnect , The Object Remove.
You Can Wait The Next Lu Update To Fix It :P
30  Off Topic / Spam / Re: RPG Andreas on: August 18, 2013, 03:57:57 pm
You Mean Downloading RPG Server ?  ???
No, But You Can Make One By Your Self  :P
RPG Andreas was a mod by VRocker for GTA:SA(hence the name),not a game mode lol



On topic: I don't think the mod itself is even developed anymore...

Ok  ;D
Pages: 1 [2] 3 4 ... 12
© Liberty Unleashed Team.