SA-MP Forums Archive
I got this 2 error can someone 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)
+--- Thread: I got this 2 error can someone help? (/showthread.php?tid=401576)



warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg") - aslan890 - 23.12.2012

I was trying to connect myqsl and i put some files in my server file and mtrp-final.zip it had .pwn that i have to edited for my self - the mysq- sql part and i ddi but it giving me this error even when i dont edit?




C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(9846) : warning 215: expression has no effect
C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(36155) : error 004: function "NameTimer" is not implemented
C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(37875) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
[/CODE]


Line 9846:
Код:
	SetDisabledWeapons(43,44,45);
Line 36155:
Код:
	NameTimer();
Line 37875:
Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])



Re: I got this 2 error can someone help? - Kittylol - 23.12.2012

error 017 write at top of script #define SetDisabledWeapons


Re: I got this 2 error can someone help? - aslan890 - 23.12.2012

Код:
C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(9846) : warning 215: expression has no effect
C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(36155) : error 004: function "NameTimer" is not implemented
C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(37875) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Line: 37875 :
Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])



Re: I got this 2 error can someone help? - Kittylol - 23.12.2012

Remove the function "NameTimer" and have fun


Re: I got this 2 error can someone help? - aslan890 - 23.12.2012

I did now it give me this error

Код:
C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(9846) : warning 215: expression has no effect
C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(37874) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:           9424 bytes
Code size:          1540400 bytes
Data size:          9799428 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5384 cells (21536 bytes)
Total requirements:11365636 bytes

2 Warnings.



Re: I got this 2 error can someone help? - Kittylol - 23.12.2012

It means you don't have enaught memory on computer.Free some space.


Re: I got this 2 error can someone help? - aslan890 - 23.12.2012

are you sure?


Re: I got this 2 error can someone help? - aslan890 - 23.12.2012

I heard that this thign doesn't support anymore?

public OnPlayerPrivmsg(playerid, recieverid, text[])


Re: I got this 2 error can someone help? - gtafreak15 - 23.12.2012

Quote:

Header size: 9424 bytes
Code size: 1540400 bytes
Data size: 9799428 bytes
Stack/heap size: 16384 bytes; estimated max. usage=5384 cells (21536 bytes)
Total requirements:11365636 bytes

You are using too many large locals.


Re: I got this 2 error can someone help? - aslan890 - 23.12.2012

Quote:
Originally Posted by gtafreak15
Посмотреть сообщение
You are using too many large locals.
That is not the problem lol this not [GM] its just something that help me to use mysql

its this thing that use - https://sampforum.blast.hk/showthread.php?tid=7106

and it it gives error already i ddin't create this