09.08.2010, 13:04
Hello, I only want to change the text of a TextDraw every 5 seconds, I don't know why if I use this on the SetTimer:
If I put this on the Timer , all command are bugged and say Unknow command. If I delete that, all commands works.
I don't have warnings and nothing :S
Thanks for all.
Код:
nombre1 = dini_Get("Ranking1", "Nombre"); format(string,sizeof(string),"Primero: %s",strlen(nombre1)); TextDrawSetString(Textdraw0, string);
I don't have warnings and nothing :S
Thanks for all.