11.02.2012, 04:14
Hello Vince,
I've added a break; statement after found = i however it returns the message:
The vehicle has been found and been marked in the radar. [Veh: 1].
Does that mean the problem is in the VehiclePlate variable? I've shown you how /every/ script vehicle has an assigned vehicle plate.
My SetVehiclePlateEx function;
I've added a break; statement after found = i however it returns the message:
The vehicle has been found and been marked in the radar. [Veh: 1].
Does that mean the problem is in the VehiclePlate variable? I've shown you how /every/ script vehicle has an assigned vehicle plate.
My SetVehiclePlateEx function;
pawn Код:
stock SetVehiclePlateEx( vehicleid, string[] )
{
SetVehicleNumberPlate( vehicleid, string[] );
format( VehiclePlate[vehicleid], 64, string );
return VehiclePlate[vehicleid];
}