18.12.2010, 17:16
Hello guys,
today I updated my Server to 0.3c RC5. Now I want to script for each faction car an number plate but I dont know how. I know, that I need to use SetVehicleNumberPlate(vehicle, "SAMP4EVER");
My problem is: how can I bind this parameter into the faction cars?
E. g.:
The police cars are definied with "CopCar". Like:
forward IsACopCar;
..other things
new CopCar[30];
...other things
CopCar = CreateVehicle(596,.......);
There are 30 cars for the cops in the script. On these 30 cars I want to add the number plate "Polizei" but I don't know how. I hope anybody can help me.
Regards, Thomas
today I updated my Server to 0.3c RC5. Now I want to script for each faction car an number plate but I dont know how. I know, that I need to use SetVehicleNumberPlate(vehicle, "SAMP4EVER");
My problem is: how can I bind this parameter into the faction cars?
E. g.:
The police cars are definied with "CopCar". Like:
forward IsACopCar;
..other things
new CopCar[30];
...other things
CopCar = CreateVehicle(596,.......);
There are 30 cars for the cops in the script. On these 30 cars I want to add the number plate "Polizei" but I don't know how. I hope anybody can help me.
Regards, Thomas