SetVehicleNumberPlate problem
#4

There are errors in both cases...first unknow variables and mismatch, second mismatch...
I also tryed with this
new string[100];
new reg = CarInfo[idx][cReg];
format(string, sizeof(string),"LS-%d-",reg);
SetVehicleNumberPlate(idx, string);
and this
new string[100];
new reg = dini_Int(file,"Registracija");
format(string, sizeof(string),"LS-%d-",reg);
SetVehicleNumberPlate(idx, string);
There are no errors but dont work :S
same with this
new string[100];
new reg = CarInfo[idx][cReg] = dini_Int(file,"Registracija");
format(string, sizeof(string),"LS-%d-",reg);
SetVehicleNumberPlate(idx, string);
Reply


Messages In This Thread
SetVehicleNumberPlate problem - by Dragony92 - 07.05.2011, 01:21
Re: SetVehicleNumberPlate problem - by Tee - 07.05.2011, 02:07
Re: SetVehicleNumberPlate problem - by leong124 - 07.05.2011, 02:36
Re: SetVehicleNumberPlate problem - by Dragony92 - 07.05.2011, 02:41
Re: SetVehicleNumberPlate problem - by Dragony92 - 08.05.2011, 02:24
Re: SetVehicleNumberPlate problem - by leong124 - 08.05.2011, 03:44

Forum Jump:


Users browsing this thread: 2 Guest(s)