Author Topic: (SOLVED TOPIC) THANKS TO ALL OF YOU  (Read 3546 times)

0 Members and 1 Guest are viewing this topic.

Offline mrockxkingbutt

  • Crime Boss
  • ****
  • Posts: 373
  • I AM Best Scripter And You Are Not :P
    • View Profile
(SOLVED TOPIC) THANKS TO ALL OF YOU
« on: December 14, 2012, 09:45:20 am »
i have a cmd
!getcar
when i spawn a car it spawn but when i get init
and left it
and respawn it
it doesnot spawn
please give me a getcar  cmd
that can spawn a car anytime any place
thanks
« Last Edit: February 08, 2013, 02:44:01 pm by mrockxkingbutt »
My Servers Showroom!
www.jimxvcmpscripts.createaforum.com/

Quote from:  rohanaj60
i m a great script Editor

Rofl! lmao lol

Offline NeskWriter

  • Crime Boss
  • ****
  • Posts: 355
    • View Profile
Re: just a little appeal/help
« Reply #1 on: December 14, 2012, 03:43:06 pm »
I should tell you that CreateVehicle doesn't work (it bugged). Learn details on vcmp pawn wiki :-\


-Funniest quotes-

Quote from: asad3man
i cant able to understand

Offline mrockxkingbutt

  • Crime Boss
  • ****
  • Posts: 373
  • I AM Best Scripter And You Are Not :P
    • View Profile
Re: just a little appeal/help
« Reply #2 on: December 14, 2012, 04:00:30 pm »
please give me just a !getcar cmd
My Servers Showroom!
www.jimxvcmpscripts.createaforum.com/

Quote from:  rohanaj60
i m a great script Editor

Rofl! lmao lol

Offline NeskWriter

  • Crime Boss
  • ****
  • Posts: 355
    • View Profile
Re: just a little appeal/help
« Reply #3 on: December 14, 2012, 09:27:21 pm »
There is no cmds to get a car >:(
« Last Edit: December 15, 2012, 01:32:46 pm by NeskWriter »


-Funniest quotes-

Quote from: asad3man
i cant able to understand

Offline scripter_pawn

  • Street Thug
  • *
  • Posts: 30
    • View Profile
Re: just a little appeal/help
« Reply #4 on: December 14, 2012, 11:59:21 pm »
Solution1 : change from pawn to squirrel/mirc
Solution2 :  Use
Code: [Select]
new car1;
car1 = GetVehicleID(CreateVehicle(params));
use in the commands : GetPlayerPos(Float:x,Float:y,Float:z); car1.SetVehiclePos(x1,y1,z1);

Offline mrockxkingbutt

  • Crime Boss
  • ****
  • Posts: 373
  • I AM Best Scripter And You Are Not :P
    • View Profile
Re: just a little appeal/help
« Reply #5 on: December 15, 2012, 06:37:26 pm »
please if you have any script cmd
like
/c getcar
/c getveh
or
!getcar
!getveh
post here
My Servers Showroom!
www.jimxvcmpscripts.createaforum.com/

Quote from:  rohanaj60
i m a great script Editor

Rofl! lmao lol

Offline VC[88]PD

  • Wiseguy
  • **
  • Posts: 52
    • View Profile
Re: just a little appeal/help
« Reply #6 on: January 19, 2013, 05:57:24 pm »
[pawn]else if ( strcmp( cmd, "!getcar", true ) == 0 )
    {
         tmp = strtok( cmdtext, idx );
      if ( !strlen( tmp ) ) SendClientMessage( playerid, COLOR_GREEN, "USAGE: !getcar [VehicleID]" );
      else
      {
         new Float:Angle;
         GetPlayerPos( playerid, x, y, z); GetPlayerFacingAngle( playerid,Angle);
         if ( !Angle) SendClientMessage( playerid, COLOR_GREEN, "Error: Invalid vehicle!" );

         SetVehiclePos( strval( tmp ),x+3,y+3,z,Angle);
         format( szMsg, sizeof( szMsg ), "Spawning vehicle:[ %d ]", strval( tmp ) );
         SendClientMessage( playerid, COLOR_GREEN, szMsg );      }
      return 1;
   }[/pawn]
I know there's some error in this command but you can use it.Hope it will working in yours.

Offline VC[88]PD

  • Wiseguy
  • **
  • Posts: 52
    • View Profile
Re: just a little appeal/help
« Reply #7 on: January 19, 2013, 05:58:55 pm »
And you should learn x,y,z.I think.

Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
Re: just a little appeal/help
« Reply #8 on: January 20, 2013, 11:07:08 am »
VC[88]PD, try not to multi-post and use the Edit button instead.
mrockxkingbutt, you should really start to learn Pawn/Squirrel and stop asking script from people.
I'm beginning to feel like a Lag God, Lag God

Offline shaheersa

  • Street Thug
  • *
  • Posts: 17
    • View Profile
Re: just a little appeal/help
« Reply #9 on: February 08, 2013, 08:16:28 am »
please if you have any script cmd
like
/c getcar
/c getveh
or
!getcar
!getveh
post here


since im not on my computer now, i cant give you, but i have the cmd