20.07.2012, 18:24
Hello, I use a timer to display textdraw, i wish does not reuse the function when the string is the same as previously
But I dont know how to compare two string
Example
But I dont know how to compare two string
Example
Code:
new string[128]; new oldstring[128]; if(string != oldstring)// not correct