Ok i a try something else now i made a file called
ServerList.Dat
Now i made a char
Then i used this:
dbOpenToRead(1, "ServerList.Dat");
wsprintf ( Servers , "%d Server" , dbReadWord(1));
dbText(20, 20, Servers);
But at first nothing showed up, i had to remove the sprite(it was behind it(the text))
But then i just getting some wierd numbers like 2030....
The Code That was in ServerList.Dat
Server1:Fightex Server(myip)
server2:.....
so i need a way to make the text to come to the front and how to read the fille the write way.
Game.Love