07.05.2011, 02:41
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);
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);