error 004: function "LoadDust" is not implemented - 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: error 004: function "LoadDust" is not implemented (
/showthread.php?tid=201379)
error 004: function "LoadDust" is not implemented -
admantis - 21.12.2010
Hello all I have this function
pawn Code:
forward LoadDust();
public LoadDust();
{
// bunch of CreateDynamicObjects
return 1;
}
but I get this error
pawn Code:
error 004: function "LoadDust" is not implemented
Thanks and please halp me
Re: error 004: function "LoadDust" is not implemented -
ExeC - 21.12.2010
Remove the ";" on the "public LoadDust();".