Show Posts
|
Pages: [1] 2
|
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
|
|
|
7
|
Scripting / Script Help / Help in command /setskin correction.
|
on: August 24, 2012, 11:00:51 pm
|
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.
|
|
|
|