28.11.2010, 13:16
I need a little help
I got this:
CreateVehicle(579,-692.88787842,956.81994629,12.28982067,310.00000000 ,0,0,0); //Huntley
How can I make the Plate becomes "Falcon"
#define abc
abc = CreateVehicle(579,-692.88787842,956.81994629,12.28982067,310.00000000 ,0,0,0); //Huntley
SetVehicleNumberPlate(abc(playerid), Falcon);
I got this:
CreateVehicle(579,-692.88787842,956.81994629,12.28982067,310.00000000 ,0,0,0); //Huntley
How can I make the Plate becomes "Falcon"
#define abc
abc = CreateVehicle(579,-692.88787842,956.81994629,12.28982067,310.00000000 ,0,0,0); //Huntley
SetVehicleNumberPlate(abc(playerid), Falcon);

