[Help]Error in TextDraw
#1

Hey guys, so I'm making a TextDraw for all players with the server name, but I've had some problems, the TextDraw is good and created, but when I do " TextDrawShowForAll(Textdraw x) " it gives me a error.

So this is the code were I created the TextDraws ( OnPlayerConnect )
PHP код:
  {
Textdraw0 TextDrawCreate(446.000000389.000000"Portugal Rising");
TextDrawBackgroundColor(Textdraw0255);
TextDrawFont(Textdraw03);
TextDrawLetterSize(Textdraw00.6499991.800000);
TextDrawColor(Textdraw010079487);
TextDrawSetOutline(Textdraw00);
TextDrawSetProportional(Textdraw01);
TextDrawSetShadow(Textdraw01);
TextDrawSetSelectable(Textdraw00);
  }
  {
Textdraw1 TextDrawCreate(485.000000414.000000"Roleplay");
TextDrawBackgroundColor(Textdraw1255);
TextDrawFont(Textdraw12);
TextDrawLetterSize(Textdraw10.5399992.100000);
TextDrawColor(Textdraw1, -1);
TextDrawSetOutline(Textdraw10);
TextDrawSetProportional(Textdraw11);
TextDrawSetShadow(Textdraw12);
TextDrawSetSelectable(Textdraw10);
  } 
Everything good, no errors, in my compiler, but, the problem is on top of the gamemode were I show the TextDraw for all, here's the code:

PHP код:
new Text:Textdraw0;
TextDrawShowForAll(Textdraw0);
new 
Text:Textdraw1;
TextDrawShowForAll(Textdraw1); 
And this is the errors:

Код:
C:\Users\Joka\Desktop\New folder (2)\gamemodes\GamemodeRP.pwn(32) : error 021: symbol already defined: "TextDrawShowForAll"
C:\Users\Joka\Desktop\New folder (2)\gamemodes\GamemodeRP.pwn(34) : error 021: symbol already defined: "TextDrawShowForAll"
But I never define " TextDrawShowForAll " i don't understand, apreciate any help

Edit: Fixed
Reply


Messages In This Thread
[Help]Error in TextDraw - by MacacoDoArtico - 14.08.2014, 15:21
Re: [Help]Error in TextDraw - by Faisal_khan - 14.08.2014, 15:33
Re: [Help]Error in TextDraw - by MacacoDoArtico - 14.08.2014, 15:43
Re: [Help]Error in TextDraw - by TeddyYeah - 14.08.2014, 17:13
Re: [Help]Error in TextDraw - by MacacoDoArtico - 14.08.2014, 17:25
Re: [Help]Error in TextDraw - by Faisal_khan - 14.08.2014, 19:17

Forum Jump:


Users browsing this thread: 3 Guest(s)