Author Topic: Vehicle Cmds!  (Read 4498 times)

Ankit

  • Newbie
  • *
  • Posts: 21
  • Karma: +0/-3
    • View Profile
Vehicle Cmds!
« on: February 20, 2012, 01:11:05 pm »
Add These On Your Script.nut
Code: [Select]
else if ( szCommand == "vcmds" )
{
           
                           MessagePlayer( "===========Vehicle COMMANDS========== ", pPlayer );
                   MessagePlayer( "/flip /fix /ff /infernus                                      ", pPlayer );                   
                           MessagePlayer( "===========Vehicle  COMMANDS========== ", pPlayer );
}
Code: [Select]
else if ( szCommand == "flip" )
{
if ( pPlayer.Vehicle )
{
local rot = pPlayer.Vehicle.Angle;
pPlayer.Vehicle.Pos = pPlayer.Vehicle.Pos;
pPlayer.Vehicle.Angle = rot;
}
}
              else if ( szCommand == "ff" )
{
if ( pPlayer.Vehicle )
{
                                           MessagePlayer( "Your Car Has Been Fixed And Flipped",pPlayer );
local rot = pPlayer.Vehicle.Angle;
pPlayer.Vehicle.Pos = pPlayer.Vehicle.Pos;
pPlayer.Vehicle.Angle = rot;
                                           pPlayer.Vehicle.Fix();
}
                            else MessagePlayer( " You Are Not In Any Vehicle",pPlayer );
}
              else if ( szCommand == "fix" )
{
if ( pPlayer.Vehicle )
{
                                           MessagePlayer( "Your Vehicle Has Been Repaired",pPlayer );
pPlayer.Vehicle.Fix();
}
                            else MessagePlayer( " You Are Not In Any Vehicle",pPlayer );
}
              else if ( szCommand == "infernus" )
{
MessagePlayer( "Spawning A Infernus", pPlayer );
                            CreateVehicle( VEH_INFERNUS, pPlayer.Pos, pPlayer.Angle, -1, -1 );

}
« Last Edit: February 20, 2012, 01:13:00 pm by Ankit »

Bryce

  • Newbie
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Vehicle Cmds!
« Reply #1 on: February 21, 2012, 08:27:44 am »
Very bad  :'(
« Last Edit: February 21, 2012, 08:30:37 am by Bryce »

Ankit

  • Newbie
  • *
  • Posts: 21
  • Karma: +0/-3
    • View Profile
Re: Vehicle Cmds!
« Reply #2 on: February 21, 2012, 11:05:36 am »
Why?  :'(

Bryce

  • Newbie
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Vehicle Cmds!
« Reply #3 on: February 21, 2012, 12:11:33 pm »
Why?  :'(
Because these are the common cmds and everyone can make them easily, and you're a beginner not a pro.

Thijn

  • Tester
  • Sr. Member
  • ****
  • Posts: 531
  • Karma: +27/-16
    • View Profile
Re: Vehicle Cmds!
« Reply #4 on: February 21, 2012, 12:52:30 pm »
How can this be very bad if it works?

Very well done, nice for beginners like you who got stuck at some bits of the command.


Why?  :'(
Because these are the common cmds and everyone can make them easily, and you're a beginner not a pro.
So you can only post snippets if you're a pro? C'mon, did you fall on your head or something? What's that for bullshit...

Bryce

  • Newbie
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Vehicle Cmds!
« Reply #5 on: February 21, 2012, 01:22:53 pm »
How can this be very bad if it works?

Very well done, nice for beginners like you who got stuck at some bits of the command.


Why?  :'(
Because these are the common cmds and everyone can make them easily, and you're a beginner not a pro.
So you can only post snippets if you're a pro? C'mon, did you fall on your head or something? What's that for bullshit...
He was just registered on February 18, 2012, and i think he did not even get any Squirrel class's.
« Last Edit: March 04, 2013, 07:35:03 am by Bryce »

Demi God

  • Newbie
  • *
  • Posts: 20
  • Karma: +1/-1
    • View Profile
Re: Vehicle Cmds!
« Reply #6 on: February 22, 2012, 03:14:57 am »
He was just registered since February 18, 2012, and i think he did not even got any Squirrel class's.

He was in VC-MP squirrel forum for months.
Liberty Unleashed daily user!
[DW] Clan owner!
[DW] || Battle-Grounds server owner!
Click here to join us!

Ankit

  • Newbie
  • *
  • Posts: 21
  • Karma: +0/-3
    • View Profile
Re: Vehicle Cmds!
« Reply #7 on: February 22, 2012, 04:35:04 am »
How can this be very bad if it works?

Very well done, nice for beginners like you who got stuck at some bits of the command.


Why?  :'(
Because these are the common cmds and everyone can make them easily, and you're a beginner not a pro.
So you can only post snippets if you're a pro? C'mon, did you fall on your head or something? What's that for bullshit...

Thanks

Ankit

  • Newbie
  • *
  • Posts: 21
  • Karma: +0/-3
    • View Profile
Re: Vehicle Cmds!
« Reply #8 on: February 22, 2012, 04:37:09 am »
He was just registered since February 18, 2012, and i think he did not even got any Squirrel class's.

i have got i know some squirrel in vcmp and complete pawn but yeah thats right that i have recently joined lu forums and lu but they uses alsmost same language as vcmp : Squirrel

Bryce

  • Newbie
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Vehicle Cmds!
« Reply #9 on: February 22, 2012, 12:00:52 pm »
He was just registered since February 18, 2012, and i think he did not even got any Squirrel class's.

i have got i know some squirrel in vcmp and complete pawn but yeah thats right that i have recently joined lu forums and lu but they uses alsmost same language as vcmp : Squirrel

Alright  ;D

Peavy

  • Newbie
  • *
  • Posts: 27
  • Karma: +0/-0
    • View Profile
Re: Vehicle Cmds!
« Reply #10 on: June 05, 2013, 04:07:34 am »
Thanks for this topic, I got stuck real bad and couldn't figure out what was happening.
I'm a serious noob to coding.

 

© Liberty Unleashed Team.