[Ajuda] Color Name + Tag
#4

Mano Cleyson, quando eu coloco:

Код:
public OnPlayerText(playerid, text[]) 
{ 
    new Texto[128]; 
    if(Tag == true) 
    { 
        if(IsPlayerAdmin(playerid)) 
        { 
            format(Texto, sizeof(Texto), "[ADM] %s [%d]: %s", Nome(playerid), playerid, text); 
        } 
    } else { 
        format(Texto, sizeof(Texto), "%s [%d]: %s", Nome(playerid), playerid, text); 
    } 
    SendClientMessageToAll(GetPlayerColor(playerid), Texto); 
    return 0; 
} 

stock Nome(playerid) 
{ 
    new name[24]; 
    GetPlayerName(playerid, name, sizeof(name)); 
    return name; 
}
Dб muito erro, em umas linhas da a vк...
Reply


Messages In This Thread
Color Name + Tag - by Stroon - 30.06.2015, 00:41
Re: Color Name + Tag - by iTakelot - 30.06.2015, 00:44
Re: Color Name + Tag - by Cleyson - 30.06.2015, 01:12
Re: Color Name + Tag - by Stroon - 30.06.2015, 02:14
Re: Color Name + Tag - by FallweN - 30.06.2015, 02:31
Re: Color Name + Tag - by Stroon - 30.06.2015, 20:26
Re: Color Name + Tag - by iTakelot - 30.06.2015, 21:12
Re: Color Name + Tag - by iTakelot - 30.06.2015, 21:24
Re: Color Name + Tag - by Stroon - 30.06.2015, 22:32

Forum Jump:


Users browsing this thread: 4 Guest(s)