Pawn errors - 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: Pawn errors (
/showthread.php?tid=421322)
Pawn errors -
Sweez - 09.03.2013
Hello, i've just made some updates to my server, and when I try to complie it gives me this:
C:\Users\User\Desktop\Bulgarian Mafia Roleplay\pawno\include\a_samp.inc(54) : error 021: symbol already defined: "print"
C:\Users\User\Desktop\Bulgarian Mafia Roleplay\pawno\include\a_samp.inc(55) : error 021: symbol already defined: "printf"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Re: Pawn errors -
Bikken - 09.03.2013
Re-download a_samp.inc, and replace the old one in pawno/includes with the downloaded one, to see if it works
Re: Pawn errors -
Sweez - 09.03.2013
I still get these errors can you give me link ?
Re: Pawn errors -
DaRk_RaiN - 09.03.2013
Download the samp server
HERE and replace your a_samp with the one in the package.
P.S:If your pawno isn't updated to 0.3x, then replace all includes found in the new pawn (the one in the server package) with you current old ones.
Re: Pawn errors -
Sweez - 09.03.2013
Quote:
Originally Posted by DaRk_RaiN
Download the samp server HERE and replace your a_samp with the one in the package.
P.S:If your pawno isn't updated to 0.3x, then replace all includes found in the new pawn (the one in the server package) with you current old ones.
|
I did it, but my pawn still crashes ...