01.01.2011, 18:55
Hi there. I`ve got a little problem with the error 008. I made a function, and it has a little bug which I can`t currently fix. If you could help...
Function
Error
Function
Код:
public SendMOTD(playerid)
{
new motd_s[256], x[10];
x = "motd";
format(motd_s, sizeof(motd_s), "/Settings/%s.ini", x);
new motd[128] = dini_Get(motd_s, "motd"); // error line
SendClientMessage(playerid, COLOR_RED, motd);
}
Код:
error 008: must be a constant expression; assumed zero

