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
1  Scripting / Script Help / Script needs help on: July 23, 2015, 06:05:52 am
function onPlayerChat( player, text )
{
if (player.Colour = 1 )
{
   Message("[#00ffff][FBI] "+ "[#ff8000]- " + player.ColouredName + " [#ffffff]: " + text );
}
if (player.Colour = 2 )
{
   Message("[#00ffff][LCPD] "+ "[#ff8000]- " + player.ColouredName + " [#ffffff]: " + text );
}
   return 0;
}

This is my source has two roles, colors are 1 and 2, although you can use, but when the FBI sent are displayed?

How can I make?
2  Scripting / Script Help / Re: Need some help on: July 22, 2015, 01:02:31 pm
From crazy server:

Code: [Select]
function PlaybackSound(sound, player = null, pos = null) {
local name = sound, sound = FindSound(sound);
if (sound) {
if (typeof player == "integer"){
local radius = player;
for (local i = 0; i < GetMaxPlayers(); i++) {
player = FindPlayer(i);
if (player) {
if (GetDistance(player.Pos, pos) < radius) PlaybackSound(name, player);
}
}
}
else {
if (sound.Open(player)) sound.Play(player);
else {
sound.Close(player);
sound.Open(player);
sound.Play(player);
}
}
}
else throw("PlaybackSound(): No sound file");
}

Example:
- Radius: PlaybackSound("headshot.mp3", 30, player.Pos);
- Everyone: PlaybackSound("headshot.mp3");
- Player: PlaybackSound("headshot.mp3", player);

Sorry, I do not know how to use it?
For example, I enter the command / music, everyone playing music gta.mp3, so how do?
3  Scripting / Script Help / Need some help on: July 22, 2015, 12:03:35 pm
Hello everyone, I also encountered some problems in making my server.

I would like to know how to make Sound for all playing together?

There are some servers have the same ring into the mission, how does this make? For example a player enters the circle to send a message

I am very anxious hope you can help me!
4  Liberty Unleashed / Liberty Unleashed Chat / Re: Consult on: July 17, 2015, 02:09:08 pm
you mean in a database .ini of serv?
Files such as saved IP and storage LU name
thats in appdata\Unleashed Games
Very thanks  ;D
5  Liberty Unleashed / Liberty Unleashed Chat / Re: Consult on: July 12, 2015, 04:10:30 am
you mean in a database .ini of serv?
Files such as saved IP and storage LU name
6  Liberty Unleashed / Liberty Unleashed Chat / Consult on: July 11, 2015, 06:43:27 am
I am a Chinese player, because the LU is in English, so I Xiangnong something, so that more people easy to understand, I want to know LU configuration stored? Such as name, IP settings like, please tell me!
7  Scripting / Script Releases / Re: [WIP] Worst Server on: April 04, 2015, 01:35:03 am
Good work! ;D
8  Liberty Unleashed / Support / Re: You are using wrong GTA3.exe detected... use 1.1 on: March 25, 2015, 10:48:22 pm
 :)please use v1.1 gta3.exe

9  Liberty Unleashed / Support / Re: On the LU installation problems on: March 25, 2015, 05:12:50 am
Check this topic: http://forum.liberty-unleashed.co.uk/index.php/topic,1583.0.html

I'll quote two solutions:
Excuse me for bumping, but LU works perfect for me on x64 PC after installing DirectPlay(includes in DirectX 9.0). Maybe it will help for somebody.

I solved the problem by disabling second video adapter(Nvidia in my case)




OK Thanks ;D
10  Liberty Unleashed / Support / On the LU installation problems on: March 24, 2015, 11:32:30 pm
Everybody is good. I have a question about the LU game.

I installed LU on a Win7 system for my friend, plug-ins are installed, the LU and the game is complete, but he can't from LU into the online game, but into stand-alone, may I ask how to solve?
11  Liberty Unleashed / Support / Re: GTA LU always connects to server: 0... on: March 24, 2015, 11:28:21 pm
- Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
- http://www.microsoft.com/en-us/download/details.aspx?id=5582

- Visual C++ Redistributable Packages for Visual Studio 2013
- http://www.microsoft.com/en-us/download/details.aspx?id=40784

- Liberty-Unleashed (New)
- http://liberty-unleashed.co.uk/Downloads/lu-0.1-installer.zip

The first attempt to install their system for the first two, then re download third LU installation have a try. :)
12  Scripting / Script Help / Re: Progress Bar on: March 15, 2015, 05:37:11 am
Ooh ok thank you ill check it out

i see you   ;)
13  Liberty Unleashed / Support / Re: CRC Checks? on: March 07, 2015, 12:41:00 am
 :)Maybe you say that would be kicked into the game?

Cause or method is generally as follows:
1. Retry the installation of your LU to GTA3 directory
2. Upgrade your clients when you open the LU
3. Make sure that you are the original GTA3
4. Replace another GTA3 game

LU currently not many people, you are welcome to join :)
14  Liberty Unleashed / Liberty Unleashed Chat / When to change 75% on: March 01, 2015, 02:33:46 am
The temptation to see the next version of the function, really want to hurry to try it.
But I see the progress of the site is still 75%, when you can change?
15  Liberty Unleashed / Liberty Unleashed Chat / Please help me on: February 19, 2015, 01:25:04 pm
Happy new year, I use the room service, but I will not show to the Internet server, our protocol is UDP, is IP, please help me!
Pages: [1] 2 3
© Liberty Unleashed Team.