Command edit
#1

PHP код:
CMD:admins(playeridparams[])
{
    new 
string[256];
    new 
fstring[64];
    for(new 
i=0i<MAX_PLAYERSi++)
    {
        if(
level[i] > 0)
        {
            new 
pname[MAX_PLAYER_NAME];
            
GetPlayerName(i,pnamesizeof(pname));
            
format(fstringsizeof(fstring),"%s (%i) - {FF0000}Level: %i{FFFFFF}\n"pnameilevel[i]);
            
strcat(stringfstringsizeof(string));
        }
    }
    
ShowPlayerDialog(playerid,2563,DIALOG_STYLE_LIST,"Online Admins",string,"OK","");
    return 
1;

can you make me this commands in strcmp
Reply


Messages In This Thread
Command edit - by boyan96 - 26.02.2012, 13:34
Re: Command edit - by Killer#Mummy - 26.02.2012, 17:28
Re: Command edit - by boyan96 - 26.02.2012, 18:16

Forum Jump:


Users browsing this thread: 1 Guest(s)