error 017: undefined symbol "SendMail" - 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: error 017: undefined symbol "SendMail" (
/showthread.php?tid=516255)
error 017: undefined symbol "SendMail" -
romsisx - 30.05.2014
Hi all! I have this problem:
Код:
C:\Users\Vova\Desktop\ERLG.LT_0.3z\ERLG.LT_0.3z\gamemodes\ERLG.pwn(5754) : error 017: undefined symbol "SendMail"
C:\Users\Vova\Desktop\ERLG.LT_0.3z\ERLG.LT_0.3z\gamemodes\ERLG.pwn(5756) : error 017: undefined symbol "SendMail"
This code:
Код:
format( string, 330,"» Registracija sлkminga!\n» Jыs esate: %i narys! \n» Jыsш vrtotojas: %s. \n» Jыsш slaptaюodis: %s. \n» Jыsш EL.paрtas: %s. \n» Neuюmirрkite aplankyti musu tinklalapio www.eRLG.lt!\n» Gero ir malonaus юaidimo, jыms linki eRLG.lt administracija!", pInfo[ playerid ][ SQLID ], GetPlayerNameEx( playerid ), inputtext, email );
SendMail( email, "maklauds112@gmail.com", "eRLG.lt", "» Registracija", string );
Re: error 017: undefined symbol "SendMail" -
Eth - 30.05.2014
You have to define SendMail:
https://sampforum.blast.hk/showthread.php?tid=397606
Re: error 017: undefined symbol "SendMail" -
romsisx - 30.05.2014
I not understand
Re: error 017: undefined symbol "SendMail" -
romsisx - 31.05.2014
PLEASE HELP!