- Código:
if(strcmp(cmd,"/afk",true) == 0 || strcmp(cmd,"/entrarafk",true) == 0)
{
if(PlayerInfo[playerid][pAdmin] >= 1)
{
if(admtrampando[playerid] > 0)
SendClientMessage(playerid, -1, "Você não está trabalhando! (/trampar)");
{
admtrampando[playerid] = 3;
if(IsPlayerConnected(playerid))
{
GetPlayerName(playerid,sendername,sizeof(sendername));
new length = strlen(cmdtext);
while ((idx < length) && (cmdtext[idx] <= ' '))
{
idx++;
}
new offset = idx;
new result[64];
while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
{
result[idx - offset] = cmdtext[idx];
idx++;
}
result[idx - offset] = EOS;
if(!strlen(result))
{
SendClientMessage(playerid,COLOR_GRAD2,"/afk [Motivo]");
return 1;
}
format(string,sizeof(string),"O Administrador %s[ID:%d]{33CCFF} Está AFK Motivo: [ %s ]",sendername, playerid, result);
SendClientMessageToAll(COLOR_DBLUE, string);
SetPlayerToTeamColor(playerid);
TempoAdministrador = SetTimerEx("Administrador", 1000, 1, "i", playerid);
}
}
}
return 1;
}
____________________________________________________CREDITOS_________________________________________________________
Criador: Lucas_Scarfe