[HELP] DestroyVehicle
#1

I need help.

PHP код:
new Car[3];
*
I createing 3 cars for event
Car
[0] = CreateVehicle(580,2131.9092,1715.0366,10.4514,55.6515,106,122); //
Car[1] = CreateVehicle(580,2131.9092,1715.0366,10.4514,55.6515,106,122); //
Car[2] = CreateVehicle(580,2131.9092,1715.0366,10.4514,55.6515,106,122); //
and when the event is over i want to  Destroy them
DestroyVehicle
(Car[0]);
DestroyVehicle(Car[1]);
DestroyVehicle(Car[2]); 
and its not working,it spawn 3 cars but it wont destroy none of them
if i do
PHP код:
new Car1;
new 
Car2;
new 
Car3;
Car1 CreateVehicle(580,2131.9092,1715.0366,10.4514,55.6515,106,122); //
Car2 CreateVehicle(580,2131.9092,1715.0366,10.4514,55.6515,106,122); //
Car3 CreateVehicle(580,2131.9092,1715.0366,10.4514,55.6515,106,122); //
DestroyVehicle(Car1);
DestroyVehicle(Car2);
DestroyVehicle(Car3); 
it works,spawn 3 cars and destroy them
what i did worng with new Car[3];
Reply


Messages In This Thread
[HELP] DestroyVehicle - by Last_Shadow - 02.01.2015, 13:44
Re: [HELP] DestroyVehicle - by MrCallum - 02.01.2015, 13:47
Re : [HELP] DestroyVehicle - by Last_Shadow - 02.01.2015, 13:51
Re: [HELP] DestroyVehicle - by ATGOggy - 02.01.2015, 14:25
Re : [HELP] DestroyVehicle - by Last_Shadow - 02.01.2015, 15:10

Forum Jump:


Users browsing this thread: 1 Guest(s)