Code:
C:\Users\HP\Desktop\SA-MP-Development-master\filterscripts\yom_buttons.pwn(322) : warning 208: function with tag result used before definition, forcing reparse
Pawn compiler 3.10.20160907 Copyright (c) 1997-2006, ITB CompuPhase
Line 322:
PHP Code:
forward bool:FS_IsValidButton(buttonid);
public bool:FS_IsValidButton(buttonid)
{
return (buttonid <= MAX_BUTTONS && ButtonInfo[buttonid][Created]);
}