SA-MP Forums Archive
NGG Yom_buttons compile error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: NGG Yom_buttons compile error (/showthread.php?tid=648668)



NGG Yom_buttons compile error (warning 208) - JulianWilliams - 26.01.2018

Код:
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
I only tried to compile it to be used as filterscript.

Line 322:
PHP код:
forward bool:FS_IsValidButton(buttonid);
public 
bool:FS_IsValidButton(buttonid)
{
    return (
buttonid <= MAX_BUTTONS && ButtonInfo[buttonid][Created]);




Re: NGG Yom_buttons compile error - EmpireSk - 26.01.2018

Quote:
Originally Posted by JulianWilliams
Посмотреть сообщение
Код:
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
I only tried to compile it to be used as filterscript.
Code...?


Re: NGG Yom_buttons compile error - JulianWilliams - 26.01.2018

Quote:
Originally Posted by EmpireSk
Посмотреть сообщение
Code...?
Updated.


Re: NGG Yom_buttons compile error - JulianWilliams - 27.01.2018

HELLO?


Re: NGG Yom_buttons compile error - Abagail - 27.01.2018

It hasn't even been 24 hours. You're not entitled to anything, as someone (I forget who) has in their signature, people help here in their spare time, for free. So if someone knows how to help you, they will once they get around to it.

In the meanwhile, you can also help yourself by googling "function with tag result used before definition, forcing reparse". I assure you this is not something specific to the NG:RP script and is something you can find results for.


Re: NGG Yom_buttons compile error - JulianWilliams - 27.01.2018

Quote:
Originally Posted by Abagail
Посмотреть сообщение
It hasn't even been 24 hours. You're not entitled to anything, as someone (I forget who) has in their signature, people help here in their spare time, for free. So if someone knows how to help you, they will once they get around to it.

In the meanwhile, you can also help yourself by googling "function with tag result used before definition, forcing reparse". I assure you this is not something specific to the NG:RP script and is something you can find results for.
ok sir