Can't get object to destroy
#6

Quote:
Originally Posted by WackoX
Посмотреть сообщение
That can't be the solution, because:

Код:
new vid = GetPlayerVehicleID(playerid);

DestroyObject(carneon[vid]);
DestroyObject(carneon2[vid]);
is the same as:
Код:
DestroyObject(carneon[GetPlayerVehicleID(playerid)]);
DestroyObject(carneon2[GetPlayerVehicleID(playerid)]);
That's the same thing I thought. Hence the "I can't believe that worked -.-." However, you are wrong at it not being a solution because it worked. I didn't change anything else in attempt to fix it.
Reply


Messages In This Thread
Can't get object to destroy - by austin070 - 18.10.2011, 21:38
Re: Can't get object to destroy - by Tom1412 - 18.10.2011, 22:36
Re: Can't get object to destroy - by WackoX - 18.10.2011, 22:40
Re: Can't get object to destroy - by austin070 - 18.10.2011, 22:44
Re: Can't get object to destroy - by WackoX - 18.10.2011, 22:45
Re: Can't get object to destroy - by austin070 - 18.10.2011, 22:56
Re: Can't get object to destroy - by Tom1412 - 19.10.2011, 00:36

Forum Jump:


Users browsing this thread: 1 Guest(s)