help error warning 208: function with tag result used before definition, forcing reparse
#1

Код:
C:\gta-rp.vn\gacon\gacon\filterscripts\yom_buttons.pwn(323) : warning 208: function with tag result used before definition, forcing reparse
Код:
forward bool:FS_IsValidButton(buttonid);
public bool:FS_IsValidButton(buttonid)
{
	return (buttonid <= MAX_BUTTONS && ButtonInfo[buttonid][Created]);
}
Reply
#2

Either move it to the top of the script or place it right before you use the function.
Reply
#3

Quote:
Originally Posted by UFF
Посмотреть сообщение
Either move it to the top of the script or place it right before you use the function.
thanks bro
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)