SA-MP Forums Archive
Pawno Compile Situation - 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: Pawno Compile Situation (/showthread.php?tid=216192)



Pawno Compile Situation - Nikoz - 25.01.2011

Whenever I Compile my text file in pawno to make a .amx file I continously get this message:

C:\Users\Duddi o\Desktop\New folder (4)\gamemodes\Clean.txt(122) : error 017: undefined symbol "ShowPlayerDialog"
C:\Users\Duddi o\Desktop\New folder (4)\gamemodes\Clean.txt(126) : error 017: undefined symbol "ShowPlayerDialog"
C:\Users\Duddi o\Desktop\New folder (4)\gamemodes\Clean.txt(149) : error 017: undefined symbol "GetPVarInt"
C:\Users\Duddi o\Desktop\New folder (4)\gamemodes\Clean.txt(255) : error 017: undefined symbol "ShowPlayerDialog"
C:\Users\Duddi o\Desktop\New folder (4)\gamemodes\Clean.txt(357) : warning 235: public function lacks forward declaration (symbol "OnRconLoginAttempt")
C:\Users\Duddi o\Desktop\New folder (4)\gamemodes\Clean.txt(367) : warning 235: public function lacks forward declaration (symbol "OnPlayerStreamIn")
C:\Users\Duddi o\Desktop\New folder (4)\gamemodes\Clean.txt(372) : warning 235: public function lacks forward declaration (symbol "OnPlayerStreamOut")
C:\Users\Duddi o\Desktop\New folder (4)\gamemodes\Clean.txt(377) : warning 235: public function lacks forward declaration (symbol "OnVehicleStreamIn")
C:\Users\Duddi o\Desktop\New folder (4)\gamemodes\Clean.txt(382) : warning 235: public function lacks forward declaration (symbol "OnVehicleStreamOut")
C:\Users\Duddi o\Desktop\New folder (4)\gamemodes\Clean.txt(387) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")
C:\Users\Duddi o\Desktop\New folder (4)\gamemodes\Clean.txt(402) : error 017: undefined symbol "ShowPlayerDialog"
C:\Users\Duddi o\Desktop\New folder (4)\gamemodes\Clean.txt(420) : error 017: undefined symbol "ShowPlayerDialog"
C:\Users\Duddi o\Desktop\New folder (4)\gamemodes\Clean.txt(433) : error 017: undefined symbol "ShowPlayerDialog"
C:\Users\Duddi o\Desktop\New folder (4)\gamemodes\Clean.txt(443) : error 017: undefined symbol "ShowPlayerDialog"
C:\Users\Duddi o\Desktop\New folder (4)\gamemodes\Clean.txt(456) : error 017: undefined symbol "SetPVarInt"
C:\Users\Duddi o\Desktop\New folder (4)\gamemodes\Clean.txt(46 : warning 235: public function lacks forward declaration (symbol "OnPlayerClickPlayer")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


9 Errors.

Can anyone tell me what to do I got my Includes.


Re: Pawno Compile Situation - Lorenc_ - 25.01.2011

Update your includes to 0.3c

EDIT:

Clean.txt isnt a pwn file.

Clean.pwn is a pwn file.

change its file types.


Re: Pawno Compile Situation - Nikoz - 25.01.2011

Quote:
Originally Posted by Lorenc_
Посмотреть сообщение
Update your includes to 0.3c

EDIT:

Clean.txt isnt a pwn file.

Clean.pwn is a pwn file.

change its file types.
Thanks Mayne it works.