01.08.2015, 01:17
Could optimize some more!
ex:
@ FilterScript
The FilterScript is great, congratulations! + rep
ex:
PHP Code:
new Text: TextDraw [22];
TextDraw [0] = TextDrawCreate (0.000000, 0.000000, "LD_SPAC: white");
TextDrawLetterSize (TextDraw [0], 0.000000, 0.000000);
TextDrawTextSize (TextDraw [0], 829.500000, 93.333358);
TextDrawAlignment (TextDraw [0], 1);
TextDrawColor (TextDraw [0], 255);
TextDrawSetShadow (TextDraw [0], 0);
TextDrawSetOutline (TextDraw [0], 0);
TextDrawFont (TextDraw [0], 4);
Etc ..
The FilterScript is great, congratulations! + rep