28.01.2014, 15:04
The arguments are wrong. CarName[...] is string; thus it uses %s placeholder (you used %d).
I don't know what RVN is going to return.
Also, checking if the modelid is valid before subtracting 400 is a must if you want to get rid of run time errors.
I don't know what RVN is going to return.
Also, checking if the modelid is valid before subtracting 400 is a must if you want to get rid of run time errors.