Vice Point Boat object

Started by =RK=MarineForce, Aug 07, 2017, 10:00 AM

Previous topic - Next topic

=RK=MarineForce


This is 1st Object

This Post oN Script Load
CreateObject( 812 0, Vector( -443.73, 1665.66, 32.8408 ), 255 ).RotateTo( Quaternion( 0, 0, 0.707107, -0.707107 ), 0 );
else if ( cmd == "shipdm" )
   {
 Player.Pos  = ( -443.73, 1665.66, 32.8408 )
}

Credits MarineForce

Pos Vector By MarineForce

Image  https://ibb.co/n8CJhF IsI Clan

https://ibb.co/ib43Ga
https://ibb.co/n5MThF
Try to UnderStand ME!

kennedyarz

OMG albert einstein discovered an object

MEGAMIND


=RK=MarineForce

LOL : Me new Scripter or Object But i now start make ing this is my = 1st object :
Try to UnderStand ME!

EK.IceFlake

Quote from: bhaiok on Aug 08, 2017, 02:51 PMLOL : Me new Scripter or Object But i now start make ing this is my = 1st object :
We don't care.
And this code doesn't even work:
else if ( cmd == "shipdm" )
   {
 Player.Pos  = ( -443.73, 1665.66, 32.8408 )
}

kennedyarz

"P"  Player.Pos = player.Pos

else if ( cmd == "garbage" )
   {
 player.Pos  = ( -443.73, 1665.66, 32.8408 )
}

Xmair

Quote from: kennedyarz on Aug 09, 2017, 03:16 PM"P"  Player.Pos = player.Pos

else if ( cmd == "garbage" )
   {
 player.Pos  = ( -443.73, 1665.66, 32.8408 )
}
It'll still crash the server.

Credits to Boystang!

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

kennedyarz

Quote from: Xmair on Aug 09, 2017, 03:33 PM
Quote from: kennedyarz on Aug 09, 2017, 03:16 PM"P"  Player.Pos = player.Pos

else if ( cmd == "garbage" )
   {
 player.Pos  = ( -443.73, 1665.66, 32.8408 )
}
It'll still crash the server.

else if ( cmd == "garbage" )
   {
 player.Pos  = Vector( -443.73, 1665.66, 32.8408 )
}

XDDD

=RK=MarineForce

Try to UnderStand ME!