SA-MP Forums Archive
Format assigns abnormal things - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Format assigns abnormal things (/showthread.php?tid=450584)



Format assigns abnormal things - thimo - 13.07.2013

Okay so i have a car loading system wich uses this:
pawn Код:
format(AVehicleData[vid][Owner], 24, AHouseData[HouseID][Owner]);
But now:
Код:
AVehicleData[vid][Owner]
Returns out weird characters:

Why does the format create that?