27.05.2010, 12:06
It's not showing in game because you have the public declaration named to 'Timer', and the SetTimer is directed to 'TextDraw'.
Change the SetTimer to SetTimer("Timer", 5000, true);
Change the SetTimer to SetTimer("Timer", 5000, true);