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 ... 7
1  Scripting / Module Releases / Re: Juppi's MySQL Module (lu_mysql) on: August 18, 2013, 11:16:41 pm
So you want to use a .dll for linux...

Wrong

.DLL files are for Windows, and .SO files are for Linux.

I know that.... I was being sarcastic
2  Scripting / Module Releases / Re: Juppi's MySQL Module (lu_mysql) on: August 16, 2013, 07:16:26 am
Sorry for the bump, but i have server problems with the lu_mysql.so for linux.

AN ERROR HAS OCCURED [getVarInfo: Could not retrieve UserData]

I put everything perfectly, indeed, on my pc works 100% but linux does not. I have tried all, apt-get update, upgrade, aptitude, reinstall the os... but nothing. Maybe i miss a lib or something. I use Debian 7 with the latest updates, same as MySQL.

So you want to use a .dll for linux...
3  Scripting / Script Help / IsLineOfSightClear(?) on: May 18, 2013, 09:17:27 pm
Direct to the point...
Arguments for the IsLineOfSightClear function are needed, do anyone knows them?

Thank you
4  Scripting / Script Releases / Re: Auto Fix Script >> Mido_Pop. on: May 12, 2013, 07:22:53 pm

I Didn't Say Help  :(
I made A New Script For Noob Players Only

Why are you angry? This community is small and any help is greatly appreciated, doesn't matter if its your script or anyone's script
5  Liberty Unleashed / LU Clans / Re: Yakuza on: May 03, 2013, 06:57:33 am
Quote
se debe hacer una Reunion llamada "Meeting of Fools". Que treaducido significa: "Reunion de los Locos"


Fool no significa loco -_-
6  Scripting / Script Help / Re: Help me with the race on: April 25, 2013, 06:12:29 pm
just local each sphere
Code: [Select]
sph1 <- CreateSphere( Vector pos, 215.9, -921.5, 26.0 , Colour( 0, 0, 255 ) );
sph2 <- CreateSphere( Vector pos, 234, -573, 26.0 , Colour( 0, 0, 255 ) );
sph3 <- CreateSphere( Vector pos, 231, -128, 26.0 , Colour( 0, 0, 255 ) );
sph4 <- CreateSphere( Vector pos, 641, -186, 26.0 , Colour( 0, 0, 255 ) );
sph5 <- CreateSphere( Vector pos, 236, -374, 26.0 , Colour( 0, 0, 255 ) );
7  Scripting / Script Help / Re: Help me with the race on: April 24, 2013, 06:36:25 am
I dont remember so well, but it is like this
Code: [Select]
sph <- "";
function onPlayerCommand( pPlayer, szCommand, szText )
{
   if ( szCommand == "race" )
   {
      sph = CreateSphere( Vector pos, 215.9, -921.5, 26.0 , Colour( 0, 0, 255 ) );
   }
   
   return 1;
}
function onPlayerEnterSphere( player, sphere )
{
sph.Pos = Vector( 359.4, -920.6,  36.0 )

return 1;
}
8  Scripting / Script Help / Re: System language detector on: April 14, 2013, 04:04:46 am
You might aswell google, also, look on VC:MP unofficial forums. With few function renames, you can easily port VC:MP scripts to LU. You would need a MaxMind SQLite DB with the countries then get the country based on a math calculation (?, can't recall).

Not currently home, will post more details asap.
I found the post, thank you

Comparing countries to languages is a workaround, but if you get a multilingual user that is not from the same country as the language they use, you will run into issues.
That's why I'll only use English and Spanish
9  Scripting / Script Help / Re: System language detector on: April 13, 2013, 10:35:34 pm
Make arrays for each language, store the texts there, and when someone connects, get country ( necesarily at join ) and message them.
How do I get the player's country? (sorry if there's too many questions :P)
10  Scripting / Script Help / Re: System language detector on: April 13, 2013, 05:13:08 pm
All it takes is to get the country and then translate it inside the script.
Can you explain me how to do something like that?
Thanks
11  Liberty Unleashed / Liberty Unleashed Chat / Re: [Random] LU on a tablet on: April 13, 2013, 05:08:21 pm
Interesting discussion about a thumb :).
Thumb discussions are trending in this times, they move the world xD
12  Scripting / Script Help / Re: pos on: April 13, 2013, 03:15:13 am
Code: [Select]
Pos <- Vector( -1565.5, -951.9, 11.01 );
function onPlayerCommand( pPlayer, szCommand, szText )
{
    if ( szCommand == "spre" )
    {
        CreateSphere( Pos, 5.00, Colour( 0, 0, 255 ) );
    }
    return 1;
}
13  Scripting / Script Help / [SOLVED] System language detector on: April 13, 2013, 12:35:40 am
Is there a built-in method for a script to know the system language of the OS that is running the server?
If it's not, how can I do it?

Thank you in advance
14  Liberty Unleashed / Liberty Unleashed Chat / Re: [Random] LU on a tablet on: April 13, 2013, 12:27:41 am
O_O VRocker's thumb!!!
One of seven of them!
seven? WUT
How else do you think he does so much at once? :D
I'm sorry, but thumbs are kinda useless when being on the computer (yes yes, you use them for some things, but they're used less than the other fingers)
Who says he doesn't have the same number of fingers to match? ;)

Those thumbs are useful for other things, (while coding), so he doesn't need breaks!
Haha, so he has 35 fingers? I suppose his feet are normal (or maybe not...)
15  Liberty Unleashed / Liberty Unleashed Chat / Re: [Random] LU on a tablet on: April 13, 2013, 12:02:05 am
O_O VRocker's thumb!!!
One of seven of them!
seven? WUT
How else do you think he does so much at once? :D
I'm sorry, but thumbs are kinda useless when being on the computer (yes yes, you use them for some things, but they're used less than the other fingers)
Pages: [1] 2 3 ... 7
© Liberty Unleashed Team.