forward UpdateScore(); public UpdateScore() { new string[12]; format(string,sizeof(string),"~b~%d ~l~: ~y~%d",BlueScore, GoldScore); TextDrawSetString(Text:ScoreBoard,string); return 1; }