02.07.2015, 22:47
When a function in OnGameModeInit() - no result.
When called via the command - normally works.
Where is wrong?
When called via the command - normally works.
Where is wrong?
Код:
stock VehicleTrailer() { for(new i = 1; i <= veh_count_load; i++) { if(Vehicle[i][vTrailer] != 0) AttachTrailerToVehicle(Vehicle[i][vTrailer],Vehicle[i][vID]); } }