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]
1  Liberty Unleashed / Bug Reports / Re: Display error game server. on: October 26, 2012, 11:25:34 pm
  • Locked resolution problem
    • You can only change resolutions on singleplayer main menu, scrolling the best resolution, and then click it
  • Blurry screen possible solutions
    • Update/reinstall video card drivers
    • Reinstall LU
    • Use a non-modded GTA 3
    • Reinstall GTA3

Tu eres de mexico verdad?
2  Liberty Unleashed / Bug Reports / Re: Display error game server. on: October 26, 2012, 10:15:46 pm
You need to change to x32 on the resolution whilst you are in single player.


I have a x32 since the resolution and I keep doing the same thing, you got to let me change the resolution of the game and see how it looks.


Why is that? This picture was taken on the client Liberty Unleshed 0.1 in the single player that does not happen
3  Scripting / Script Snippets / Command to fill a player armour [En espaƱol] on: October 26, 2012, 08:57:32 pm
To add this command to your server you have to enter the folder server/scripts/Main/[Files] and open the file with WordPad main.nut or something.

After the function onPlayerCommand add this command:

Code: [Select]
if ( szCmd == "darchaleco" )
{
if ( !szParams ) MessagePlayer( "[Error] Utiliza: /DarChaleco [id/player]", pPlayer );
else
{
local pTemp = split( szParams, " " ), p = GetPlayer( pTemp[ 0 ] );
if ( p )
{
if ( p.Spawned )
{
p.Armour = 100;
MessagePlayer("El jugador " + p.Name + " ha recibido " + p.Armour + " de chaleco.", pPlayer );
}
else MessagePlayer( "Esta persona no se genera nub!", pPlayer );
}
else MessagePlayer( "No se ha podido encontrar a nadie con ese id / nick", pPlayer );
}
}

Hope you like. A greeting to all.
4  Liberty Unleashed / Bug Reports / Display error game server. on: October 26, 2012, 08:35:13 pm
The error is very simple to explain. When I go to a server initiates all very well, but when it comes to the game and see the character screen looks like this:


I hope to show a picture of the game's video options.


Furthermore, within the original game (not server LU) screen looks great and the video game options are available. My operating system is Windows XP Professional + Windows 7 (I have both installed and none does not work)

Here a picture in the game (not server LU):


Could someone tell me what's wrong? Thanks for reading the message, I hope your answers.
Pages: [1]
© Liberty Unleashed Team.