IS4Code / YSF

YSF Server Functions
Other
98 stars 34 forks source link

GetVehicleNumberPlate #45

Closed ronixtey closed 7 years ago

ronixtey commented 7 years ago

i get number plate like this:

new plate[16] GetGehicleNumberPlate(vehicleid, plate);

but it shows me incorrect hieroglyphs bandicam 2017-01-02 16-49-13-264

Crayder commented 7 years ago

Two things:

new firstString[16], otherString[128] = "some random stuff that doesn't fit it 'firstString'";

For some reason that puts a bunch of crap in firstString.

ghost commented 7 years ago

Now i dont have pc so i cant test iz because im moving. Try the output with ysf examples, im curious what it will be.

Getting works without setting, it will return the default plate.

Crayder commented 7 years ago

Getting works without setting, it will return the default plate.

Oh yeah! Now I remember you fixing that, in #38.

ghost commented 7 years ago

Fixed