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  Scripting / Script Help / Handling.cfg on: June 30, 2016, 10:03:18 pm
Hello. Need help with handling.cfg. I need to control cars as close to realistic. Any advice? Thanks in advance.
2  Scripting / Script Help / Need some help with scripts on: June 19, 2016, 02:41:05 pm
Hello LU community. I need some help. I got a registration script with GUI windows.
If I try to autorize, my GUI window isnt close. But! If this script the only in my content.xml It works perfect. Need some advices.

I didnt use translator. Sorry.  ;D
3  Scripting / Script Help / Need some help and experience. on: January 24, 2016, 03:50:14 am
Hello friends. We with my friend
are now developing roleplay
project. He can understand, unlike
me. :D In General, we need a team
of scripters, who gratuitously and
voluntarily agree to help. For
example: to send codes of some
of the templates for scripts,
modifying our scripts. If anyone
agrees, please notify me a
personal message with a note or
leave your contact ( Skype,
email ) for easy and constant
communication. I would be very
grateful.

Nicholas.

PostScript: I'm from Russia. For
this topic I used the translator. I
hope that the text will be very
intuitive.
4  Scripting / Script Help / Help with positions. on: January 21, 2016, 10:57:13 pm
Hello.

I used this:

Code: [Select]
function onPlayerCommand( player, cmd, text )
{
     if ( cmd == "pos" )
     {
          local pos = player.Pos; // Save the position vector to a local variable
         
 MessagePlayer( "Your position: " + pos.x + ", " + pos.y + ", " + pos.z , player );
     }
}

Describe the position to spawn, but when entering the server it is different.

What to do?

Thanks in advance, friends.
Pages: [1]
© Liberty Unleashed Team.