22.11.2016, 18:19
PHP код:
Severity Code Description Project File Line
Error (active) a value of type "cell (*)(AMX *amx, cell *Lemail, cell *Lpassword, cell *LSender, cell *Lparams)" cannot be used to initialize an entity of type "AMX_NATIVE" Win32Project1 c:\Users\Yassine\Documents\Visual Studio 2015\Projects\Win32Project1\Win32Project1\Source.cpp 90
following this script https://sampforum.blast.hk/showthread.php?tid=253436
The code
PHP код:
AMX_NATIVE_INFO projectNatives[] =
{
{ "SendEmail", SendEmail }
};