Author Topic: Help: how to add cars on any place i want ?  (Read 2356 times)

0 Members and 1 Guest are viewing this topic.

Offline Arber

  • Street Thug
  • *
  • Posts: 28
    • View Profile
Help: how to add cars on any place i want ?
« on: November 26, 2012, 02:31:18 pm »
Who can tell me how to add cars on any place i want.
Example: police car to set on beach


THANKS A LOT FOR UR HELP!

Offline Arber

  • Street Thug
  • *
  • Posts: 28
    • View Profile
Re: Help: how to add cars on any place i want ?
« Reply #1 on: November 26, 2012, 04:51:54 pm »
ANYBODY HELP ME PLEASE :(

Offline BadCivil

  • Street Thug
  • *
  • Posts: 22
  • VCMP,SAMP - Mapper - Scripter
    • View Profile
    • [HuN].:Magyar Xmas Freeroam:.Szerver
Re: Help: how to add cars on any place i want ?
« Reply #2 on: November 26, 2012, 05:05:35 pm »
First enter in vehicle
2)Park the vehicle

3)Type /s vehicle

4)Let's get the server

5)Open the file vice city

6)And open the file saved... .txt

7)Copy line Vehicle = ...

8)Open your gamemode

9)Paste under the line [pawn]public OnGameModeInit()
{[/pawn]

Ready
« Last Edit: November 26, 2012, 05:08:21 pm by BadCivil »
Hy all!

My web is:www.mxmasfreeroam.atw.hu Please register! :)
My YouTube account:http://www.youtube.com/user/BlackScripter1999?feature=mhee Please Subscribe! :)

Offline heekz.shadow

  • LU testers
  • Made Man
  • *
  • Posts: 249
    • View Profile
Re: Help: how to add cars on any place i want ?
« Reply #3 on: November 26, 2012, 05:48:04 pm »
That's wrong, BadCivil. The saved coords were meant to be used for mIRC scripts. In order to add a car at a desired place, you must take the coordinates: x, y, z from the vc-mp_saved_coords.txt and then place them in this order:

AddStaticVehicle( model, x, y, z, angle, colour1, colour2 );

Note: -1 at colour1 and colour2 is not a mistake, it means the script shall choose a random color from the carcols.dat.
Code: [Select]
[20:23] <habi> later only i heard that lu chatbox is customizable. On my first visit, it appeared ugly.
[20:23] <habi> May be that also be the reason why lu has no players

Offline BadCivil

  • Street Thug
  • *
  • Posts: 22
  • VCMP,SAMP - Mapper - Scripter
    • View Profile
    • [HuN].:Magyar Xmas Freeroam:.Szerver
Re: Help: how to add cars on any place i want ?
« Reply #4 on: November 27, 2012, 01:06:42 am »
Oh yeah sorry

Vehicle model,X,Y,Z,Facing,colour1,colour2
 :-[
Hy all!

My web is:www.mxmasfreeroam.atw.hu Please register! :)
My YouTube account:http://www.youtube.com/user/BlackScripter1999?feature=mhee Please Subscribe! :)

Offline Arber

  • Street Thug
  • *
  • Posts: 28
    • View Profile
Re: Help: how to add cars on any place i want ?
« Reply #5 on: November 27, 2012, 08:16:10 pm »
THANKS THANKS THANKS, so much for help. one love bro's <3