TextDraw error
#1

Hey Guys i Use The TextDrawEditor But i Get everytime 1 eroor

Код:
C:\DOKUME~1\TriXxoR\Desktop\SAMP02~1.WIN\GAMEMO~1\gf.pwn(8372) : warning 235: public function lacks forward declaration (symbol "ABroadCast")
C:\DOKUME~1\TriXxoR\Desktop\SAMP02~1.WIN\GAMEMO~1\gf.pwn(27467) : error 010: invalid function or declaration
C:\DOKUME~1\TriXxoR\Desktop\SAMP02~1.WIN\GAMEMO~1\gf.pwn(27479) : warning 203: symbol is never used: "Textdraw0"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Whats That ?
Reply
#2

Quote:
Originally Posted by Drug
Hey Guys i Use The TextDrawEditor But i Get everytime 1 eroor

Код:
C:\DOKUME~1\TriXxoR\Desktop\SAMP02~1.WIN\GAMEMO~1\gf.pwn(8372) : warning 235: public function lacks forward declaration (symbol "ABroadCast")
C:\DOKUME~1\TriXxoR\Desktop\SAMP02~1.WIN\GAMEMO~1\gf.pwn(27467) : error 010: invalid function or declaration
C:\DOKUME~1\TriXxoR\Desktop\SAMP02~1.WIN\GAMEMO~1\gf.pwn(27479) : warning 203: symbol is never used: "Textdraw0"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Whats That ?
(27479) : warning 203: symbol is never used: "Textdraw0" .... is it in top "forwarded" ? ... if it is ... try to delete it ...
sometimes if you "forward" something and not use it .. it gives error .. happened to me
...
i dont know the rest
Reply
#3

At the top of your script put these:

forward ABroadCast;

and delete:
new Textdraw0;

If you are not using it.
Reply
#4

When i paste forward ABroadCast(); it gives Error

But I use Text:Textdraw1 but error -.-

Must i Paste forward Text:Textdraw1();
Reply
#5

showp ieces code to which lines redirect.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)