Show Posts
|
Pages: [1] 2 3 ... 7
|
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...
|
|
|
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
|
|
|
6
|
Scripting / Script Help / Re: Help me with the race
|
on: April 25, 2013, 06:12:29 pm
|
just local each sphere
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
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 )
|
|
|
12
|
Scripting / Script Help / Re: pos
|
on: April 13, 2013, 03:15:13 am
|
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; }
|
|
|
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?
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?
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)
|
|
|
|