05.03.2009, 05:04
Its a string:
Then just use:
change:
in to:
Код:
new ThisIsAString[15];
Код:
SetVehicleNumberPlate(vehid, ThisIsAString);
Код:
new plate;
Код:
new plate[15];