Comparing vehicle plates
#4

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;
pawn Код:
stock SetVehiclePlateEx( vehicleid, string[] )
{
    SetVehicleNumberPlate( vehicleid, string[] );
    format( VehiclePlate[vehicleid], 64, string );
    return VehiclePlate[vehicleid];
}
Reply


Messages In This Thread
Comparing vehicle plates - by admantis - 09.02.2012, 19:16
Re: Comparing vehicle plates - by admantis - 10.02.2012, 14:59
Re: Comparing vehicle plates - by Vince - 10.02.2012, 16:28
Re: Comparing vehicle plates - by admantis - 11.02.2012, 04:14
Re: Comparing vehicle plates - by Tannz0rz - 11.02.2012, 04:48

Forum Jump:


Users browsing this thread: 1 Guest(s)