07.01.2011, 14:13
Hello,
I have some problems with the function 'SetVehicleNumberPlate'.
The Number Plate of the cars will not be changed...
My code for the changes:
I'm doing something wrong? Or is it a bug?
Thanks.
I have some problems with the function 'SetVehicleNumberPlate'.
The Number Plate of the cars will not be changed...
My code for the changes:
pawn Код:
public OnVehicleStreamIn(vehicleid, forplayerid)
{
SetVehicleNumberPlate(vehicleid, "{01DF01} DL V1.0");
return 1;
}
Thanks.