You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah you're right I misread it. It probably doesn't like the type of the argument that is getting passed but it should still work. This was from the original code so I haven't really looked at it. I'll see if I can fix it when I have some time.
Thank you for this amazing update! However, I get this warning when I compile this version of nominations_extended.sp:
// nominations_extended.sp(339) : warning 213: tag mismatch
// nominations_extended.sp(465) : warning 213: tag mismatch
// nominations_extended.sp(767) : warning 213: tag mismatch
Here is the line: GetExcludeMapList(excludeMaps);
Here is the native in the .inc file: native void GetExcludeMapList(ArrayList array);
Thanks in advance!
The text was updated successfully, but these errors were encountered: