01.04.2020, 19:42
Helo! i make an simple include to test something and i have a error
I get this error in my gamemode, the include is included with #include <admin>
PHP Code:
#if defined _admin_included
#endinput
#endif
#define _admin_included
#tryinclude <a_samp>
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid, -1, "Helo bro");
return 1;
}
PHP Code:
C:\Users\Calinacho\Desktop\server samp\gamemodes\test.pwn(244) : error 021: symbol already defined: "SSCANF_OnPlayerConnect"