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  Liberty Unleashed / Suggestions / Re: Deathwindow, new objects and AttachObjectToPlayer/Vehicle. on: September 01, 2012, 07:56:45 am
1) Window of murders as in samp with a side
2) Springboards, spirals, tunnels and other
2  Liberty Unleashed / Suggestions / Deathwindow, new objects and AttachObjectToPlayer/Vehicle. on: August 30, 2012, 10:15:23 am
Deathwindow, new objects and AttachObjectToPlayer/Vehicle.
3  Servers / Advertise your server! / Re: EGYPT FOR ALL SERVER INFO on: August 30, 2012, 07:33:25 am
:o do u think that i don't know that :
but the problem that i don't have online banking account or money :D :o  ::)


Very good server  ;)
Continue in the same spirit  ;D
4  Servers / Advertise your server! / Re: Russian Server | Unlimited World on: August 30, 2012, 07:19:33 am
GL with the server.

Tell something about my server ;D



Not big updating to version 0.2.1

Added:

New controllability by all cars almost as in GTA SA.

New realistic characteristics of the weapon.

No tripple posting
   - Thijn
5  Servers / Advertise your server! / Russian Server | Unlimited World on: August 29, 2012, 08:05:29 pm
Server description:

It is the first completely Russian server in Liberty Unleashed.

The server was open on August 25, 2012.

Server version: UW v0.2.1

IP server address: 108.60.143.164:2306


Administrators of the server:

CANYON - Level 6 (Chief Administrator)


Features of the server:

New controllability by all cars almost as in GTA SA. - added in 0.2.1

New realistic characteristics of the weapon. - added in 0.2.1


List of commands of the server:

Useful: /cmds
Amusing: /funs
Teleports: /teles

Useful commands:

New account: /register
Entrance in an account: /login
To receive transport: /car
To repair transport: /fix
To overturn the car: /flip
Suicide: /kill - added in 0.2.0

Amusing commands:

To puncture wheels: /pierce
To include animation: /anim
To blow up the car: /boom - added in 0.2.0
To set fire to itself: /burn - added in 0.2.0

Teleport commands:

Airport: /airport
Bridge: /bridge
Drift: /drift
Sky: /sky
Skyscraper: /sscraper
Car arena: /aarena
Descent: /spusk

Admin commands:

To raise level: /setlevel
To clear a chat: /cc
To kick the player: /kick
To ban the player: /ban
Cheat on handling: /handling - added in 0.2.0
Cheat on carfly: /flying - added in 0.2.0
To disarm: /disarm - added in 0.2.0
To slap the player: /slap - added in 0.2.0
To kill the player: /akill - added in 0.2.0
To fill up life: /givehealth - added in 0.2.0
To fill up armour: /givearmour - added in 0.2.0


Other:

Quantiy of slots: 15
Weather: Sun
Time: 12:00
Gravity: 0.008
Game speed: 1.0
Mod: UW v0.2.0
Game: GTA 3
6  Scripting / Script Help / Say please how to make command on type /command [ID] [Amount] (for VBS) on: August 27, 2012, 10:56:05 am
Say please how to make command on type /command [ID] [Amount]  (for VBS)

for example to give to the player the weapon with a certain quantity of ammunition
7  Scripting / Script Help / Re: It is possible to make ID of the player in a chat in messages? on: August 26, 2012, 12:11:00 pm
Wow! Thank you very much ;)

And it is possible to make so that color of a name of the player was his?
8  Scripting / Script Help / It is possible to make ID of the player in a chat in messages? on: August 26, 2012, 05:49:59 am
It is possible to make ID of the player in a chat in messages? :)

example:

CANYON [ID:0]: hello world
or
CANYON (0): hello world
9  Liberty Unleashed / Bug Reports / Re: The object disappears after death on it from explosion (with video). on: August 26, 2012, 04:45:49 am
I THINK THIS HAPPENS IN ALL THE SERVERS AND IF U USE THE BAZOKA TOO :)

I hope that developers will correct it. Simply I will put many objects on the server  :)
10  Scripting / Script Help / Re: Double message connect/disconnect , I do not know where the second. on: August 26, 2012, 04:37:56 am
I not absolutely understand that you mean. :)



yellow messages not my

red and green my
11  Liberty Unleashed / Bug Reports / The object disappears after death on it from explosion (with video). on: August 25, 2012, 03:42:37 pm
Video:
LU 0.1 Object Bug
12  Scripting / Script Help / Where to look at colors for classes in content.xml? on: August 25, 2012, 05:32:42 am
Where to look at colors for classes in content.xml?
13  Scripting / Script Help / Re: Double message connect/disconnect , I do not know where the second. on: August 25, 2012, 01:20:40 am
Sure its somewhere in your script..
Please post relevant code from connect and disconnect events.

Code: [Select]
function onPlayerJoin( pPlayer )
{
     Message( pPlayer.Name + " has joined.", Colour( 139, 255, 178 ) );

     return 0;
}

Code: [Select]
function onPlayerPart( pPlayer, reason )
{
switch(reason)
{
      case PARTREASON_DISCONNECTED:
              Message( pPlayer.Name + " has disconnected (Reason: Quit)", Colour( 255, 124, 124 ) );
              break;

      case PARTREASON_BANNED:
              Message( pPlayer.Name + " has disconnected (Reason: Ban)", Colour( 255, 124, 124 ) );
              break;

      case PARTREASON_KICKED:
              Message( pPlayer.Name + " has disconnected (Reason: Kick)", Colour( 255, 124, 124 ) );
              break;

      default:
              Message( pPlayer.Name + " has disconnected (Reason: Crash)", Colour( 255, 124, 124 ) );
              break;
}
    return 0;
}
14  Scripting / Script Help / Help in command /setskin correction. on: August 24, 2012, 11:00:51 pm
Code: [Select]
else if ( cmd == "setskin" )
{
local check = Required( player, cmd, Level );

if ( check )
{
if ( !text ) MessagePlayer( "[#FF7C7C]Use: /setskin [ID] [Skin]", player );
else
{
                                local skin = text ? text.tointeger() : 0;
         
                                player.Skin = skin;
Message( "[#FF7C7C] Admin " + player + " changed a skin to the player " + plr + " on " + skin +"" );
}
}
}

What not so in a command? Help to correct.
15  Scripting / Script Releases / Re: Force's Beginner Scripts - Release 1 on: August 24, 2012, 02:22:45 pm
I came on the server with other name and could use commands of the manager  :(
Pages: [1] 2
© Liberty Unleashed Team.