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 / Suggestions / Re: My suggestions to the new version on: January 03, 2012, 12:50:37 pm
Do not use Alpha then :)
What function use?
2  Scripting / Script Help / Re: Player not Putted to vehicle on: January 03, 2012, 12:50:11 pm
Sorry, i inattentive today...   ::)

You should use function Vector everywhere, where X,Y,Z coordinates is reqiured
Code: [Select]
Vector(Coordinate_x, Coordinate_y, Coordinate_z );http://squirrel-lang.org/doc/squirrel3.html#d0e1779


Code: [Select]
local car = CreateVehicle( 119, Vector(103.33, -939.2, 25.75) );
car.Alpha = 255;
player.Vehicle = car;
CreateClientSphere( Vector(184.21, -952.2, 25.75), 5.0, player );


Ohhh mean, im must added rotate, also dont function. Sphere is not created ;(
3  Liberty Unleashed / Suggestions / Re: My suggestions to the new version on: January 03, 2012, 12:43:41 pm
Map Editor

http://www.gtagarage.com/mods/show.php?id=1053

Moving Camera From MTA:SA

http://liberty-unleashed.co.uk/LUWiki/Squirrel/Server/Functions#Camera_Functions

Adding objects,vehicles and checkpoints

http://liberty-unleashed.co.uk/LUWiki/Squirrel/Server/Functions/Objects/CreateObject
http://liberty-unleashed.co.uk/LUWiki/Squirrel/Server/Functions/Vehicles/CreateVehicle
http://liberty-unleashed.co.uk/LUWiki/Squirrel/Server/Functions/Checkpoints/CreateCheckpoint

Screen GUI editor

http://liberty-unleashed.co.uk/LUWiki/Squirrel/Client/Functions#GUI_Functions

Put Player To Vehicle Function

http://liberty-unleashed.co.uk/LUWiki/Squirrel/Server/Functions/Players/Vehicle

Ghost Mode - not crash able

http://liberty-unleashed.co.uk/LUWiki/Squirrel/Server/Functions/Players/Alpha

If Aplha = 0 , vehicle is ever crash able with friend car.....
4  Scripting / Script Help / Re: Player not Putted to vehicle on: January 03, 2012, 12:24:12 pm
thx man, also not create Sphere. Code:

Code: [Select]
local car = CreateVehicle( 119, 103.33, -939.2, 25.75, 260 );
car.Alpha = 255;
player.Vehicle = car;
CreateClientSphere( Vector(184.21, -952.2, 25.75), 5.0, player );
Also is deactive putting, Sphere is created..
5  Scripting / Script Help / Player not Putted to vehicle on: January 02, 2012, 08:43:55 pm
Hi, this is my code:
Code: [Select]
local car = CreateVehicle( VEH_INFERNUS, 103.33, -939.2, 25.75, 90 );
player.EnterVehicle( car, DOOR_DRIVER );
car.Alpha = 126;
CreateCheckpoint( Vector(184.21, -952.2, 25.75), 5.0 );

im tested this:
player.Vehicle = car;

If tested this ^^ code, car is dont create...
What is bad?
6  Liberty Unleashed / Suggestions / My suggestions to the new version on: January 02, 2012, 05:57:23 pm
Hi,
Please, add to new version:
Map Editor-Moving Camera From MTA:SA, Adding objects,vehicles and checkpoints
Screen GUI editor - more??? :D
Put Player To Vehicle Function
Ghost Mode - not crash able

These things need to mod preparing. I want to do as Mod Race in MTA SA. By this mode, the famous MTA: SA . + Submods: DD(Destruction Derby)
DM(Death Match)

Thx and sorry for my bad english, im using Google Translate :D
7  Scripting / Script Help / Dont Remove Head on: January 02, 2012, 03:15:38 pm
Hello, this is code:

function onPlayerCommand( pPlayer, szCmd, szParams )
{
   if( szCmd = "kill" )
   {
      pPlayer.RemoveLimb( BODYPART_HEAD );
      MessagePlayer( "Zabil si sa", pPlayer );
   }
}


What Is bad???
If im type /kill, not send message and dont remove head
8  Scripting / Scripting Discussion / Re: Tutorials , SK/CZ LU , HOSTING LU! on: November 27, 2010, 06:11:50 pm
And where should I start? I do not know good English!
9  Scripting / Scripting Discussion / Tutorials , SK/CZ LU , HOSTING LU! on: November 27, 2010, 03:47:42 pm
Hi, I would like to ask you do instructions on how to mode! What do I download, foundations, etc ...
Administrative support while I Sk / Cz LU and LU Hosting.

Sorry for my English, I'm Slovak!
Pages: [1]
© Liberty Unleashed Team.