14.03.2012, 17:38
also you can't use a string lenght more than 7-10 for plate because won't show the number, if you use a car system set number plate when you're create like
its a good way to set plate for not respawn your vehicle after create them, I posted mine system but I think you would understand what to do if you going make a good server
pawn Code:
...
Cars[idx][ownedvehicle] = CreateVehicle(Cars[idx][cModel],Cars[idx][cX],Cars[idx][cY],Cars[idx][cZ],Cars[idx][cAngle],Cars[idx][cCol1],Cars[idx][cCol2],120);
SetVehicleNumberPlate(Cars[idx][ownedvehicle],Cars[idx][cPlate]);