OLÁ, QUERIA MUDAR O TAMANHO DO TEXTO DO COMANDO DO /CNN
COMO QUE TÁ:
https://imgur.com/a/CI0n1
COMO EU QUERIA:
https://imgur.com/a/nWp9Y
OBS: QUERIA QUE ELE FICA-SE MAIS PEQUENO
[pwn]
if(strcmp(cmd, "/cnn", true) == 0)
{
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
if(pAdmin[playerid] == 1 || pAdmin[playerid] == 2 || pAdmin[playerid] == 3 || pAdmin[playerid] == 4 || pAdmin[playerid] == 5){
new trampo[256];
strmid(trampo,cmdtext,4,strlen(cmdtext));
if (!strlen(trampo))
{
SendClientMessage(playerid, ERRO_L, "| ERRO | Digite: /cnn [texto]");
return 1;
}
if(IsPlayerConnected(playerid))
{
if(pAdmin[playerid] == 1 || pAdmin[playerid] == 2 || pAdmin[playerid] == 3 || pAdmin[playerid] == 4 || pAdmin[playerid] == 5){
format(string, sizeof(string), "~w~%s", trampo);
GameTextForAll(string, 5000, 3);
}else{
SendClientMessage(playerid, ERRO_L, "| ERRO | Comando inválido!");
}
}else{
SendClientMessage(playerid, ERRO_L, "| ERRO | Você tem que estar logado para usar este comando!");
}
return 1;
}
}[/pwn]
COMO QUE TÁ:
https://imgur.com/a/CI0n1
COMO EU QUERIA:
https://imgur.com/a/nWp9Y
OBS: QUERIA QUE ELE FICA-SE MAIS PEQUENO
[pwn]
if(strcmp(cmd, "/cnn", true) == 0)
{
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
if(pAdmin[playerid] == 1 || pAdmin[playerid] == 2 || pAdmin[playerid] == 3 || pAdmin[playerid] == 4 || pAdmin[playerid] == 5){
new trampo[256];
strmid(trampo,cmdtext,4,strlen(cmdtext));
if (!strlen(trampo))
{
SendClientMessage(playerid, ERRO_L, "| ERRO | Digite: /cnn [texto]");
return 1;
}
if(IsPlayerConnected(playerid))
{
if(pAdmin[playerid] == 1 || pAdmin[playerid] == 2 || pAdmin[playerid] == 3 || pAdmin[playerid] == 4 || pAdmin[playerid] == 5){
format(string, sizeof(string), "~w~%s", trampo);
GameTextForAll(string, 5000, 3);
}else{
SendClientMessage(playerid, ERRO_L, "| ERRO | Comando inválido!");
}
}else{
SendClientMessage(playerid, ERRO_L, "| ERRO | Você tem que estar logado para usar este comando!");
}
return 1;
}
}[/pwn]