SA-MP Forums Archive
[Plugin] CHandling - Server control of handlings & per-vehicle handlings - 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: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] CHandling - Server control of handlings & per-vehicle handlings (/showthread.php?tid=663066)

Pages: 1 2 3


Re: CHandling - Server control of handlings & per-vehicle handlings - Refik - 13.05.2020

Fixed! Problem is ;
"new float:engineacc;"
thats inncorrect
"new Float:engineacc;"
thats correct. Float can't be start lowercase..