erroooor from 0Admin_F
#1

Hello, i got error on 0Admin_F include.

Error:
Код:
samp03e_svr_R2_win32\pawno\include\YSI/y_hooks.inc(63) : fatal error 111: user error: Did you do <YSI/y_hooks> instead of the required <YSI\y_hooks>?
Whole line.
Код:
public OnPlayerConnect(playerid)
{
     //Get the name of the player that connected and display a join message to other players

    new name[MAX_PLAYER_NAME+1], string[24+MAX_PLAYER_NAME+1];
    GetPlayerName(playerid, name, sizeof(name));

    format(string, sizeof(string), "%s have joined the server.", name);
    SendClientMessageToAll(0xC4C4C4FF, string);
	return 1;
}
And who waits for gfs 0.4, i removed /troll command.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)