How do i add Textdraws in a Gamemode?
#5

Код:
(660) : error 028: invalid subscript (not an array or too many subscripts): "textdraw_1"
(660) : warning 215: expression has no effect
(660) : error 001: expected token: ";", but found "]"
(660) : error 029: invalid expression, assumed zero
(660) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Код:
	for(new i=0; i<MAX_PLAYERS; i++)
	{
		textdraw_1[i] = TextDrawCreate(556.000000, 337.000000, "");
		TextDrawFont(textdraw_1[i], 2);
		TextDrawLetterSize(textdraw_1[i], 0.429166, 2.049999);
		TextDrawTextSize(textdraw_1[i], 400.000000, 17.000000);
		TextDrawSetOutline(textdraw_1[i], 1);
		TextDrawAlignment(textdraw_1[i], 1);
		TextDrawColor(textdraw_1[i], 1296911871);
		TextDrawBoxColor(textdraw_1[i], 50);
		TextDrawSetProportional(textdraw_1[i], 1);
	}
	SetTimer("sekunde",90, true);
	return 1;
}
also on the top i did new textdraw_01;
That is so wierd
Reply


Messages In This Thread
How do i add Textdraws in a Gamemode? - by BrightLeaN - 27.03.2018, 09:06
Re: How do i add Textdraws in a Gamemode? - by ForCop - 27.03.2018, 09:26
Re: How do i add Textdraws in a Gamemode? - by BrightLeaN - 27.03.2018, 09:36
Re: How do i add Textdraws in a Gamemode? - by ForCop - 27.03.2018, 09:44
Re: How do i add Textdraws in a Gamemode? - by BrightLeaN - 27.03.2018, 09:53
Re: How do i add Textdraws in a Gamemode? - by ForCop - 27.03.2018, 09:55
Re: How do i add Textdraws in a Gamemode? - by BrightLeaN - 27.03.2018, 10:03
Re: How do i add Textdraws in a Gamemode? - by ForCop - 27.03.2018, 10:05
Re: How do i add Textdraws in a Gamemode? - by BrightLeaN - 27.03.2018, 10:11
Re: How do i add Textdraws in a Gamemode? - by ForCop - 27.03.2018, 10:12

Forum Jump:


Users browsing this thread: 1 Guest(s)