21.03.2012, 03:36
Quote:
Did you find this code on samp forum? Search for IsVehicleEmpty, it will start with Stock IsVehicleEmpty i think
|
But now i have another problem, first it started off when i did /rac in a any vehicle it worked fine but when i got in a truck and hooked to a trailer it respawned both, so i changed......
pawn Код:
if((IsVehicleEmpty(vid)||IsTrailerAttachedToVehicle(vid))
pawn Код:
if((IsVehicleEmpty(vid)||!IsTrailerAttachedToVehicle(vid)))