is it posible to use LUA - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: is it posible to use LUA (
/showthread.php?tid=64945)
is it posible to use LUA -
VoViNaToR - 08.02.2009
Hello i want to know is it posible to run SA-MP on LUA script language? Because PAWNO is one of slowest script language
Re: is it posible to use LUA -
Lewwy - 08.02.2009
How is it the slowest language? What a load of rubbish. If you want to use LUA go play MTA

M.
Re: is it posible to use LUA -
VoViNaToR - 08.02.2009
That is true PAWNO is not the best language and i ask question because if it is posible then with LUA it will be 100x better to script.
Re: is it posible to use LUA -
Lewwy - 08.02.2009
No AFAIK.
Re: is it posible to use LUA -
VoViNaToR - 08.02.2009
How can you explain this : i change this
Код:
format(dateiname, sizeof(dateiname), "%s.car", playername);
To this
Код:
format(dateiname, sizeof(dateiname), "/Cars/%s.car", playername);
It crash my gamemode i change it back and restore scriptfiles as default and it keep crashing