18.03.2011, 20:20
Hm, I don't get it, I made an extra variable while that's unnecessarily.
Well, you could try to change those two lines:
into:
Well, you could try to change those two lines:
pawn Код:
SetVehicleVirtualWorld(car, 1);
PutPlayerInVehicle(playerid, car, 1);
pawn Код:
SetVehicleVirtualWorld(carid[playerid], 1);
PutPlayerInVehicle(playerid, carid[playerid], 1);