[Ajuda] como faзo isso ? І
#13

Quote:
Originally Posted by matheusspohr
View Post
tente:
PHP Code:
#define DIALOG_ALGUMA_COISA 9258374
stock DisplayGroupMembers(groupidplayerid

    new 
amount[2], string[200], shortstr[55], pname[24]; 
    
format(stringsizeof(string), "Group Members for %s(ID:%d)"groupinfo[groupid][grname], groupid); 
    
SendClientMessage(playerid0xFFFFFFstring); 
    
string ""
    for(new 
xx<MAX_PLAYERSx++) 
    { 
        if(
group[x][gid] == groupid
        { 
            
amount[0] ++; 
            
amount[1] ++; 
            
GetPlayerName(xpname24); 
            if(
groupinfo[groupid][leader] != xformat(shortstrsizeof(shortstr), "%s(%d),"pnamex); 
            if(
groupinfo[groupid][leader] == xformat(shortstrsizeof(shortstr), "[LEADER]%s(%d),"pnamex); 
            if(
amount[1] == 1format(stringsizeof(string), "%s"shortstr); 
            if(
amount[1] != 1format(stringsizeof(string), "%s %s"stringshortstr); 
            if(
amount[0] == 6
            { 
                
strdel(stringstrlen(string)-1strlen(string)); 
                
SendClientMessage(playerid0xFFCC66string); 
                
string ""
                
amount[0] = 0
            } 
        } 
    } 
    
strdel(stringstrlen(string)-1strlen(string)); 
    if(
amount[0] != 0ShowPlayerDialog(playeridDIALOG_ALGUMA_COISADIALOG_STYLE_MSGBOX"Titulo"string"Botгo 1""Botгo 2");
    return 
1

valeu rep+
Reply


Messages In This Thread
como faзo isso ? І - by zPawnu - 17.09.2015, 23:44
Re: como faзo isso ? І - by matheusspohr - 18.09.2015, 00:36
Re: como faзo isso ? І - by zPawnu - 18.09.2015, 01:24
Re: como faзo isso ? І - by matheusspohr - 18.09.2015, 01:30
Re: como faзo isso ? І - by zPawnu - 18.09.2015, 02:13
Re: como faзo isso ? І - by iBolivaRevolutioN - 18.09.2015, 02:40
Re: como faзo isso ? І - by zPawnu - 18.09.2015, 15:06
Re: como faзo isso ? І - by Kamper - 18.09.2015, 15:40
Re: como faзo isso ? І - by zPawnu - 18.09.2015, 16:18
Re: como faзo isso ? І - by matheusspohr - 18.09.2015, 16:24
Re: como faзo isso ? І - by zPawnu - 18.09.2015, 17:01
Re: como faзo isso ? І - by matheusspohr - 18.09.2015, 17:32
Re: como faзo isso ? І - by zPawnu - 19.09.2015, 16:48

Forum Jump:


Users browsing this thread: 1 Guest(s)