29.12.2012, 05:23
Hello, i got error on 0Admin_F include.
Error:
Whole line.
And who waits for gfs 0.4, i removed /troll command.
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>?
Код:
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; }