No Textdraws?
#4

I wonder where that "scores" is defined at and as far as I am aware you do not need the "Text:" infront of it, all you do is:
pawn Код:
TextDrawShowForAll(scores);
Could you copy the bit of code where you actually DECLARE Textcores?

EDIT:

As you didn't reply yet I am sorta guessing that you either don't know what declare means and or the problem is solved already. If you do not know what delcaring means, then here we go:

Most commonly we say declaring values as in telling the compiler/bit of code that this value exists and is addressed to a place in the memory. So, instead of using the adress of the memory and all the complicated stuff, your compiler takes all that work for you and allows you to declare a value. So, declaring a value would look like:

pawn Код:
new value;
While value is now linked to a address in the memory when running the program, which yet does not involve us. No, the address is not defined before the code/program isn't running yet. So, my question was rather like:

Did you use
pawn Код:
new Text:scores;
Somewhere in your code?
Reply


Messages In This Thread
No Textdraws? - by Memoryz - 08.10.2009, 21:04
Re: No Textdraws? - by Extremo - 08.10.2009, 21:08
Re: No Textdraws? - by Memoryz - 08.10.2009, 21:10
Re: No Textdraws? - by Extremo - 08.10.2009, 21:13
Re: No Textdraws? - by Memoryz - 08.10.2009, 21:43
Re: No Textdraws? - by Sayaron - 08.10.2009, 22:38
Re: No Textdraws? - by SpiderPork - 09.10.2009, 05:32
Re: No Textdraws? - by Memoryz - 10.10.2009, 00:27
Re: No Textdraws? - by Sayaron - 10.10.2009, 01:00
Re: No Textdraws? - by Memoryz - 10.10.2009, 14:19

Forum Jump:


Users browsing this thread: 3 Guest(s)