SA-MP Forums Archive
error 004: function "FixHour" is not implemented - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: error 004: function "FixHour" is not implemented (/showthread.php?tid=110333)



error 004: function "FixHour" is not implemented - buonggiorno - 25.11.2009

wtf is this, i compile my script 100000000 times and never get this message ?

Код:
error 004: function "FixHour" is not implemented
here is that line number 6685

Код:
	FixHour(ghour);
how to fix this? ((( help me please


Re: error 004: function "FixHour" is not implemented - Peter_Corneile - 25.11.2009

Add this to the top of your script
pawn Код:
#pragma unused FixHour



Re: error 004: function "FixHour" is not implemented - Correlli - 25.11.2009

Quote:
Originally Posted by ►Peter Corneile◄
Add this to the top of your script
pawn Код:
#pragma unused FixHour
That's not the solution.

This can happen if you have forwarded that function and you're using it in the script but you haven't defined it.


Re: error 004: function "FixHour" is not implemented - buonggiorno - 25.11.2009

shit...i torment 2 weeks to done fucking gamemode and now after 20000 compile action where everything is ok...MY Game mode is DOWN now WTF ALL THAT ERRORS....I DONT GET IT BEFORE!!!! :@


Re: error 004: function "FixHour" is not implemented - Streetplaya - 25.11.2009

Quote:
Originally Posted by buonggiorno
shit...i torment 2 weeks to done fucking gamemode and now after 20000 compile action where everything is ok...MY Game mode is DOWN now WTF ALL THAT ERRORS....I DONT GET IT BEFORE!!!! :@
You might have a bracket missing.


Re: error 004: function "FixHour" is not implemented - buonggiorno - 25.11.2009

bricket i dont understand what is that, sorry i am not speak english good. can you tell me what is that, give me some example?


Re: error 004: function "FixHour" is not implemented - Streetplaya - 25.11.2009

Quote:
Originally Posted by buonggiorno
bricket i dont understand what is that, sorry i am not speak english good. can you tell me what is that, give me some example?
Brackets I mean:
{ and }
(the signs)


Re: error 004: function "FixHour" is not implemented - buonggiorno - 25.11.2009

mxm, ok...nevermind i copy/paste 5.000 lines from basic script and everything is ok now