erroooor from 0Admin_F - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: erroooor from 0Admin_F (
/showthread.php?tid=403112)
erroooor from 0Admin_F -
Ryox175 - 29.12.2012
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.