24.02.2009, 17:22
thanks, I now have this:
But I think it should only change Textdraw0 now. How to let it remove the current textdraw and replace it with a new?
Код:
public TextDrawMessageTimer()
{
TextDrawSetString(Text:Textdraw0, RandomMessages[random(sizeof(RandomMessages))]);
}

