11.10.2013, 15:54
Why is there
?
As I understood you want to destroy the current vehicle the player is in, So
will do so.
pawn Код:
for(new v = 204; v <= 204; v++)
As I understood you want to destroy the current vehicle the player is in, So
pawn Код:
DestroyVehicle(LSPDCAR1);

