CMD:av(playerid, params[])
{
new texto[256],NickName[MAX_PLAYER_NAME],textoav[500];
if(IsPlayerConnected(playerid))
{
if(Player[playerid][pAdmin] == 0)
{
SendClientMessage(playerid, COR_ADMIN, "Vocк nгo tem autorizaзгo para usar esse comando.");
return 1;
}
if(sscanf(params, "s", textoav))
{
SendClientMessage(playerid, 0xFFFFFFAA, "USE: /av [texto]");
return 1;
}
if(AdminTrabalhando[playerid] < 1 && Player[playerid][pAdmin] != 8 && Player[playerid][pAdmin] != 10 && Player[playerid][pAdmin] != 9)
{
SendClientMessage(playerid, COR_ADMIN, "Vocк nгo estб trabalhando, use /trabalhar");
return 1;
}
GetPlayerName(playerid, NickName, MAX_PLAYER_NAME);
SendClientMessageToAll(0x0000FFFF, "_____________________|Aviso da Administraзгo|_____________________");
format(texto, sizeof(texto), "{00FF00} Admin %s: %s", NickName, textoav);
SendClientMessageToAll(-1, texto);
}
return 1;
}
CMD:av(playerid, params[])
{
new texto[128],NickName[MAX_PLAYER_NAME],textoav[128];
if(Player[playerid][pAdmin] == 0) return SendClientMessage(playerid, COR_ADMIN, "Vocк nгo tem autorizaзгo para usar esse comando.");
if(sscanf(params, "s[128]", textoav)) return SendClientMessage(playerid, 0xFFFFFFAA, "USE: /av [texto]");
if(AdminTrabalhando[playerid] < 1 && Player[playerid][pAdmin] != 8 && Player[playerid][pAdmin] != 10 && Player[playerid][pAdmin] != 9)
{
SendClientMessage(playerid, COR_ADMIN, "Vocк nгo estб trabalhando, use /trabalhar");
return 1;
}
GetPlayerName(playerid, NickName, MAX_PLAYER_NAME);
SendClientMessageToAll(0x0000FFFF, "_____________________|Aviso da Administraзгo|_____________________");
format(texto, sizeof(texto), "{00FF00} Admin %s: %s", NickName, textoav);
SendClientMessageToAll(-1, texto);
return 1;
}
Vou tentar SkullFire obrigado, sobre o IsPlayerConnected me aconselharam a suar, para melhor seguranзa e.e mas mesmo assim obrigado, ja edito o tуpico dizendo se funcionou.
#EDIT Funcionou, poderia me explicar o por que do 128? Obrigado! |
Entendi obrigado! Entгo, se eu colocar mais que isso vai "bugar" no caso?
|
Entendi obrigado! Entгo, se eu colocar mais que isso vai "bugar" no caso?
|