Compile Please - 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: Compile Please (
/showthread.php?tid=65475)
Compile Please -
Warshadow - 13.02.2009
i need my script to be compiled but my pawno compiler just says FU
can you compile this please
the includes are in there to thanks for the help
Re: Compile Please -
Dominik_CZ - 13.02.2009
Yeah I compile it for you

Here:
Your bad:
On 7094 line you was have
Код:
format(objstore, sizeof(objstore), .");
And it was bad -I was reapir it
Код:
format(objstore, sizeof(objstore), ".");
You was don't do one "
Re: Compile Please -
Warshadow - 13.02.2009
thanks man thnks alot really