Hey when i compile i get error how do i fix I used TDE
Quote:
C:\Users\***\Desktop\****\filterscripts\bots.pwn(1 4) : error 010: invalid function or declaration
|
new Text:TDEditor_TD[1];
TDEditor_TD[0] = TextDrawCreate(24.399976, 195.646636, "Hey_guys_nubs_welcome_to_a_random_roleplay_server );
TextDrawLetterSize(TDEditor_TD[0], 0.400000, 1.600000);
TextDrawTextSize(TDEditor_TD[0], 639.000000, 0.000000);
TextDrawAlignment(TDEditor_TD[0], 1);
TextDrawColor(TDEditor_TD[0], -1);
TextDrawUseBox(TDEditor_TD[0], 1);
TextDrawBoxColor(TDEditor_TD[0], 255);
TextDrawSetShadow(TDEditor_TD[0], 0);
TextDrawSetOutline(TDEditor_TD[0], 0);
TextDrawBackgroundColor(TDEditor_TD[0], 255);
TextDrawFont(TDEditor_TD[0], 1);
TextDrawSetProportional(TDEditor_TD[0], 1);
TextDrawSetShadow(TDEditor_TD[0], 0);[/QUOTE]