29.11.2010, 15:16
A very important function for SetVehicleNumberPlate(..); would be GetVehicleNumberPlate(vehicleid); which should return the number plate string.
It's veryveryveryvery important to also give a use to the number plate system.
It's veryveryveryvery important to also give a use to the number plate system.
pawn Код:
new str[32];
str = GetVehicleNumberPlate(vehicleid);
SendClientMessage(playerid,COLOR_WHITE,str);