YSI-Includes
YSI-Includes copied to clipboard
[y_timers] const correct warning for no reason
I'm getting this warning even if I modify the string inside the timer: warning 214: possibly a "const" array argument was intended: "message"
timer UpdatePagerTD[500](playerid, string:message[])
{
UpdatePagerTimer[playerid] = Timer:0;
strdel(message, 0, 1);
Pager_ShowMessage(playerid, message);
}
I can't reproduce this. Is it still happening?