Vehiclea adding

Started by Nihongo^, May 27, 2016, 11:36 AM

Previous topic - Next topic

Nihongo^

HI all im Trying to Add Costum vehicle on server but its Hard for me using /s every single time + minimize  the Game then Maximize
to Checking the Angles + poses again and again its spread alots of time
is there any command or fucntion which auto save the car location

Finch Real

No There is No Function About Saving the Location of Car Automatically
My Snipet Showroom

http://pastebin.com/5KKuU5cg

Anik

Why dont you print the Positions and Angles instead of Message?? Then you can easily copy and paste from the console.

Cool

#3
you can use @Kusnangi vehicle system
[TIP]addcar with kusnangi cmd and then leave car which you created with his cmds and sit in custom car and park it its worked for me i dont know about yours

Nihongo^

Quote from: Hercules on May 27, 2016, 11:54 AMyou can use @Kusnangi vehicle system
[TIP]addcar with kusnangi cmd and then leave car which you created with his cmds and sit in custom car and park it its worked for me i dont know about yours
where can i get this system ?


KAKAN

Or use this command:-
if( cmd == "s" )
{
local pos = player.Pos;
if(!text)
{
MessagePlayer( "Your Pos: X" + pos.x + ", Y: " + pos.y + ", Z: " + pos.z );
print( "Your Pos: X" + pos.x + ", Y: " + pos.y + ", Z: " + pos.z );
}
else
{
MessagePlayer( "Your Pos: X" + pos.x + ", Y: " + pos.y + ", Z: " + pos.z + " ; Name: " + text );
print( "Your Pos: X" + pos.x + ", Y: " + pos.y + ", Z: " + pos.z + " ; Name: " + text );
}
}
Alternatively, you can write them to a file.
oh no

Nihongo^

#7
Thanks you all + MacTavish
and also you Kakan :)
 Question : this FUnction can work on costum vehicles ?
like i put the model 1604 on db so can script load the costum vehicle ?

Xmair

Yes, but the custom vehicles ids start from 12000.

Credits to Boystang!

VU Full Member | VCDC 6 Coordinator & Scripter | EG A/D Contributor | Developer of VCCNR | Developer of KTB | Ex-Scripter of EAD

Finch Real

maybe custom vehicles starts from 6400?
My Snipet Showroom

http://pastebin.com/5KKuU5cg

KAKAN

Quote from: Finch Real on May 27, 2016, 03:12 PMmaybe custom vehicles starts from 6400?
See the updates section.
oh no

Finch Real

My Snipet Showroom

http://pastebin.com/5KKuU5cg