Author Topic: Change Vehicle Colour Bug  (Read 3629 times)

0 Members and 2 Guests are viewing this topic.

Offline VC[88]PD

  • Wiseguy
  • **
  • Posts: 52
    • View Profile
Change Vehicle Colour Bug
« on: February 02, 2013, 04:54:49 pm »
Why I changed a vehicle of my server ,and my server was crashed?It's a true colour of that vehicle.

Offline aledark24

  • Made Man
  • ***
  • Posts: 206
  • I am a scripter and you have celous of me....so you crashed my servers
    • View Profile
Re: Change Vehicle Colour Bug
« Reply #1 on: February 02, 2013, 05:11:41 pm »
You used pawn script? In pawn some vehicles is bugged
sorry....  :o
I am a great scripter and you are celous of my works
.....

Vice City Life Multiplayer By Saint

Offline NeskWriter

  • Crime Boss
  • ****
  • Posts: 355
    • View Profile
Re: Change Vehicle Colour Bug
« Reply #2 on: February 02, 2013, 06:17:23 pm »
A lot of vehicle function is bugged (
U cannot change it's colour or position, etc.


-Funniest quotes-

Quote from: asad3man
i cant able to understand

Offline VC[88]PD

  • Wiseguy
  • **
  • Posts: 52
    • View Profile
Re: Change Vehicle Colour Bug
« Reply #3 on: February 02, 2013, 06:58:26 pm »
I changed a boat,it was crashed.I changed a car, it was crashed again.WTF!

Offline aledark24

  • Made Man
  • ***
  • Posts: 206
  • I am a scripter and you have celous of me....so you crashed my servers
    • View Profile
Re: Change Vehicle Colour Bug
« Reply #4 on: February 02, 2013, 11:07:32 pm »
I changed a boat,it was crashed.I changed a car, it was crashed again.WTF!
What script used? See all cars and find the error
or put you cars here and i find the error
I am a great scripter and you are celous of my works
.....

Vice City Life Multiplayer By Saint

Offline VC[88]PD

  • Wiseguy
  • **
  • Posts: 52
    • View Profile
Re: Change Vehicle Colour Bug
« Reply #5 on: February 03, 2013, 06:27:51 am »
I changed a boat,it was crashed.I changed a car, it was crashed again.WTF!
What script used? See all cars and find the error
or put you cars here and i find the error
I changed this:[pawn]AddStaticVehicle(223,-631.245117,-1456.946411,5.869000,335.980408,36,13);[/pawn]to [pawn]AddStaticVehicle(176,-631.245117,-1456.946411,5.869000,335.980408,1,16);[/pawn]
But it crashed.I think there isn't any error.

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: Change Vehicle Colour Bug
« Reply #6 on: February 03, 2013, 08:53:06 pm »
Change it back to model #223 and see if the server works. If it does, you've reached the vehicle model limit. You cannot have more than 45 (I think) types of cars.
Do not PM me for support.




Offline VC[88]PD

  • Wiseguy
  • **
  • Posts: 52
    • View Profile
Re: Change Vehicle Colour Bug
« Reply #7 on: February 04, 2013, 12:42:31 pm »
Change it back to model #223 and see if the server works. If it does, you've reached the vehicle model limit. You cannot have more than 45 (I think) types of cars.
OK,I've already reached the vehicle model limit.