SA-MP Forums Archive
I need help with fix errors :) - 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: I need help with fix errors :) (/showthread.php?tid=359848)



I need help with fix errors :) - xRotem - 15.07.2012

Код:
(71702) : error 017: undefined symbol "ShowNoticeGUIFrame"
(71725) : error 017: undefined symbol "ShowNoticeGUIFrame"
(71748) : error 017: undefined symbol "ShowNoticeGUIFrame"
(71762) : error 017: undefined symbol "ShowNoticeGUIFrame"
Lines:
Код HTML:
			    ShowNoticeGUIFrame(playerid, 6);
				ShowNoticeGUIFrame(playerid, 6);
			    ShowNoticeGUIFrame(playerid, 6);
\
Thanks


Re: I need help with fix errors :) - clarencecuzz - 15.07.2012

You haven't defined what ShowNoticeGUIFrame does... what is it supposed to do?


Re: I need help with fix errors :) - xRotem - 15.07.2012

what i need to do ? O_O


Re: I need help with fix errors :) - xRotem - 15.07.2012

Bump :\


Re: I need help with fix errors :) - GSRP - 15.07.2012

Hmm.. I am assuming you are using the latest leaked NGRP edit. :P Version 2.3.349? Or maybe 2.3.308, anyways, why don't you just remove that whole system, as when they logon, you're server will just scream NGRP edit.

Just a little advice.


Re: I need help with fix errors :) - xRotem - 15.07.2012

Good that you know i only love the se*st**** system


Re: I need help with fix errors :) - GSRP - 15.07.2012

Quote:
Originally Posted by xRotem
Посмотреть сообщение
Good that you know i only love the se*st**** system
The what system..?

This forum requires that you wait 120 seconds between posts. Please try again in 71 seconds. <-- I am going to go on strike! :P
This forum requires that you wait 120 seconds between posts. Please try again in 23 seconds. <-- Crack head.
This forum requires that you wait 120 seconds between posts. Please try again in 3 seconds. <-- OH! EMM! GEE!


Re: I need help with fix errors :) - xRotem - 15.07.2012

Hhhhhhhhhhhhhhhhhhh lol! why you spamming? O_O
you have answer to my problem?


Re: I need help with fix errors :) - richardcor91 - 15.07.2012

"ShowNoticeGUIFrame" is a function that is not in your script and you are calling it. Ofc it won't compile. Somewhere in script or any script include you must have some function with that name, eg:

Код:
stock ShowNoticeGUIFrame(playerid, number)
{
   //code here
}

or 

forward ShowNoticeGUIFrame(playerid, number);
public ShowNoticeGUIFrame(playerid, number)
{
   //code here
}
Understand now?


Re: I need help with fix errors :) - xRotem - 15.07.2012

I have now errors i think its the last
Код:
(8275) : error 017: undefined symbol "NoticeTxtdraw"
(8275) : warning 215: expression has no effect
(8275) : error 001: expected token: ";", but found "]"
(8275) : error 029: invalid expression, assumed zero
(8275) : fatal error 107: too many error messages on one line
Line:
Код HTML:
	TextDrawShowForPlayer(playerid, NoticeTxtdraw[0]);