(2021-01-19, 09:12 PM)Behemoth Wrote: Well, I've fixed it... I don't know why this removes the warning, but it works so I guess that's all that matters. If someone could explain why this works instead of the original method, I'd appreciate that.
Code:new
timer[12], int[12];
format(timer, sizeof(timer), "KickTimer");
format(int, sizeof(int), "i");
SetTimerEx(timer, 100, false, int, playerid);
return 1;
You're using the old includes.
Get the updated ones here:
https://github.com/pawn-lang/pawn-stdlib
Or disable them. (Not recommended)
#pragma warning disable 239, 214, 217