/admins not working properly
#5

Bro, Try this, Rep+ if it works please
PHP код:
CMD:admins(playeridparams[]) {
     new 
Str[200], Name[MAX_PLAYER_NAME];
     
SendClientMessage(playeridCOLOR_GREEN"-------Online Admins-------");
     for(new 
0<= GetPlayerPoolSize(); i++) {
          if(
IsPlayerAdmin(i)) { //Of course, Change IsPlayerAdmin to detect custom admin level.
               
GetPlayerName(playeridNamesizeof(Name));
               
format(Strsizeof(Str), "%s - ID:%i"Nameplayerid);
               
SendClientMessage(playeridCOLOR_GREYStr);
          }
     }
     return 
1;

Reply


Messages In This Thread
/admins not working properly - by maximthepain - 29.08.2017, 19:02
Re: /admins not working properly - by Dokins - 29.08.2017, 19:43
Re: /admins not working properly - by maximthepain - 29.08.2017, 19:49
Re: /admins not working properly - by 10MIN - 29.08.2017, 20:12
Re: /admins not working properly - by Arbico - 29.08.2017, 20:51
Re: /admins not working properly - by maximthepain - 29.08.2017, 21:27
Re: /admins not working properly - by DarkBr - 29.08.2017, 21:56

Forum Jump:


Users browsing this thread: 1 Guest(s)