Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: VC[88]PD on February 02, 2013, 04:54:49 pm

Title: Change Vehicle Colour Bug
Post by: VC[88]PD 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.
Title: Re: Change Vehicle Colour Bug
Post by: aledark24 on February 02, 2013, 05:11:41 pm
You used pawn script? In pawn some vehicles is bugged
sorry....  :o
Title: Re: Change Vehicle Colour Bug
Post by: NeskWriter on February 02, 2013, 06:17:23 pm
A lot of vehicle function is bugged (
U cannot change it's colour or position, etc.
Title: Re: Change Vehicle Colour Bug
Post by: VC[88]PD on February 02, 2013, 06:58:26 pm
I changed a boat,it was crashed.I changed a car, it was crashed again.WTF!
Title: Re: Change Vehicle Colour Bug
Post by: aledark24 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
Title: Re: Change Vehicle Colour Bug
Post by: VC[88]PD 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.
Title: Re: Change Vehicle Colour Bug
Post by: stormeus 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.
Title: Re: Change Vehicle Colour Bug
Post by: VC[88]PD 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.