07.09.2009, 19:48
Hey there, Thanks for reading!.
Well when i try compile my script (Bot Script) I get the following errors:
But i did:
Could anyone help?. Thanks.
Well when i try compile my script (Bot Script) I get the following errors:
Код:
C:\Users\user\Desktop\samp03svr_RC3-2_win32\npcmodes\welcomebot.pwn(9) : error 004: function "GetClosestPlayer" is not implemented C:\Users\user\Desktop\samp03svr_RC3-2_win32\npcmodes\welcomebot.pwn(12) : error 017: undefined symbol "IsPlayerNPC" C:\Users\user\Desktop\samp03svr_RC3-2_win32\npcmodes\welcomebot.pwn(16) : error 017: undefined symbol "to_others" C:\Users\user\Desktop\samp03svr_RC3-2_win32\npcmodes\welcomebot.pwn(17) : error 017: undefined symbol "SetPlayerChatBubble" C:\Users\user\Desktop\samp03svr_RC3-2_win32\npcmodes\welcomebot.pwn(22) : warning 217: loose indentation C:\Users\user\Desktop\samp03svr_RC3-2_win32\npcmodes\welcomebot.pwn(22) : error 029: invalid expression, assumed zero C:\Users\user\Desktop\samp03svr_RC3-2_win32\npcmodes\welcomebot.pwn(22) : error 004: function "GetClosestPlayer" is not implemented C:\Users\user\Desktop\samp03svr_RC3-2_win32\npcmodes\welcomebot.pwn(31) : error 017: undefined symbol "p1" C:\Users\user\Desktop\samp03svr_RC3-2_win32\npcmodes\welcomebot.pwn(33) : error 017: undefined symbol "GetDistanceBetweenPlayers" C:\Users\user\Desktop\samp03svr_RC3-2_win32\npcmodes\welcomebot.pwn(44) : error 030: compound statement not closed at the end of file (started at line 9) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 9 Errors.
Код:
#include <a_npc> #include <a_samp>