SA-MP Forums Archive
Error - 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)
+--- Thread: Error (/showthread.php?tid=581153)



Error - joetang73 - 11.07.2015

Untitled.png how to solve


Re : Error - KillerDVX - 11.07.2015

Try :

PHP код:
#define robbedrecently(); 
KillerDVX,



Re: Error - joetang73 - 11.07.2015

Untitled.png


Re : Error - KillerDVX - 11.07.2015

Replace :

PHP код:
#define robbedrecently(); 
By :

PHP код:
forward robbedrecently(); 



Re: Error - joetang73 - 11.07.2015

(333) : error 010: invalid function or declaration
i got this at return 1


Re : Error - KillerDVX - 11.07.2015

Halйlouya..

PHP код:
forward robbedrecently();
public 
robbedrecently()
{
    
cityhallrobrobbedrecently 0;
    return 
1;

KillerDVX,