public counter(){ count++; new string[8]; format(string,sizeof(string),"%d",count); TextDrawSetString(Counttext,string); return 1;}