I need help with fix errors :)
#1

Код:
(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
Reply
#2

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

what i need to do ? O_O
Reply
#4

Bump :\
Reply
#5

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.
Reply
#6

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

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!
Reply
#8

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

"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?
Reply
#10

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]);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)