18.11.2016, 23:24
Its quite simple
Check admins in SQL
This was just an example code of course
Check admins in SQL
Quote:
mysql_query("SELECT username FROM users WHERE admin='1'"); //select all level 1 admins for example //fetch the stuff etc... if(IsPlayerConnected(DataFromSQL['username'])) format(string,sizeof(string),"%s ONLINE"); |