SA-MP Forums Archive
Offline Admins Check - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Offline Admins Check (/showthread.php?tid=603514)



Offline Admins Check - 0B3Y - 24.03.2016

How to check offline admins check? I put players data in "scriptfiles/users" So if the player above level 1 admin "if(PlayerInfo[playerid][pAdmin] >= 1)", when i type in /oadmins the offline admins list will appears... Can someone code it for me? Thanks guys


Re: Offline Admins Check - SsHady - 24.03.2016

loop through all of the existing players and check whether one of the players is an admin and if he is retrieve his name and format a message, then sendclientmessage with the information and you're done.


Re: Offline Admins Check - 0B3Y - 24.03.2016

Can you provide a code? i've been left coding for a long time and forgot almost everything....