Posts: 124
Threads: 39
Joined: May 2013
Reputation:
0
Queria Que me passassem como colocar chat de lideres, ja usei search mais nao tem nгo, ai as variaveis das orgs coloquem tipo "variavel" // Aqui a variavel Do lider, sei la, algo assim, ai eu coloco a variavel do lider apenas, PS" tenho 23 orgs "
Obrigado !
Posts: 758
Threads: 49
Joined: Jan 2013
ZCMD?
STRCMP?
pawn Код:
CMD:al(playerid, params[])
{
new xRL[128], xNome[21];
for( new i; i < MAX_PLAYERS; i++ )
{
if(IsPlayerAdmin(playerid)) // Coloca a variбvel de lider no lugar do IsPlayerAdmin
{
if(sscanf(params, "s",texto))
{
SendClientMessage(playerid,-1,"[Command]: /al");
}
else
{
GetPlayerName(playerid, xNome, 20);
format(Str, sizeof(Str), "%s: %s", xNome, texto);
SendClientMessage(i, -1, xRL);
}
}
else SendClientMessage(playerid, -1,"Vocк nгo й adminRcon");
}
return true;
}
Edite ao seu gosto.
Posts: 124
Threads: 39
Joined: May 2013
Reputation:
0
affs desisto rs' compilator fecha man, faz ai ? variavel do lider e essa PlayerInfo[playerid][pLider] e pode colocar qualquer cor msm