Error
#3

Quote:
Originally Posted by Carlton
You can't make your textdraw variables like this:
pawn Код:
new Textdraw1;
new Textdraw2;
new Textdraw3;
new Textdraw4;
You need to put a Text: in front of the variables, so replace your variables with this:
pawn Код:
new Text:Textdraw1;
new Text:Textdraw2;
new Text:Textdraw3;
new Text:Textdraw4;
OMG you dont know how imberess i am now
Reply


Messages In This Thread
Error - by DarkPower - 16.03.2010, 10:50
Re: Error - by Carlton - 16.03.2010, 10:57
Re: Error - by DarkPower - 16.03.2010, 11:02

Forum Jump:


Users browsing this thread: 1 Guest(s)