AttachTrailerToVehicle - problems
#1

When a function in OnGameModeInit() - no result.
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]);
	}
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)