27.01.2018, 05:40
Tried compiling the yom_buttons.pwn filterscript, but got this error:
This is the line 322:
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 © 1997-2006, ITB CompuPhase
Code:
forward bool:FS_IsValidButton(buttonid); public bool:FS_IsValidButton(buttonid) { return (buttonid <= MAX_BUTTONS && ButtonInfo[buttonid][Created]); }