(SOS) zAdmin help
#2

if you mean ZAdmin1.0 (my system) yes!!! command /admins is in the script! but...i saw a little error: in english the command does not work. so you should replace dcmd_admins with this:

Код:
dcmd_admins(playerid,params[]){
 #pragma unused params
 if(Options[Language]==1)SendClientMessage(playerid, COLOR_LIGHTGREEN, "*** Admins Connessi: ***");
 if(Options[Language]==2)SendClientMessage(playerid, COLOR_LIGHTGREEN, "*** Admins Online: ***");else
 for(new i=0;i<200;i++){
	if(IsPlayerConnected(i)){
	 if(Account[i][pAdminlevel]>=1){
	  new name2[24];
    GetPlayerName(i, name2, sizeof(name2));
    if(Options[Language]==1)format(str, sizeof(str), "- %s | (id: %d) | [Livello: %d]", name2, i, Account[i][pAdminlevel]), SendClientMessage(playerid, COLOR_WHITE, str);else
		if(Options[Language]==2)format(str, sizeof(str), "- %s | (id: %d) | [Level: %d]", name2, i, Account[i][pAdminlevel]), SendClientMessage(playerid, COLOR_WHITE, str);}}}
 return 1;}
Yes...you think is the same, but it is not. Replace IT!!!
Reply


Messages In This Thread
(SOS) zAdmin help - by djdanni - 14.03.2009, 20:22
Re: (SOS) zAdmin help - by [ZFM]Zuc - 30.05.2010, 21:04
Re: (SOS) zAdmin help - by Flashy - 31.05.2010, 06:14
Re: (SOS) zAdmin help - by [ZFM]Zuc - 31.05.2010, 10:56

Forum Jump:


Users browsing this thread: 1 Guest(s)