SA-MP Forums Archive
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: Errors (/showthread.php?tid=441385)



Errors - DAVIDXP - 02.06.2013

Hi SA-Mp.com I have same errors:
pawn Код:
#else
main()
{
    print("\n----------------------------------");
    print(" Blank Gamemode by your name here");
    print("----------------------------------\n");
}
#endif
Errors :
pawn Код:
error 017: undefined symbol "print"
error 017: undefined symbol "print"
error 017: undefined symbol "print"
What is the Problem?


Re: Errors - Chris10 - 02.06.2013

Do you have #include <a_samp> at the top of your script?


Re: Errors - DAVIDXP - 02.06.2013

Quote:
Originally Posted by Chris10
Посмотреть сообщение
Do you have #include <a_samp> at the top of your script?
Yeah