Hallo,
ich möchte das das Textdraw von 60 bis 0 zählt bissherhabe ich nur das hier: public TextDrawUpdate()
{
new string[200];
new wert ;
format(string,sizeof(string),"Server wird in ~r~%d~w~ restartet",wert);
TextDrawSetString(Textdraw0,string);
return 1;
}
mehr weiß ich nicht weiter