10.02.2014, 22:55
It's not like custom vehicle plate. I made it to set all server used vehicle plate.
Before it was
And was working
Just now i made it like this, more realistic
Before it was
PHP код:
format(PlayerVehicleInfo[playerid][v][pvNumberPlate], 32, "CL31 {FF0000}F7W");
Just now i made it like this, more realistic
PHP код:
format(PlayerVehicleInfo[playerid][v][pvNumberPlate], 32, "CL-%d", randomEx(100, 999));

