How to make an include?
#1

Helo! i make an simple include to test something and i have a error
PHP Code:
#if defined _admin_included
    #endinput
#endif
#define _admin_included
 
#tryinclude <a_samp>
public OnPlayerConnect(playerid)
{
    
SendClientMessage(playerid, -1"Helo bro");
    return 
1;

I get this error in my gamemode, the include is included with #include <admin>
PHP Code:
C:\Users\Calinacho\Desktop\server  samp\gamemodes\test.pwn(244) : error 021symbol already defined"SSCANF_OnPlayerConnect" 
Reply


Messages In This Thread
How to make an include? - by Calinut200 - 01.04.2020, 19:42
Re: How to make an include? - by DRIFT_HUNTER - 01.04.2020, 19:56
Re: How to make an include? - by Calinut200 - 01.04.2020, 19:59
Re: How to make an include? - by rzrusu - 01.04.2020, 20:12

Forum Jump:


Users browsing this thread: 1 Guest(s)