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 / Deathwindow, new objects and AttachObjectToPlayer/Vehicle. on: August 30, 2012, 10:15:23 am
Deathwindow, new objects and AttachObjectToPlayer/Vehicle.
2  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
3  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
4  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
5  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
6  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?
7  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.
8  Scripting / Script Help / How it is possible to throw out the player from the car? on: August 24, 2012, 01:01:44 pm
I made command to slap the player but when it in the machine, the machine rises up together with it. I need to make that at first would throw out it from the machine.
9  Scripting / Script Help / Double message connect/disconnect , I do not know where the second. on: August 24, 2012, 08:57:17 am
Double message connect/disconnect , I do not know where the second, it isn't present in a script. What to do?
10  Scripting / Script Help / Whether possibly the timer to make a blinking of headlights at the car? on: August 23, 2012, 08:51:18 am
it is possible to make a blinking of headlights at the car by means of the timer?
11  Scripting / Script Help / It is possible to make 3D text as in single? on: August 23, 2012, 04:04:36 am
It is possible to make 3D text as in single? :)


12  Liberty Unleashed / Suggestions / White system messages and "RemoveBuildingForPlayer". on: August 23, 2012, 03:29:06 am
White system messages (not color) and "RemoveBuildingForPlayer".
13  Scripting / Script Help / How to make a teleport through a command? on: August 23, 2012, 01:43:00 am
How to make a teleport through a command?
14  Scripting / Script Help / How to make connect/disconnect messages in chat? on: August 22, 2012, 10:55:48 pm
How to make connect/disconnect messages in chat?)
15  Scripting / Script Help / To give money to the killer on: August 22, 2012, 01:14:55 am
so?

Code: [Select]
function onPlayerKill( killer, player, reason, bodypart )
{
     killer.Cash += 10000;
     
     return 1;
}
Pages: [1] 2
© Liberty Unleashed Team.