SA-MP Forums Archive
Quick Help Needed - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Quick Help Needed (/showthread.php?tid=371236)



Quick Help Needed - UnknownGamer - 22.08.2012

Code:
strmid(CarInfo[idx][cPlate], dini_Get(file,"Plate"), 0, strlen(dini_Get(file,"Plate")), 255);#
CarInfo[idx][cPlate] = dini_Int(file,"Plate");
Anybody know why this isn't showing the actual number plate of the vehicle, only shows default one. XYZR 000

Can someone fix that bit, it's on loadcar();


Re: Quick Help Needed - ikkentim - 22.08.2012

You need to use
https://sampwiki.blast.hk/wiki/SetVehicleNumberPlate
To change number plates.