Posts: 165
Threads: 18
Joined: Jul 2013
Reputation:
0
Is there a way for me to make a Visual Basic program that will get the online status of my SA-MP server, the players, the ping, hostname, stuff like that? Maybe not Visual Basic but is there a way to make a program like that?
Posts: 136
Threads: 18
Joined: Feb 2015
Do you mean Server signature?
Posts: 165
Threads: 18
Joined: Jul 2013
Reputation:
0
Yeah, kinda like that in the sense that it will get the online status etc only in a separate program made by myself, so that people who play my server can just open the program to see if the server is online etc. What would also be good is news, like an RSS feed maybe? Just an app to show information about the server
Posts: 864
Threads: 57
Joined: Jan 2013
Reputation:
0
For your RSS system, to display the news you'll either have to get them from some web page using HTTP(S) queries or you'll have to code a "master program" that will send the informations to all the client programs registered on it.