SA-MP Forums Archive
ERRORS FAST HELP - 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: ERRORS FAST HELP (/showthread.php?tid=246920)



ERRORS FAST HELP - boyan96 - 06.04.2011

(8337): error 029: invalid expression, assumed zero
(8337) : error 004: function "close" is not implemented


Respuesta: ERRORS FAST HELP - admantis - 06.04.2011

Show lines.


Re: ERRORS FAST HELP - boyan96 - 06.04.2011

//================================================== ======================
public close()
{
MoveObject(object,888.19,-938.38,43.1, 2.00);
return 1;
}


Respuesta: ERRORS FAST HELP - admantis - 06.04.2011

Add ..
pawn Код:
forward close();
in the top of your script.