[Ajuda] Msg Erro:
#3

Tente desta maneira:
PHP код:
//Sistema AFK By: MatheusSpohr
new bool:AFK[MAX_PLAYERS], TaAFK[300], NaoTaAFK[300], Nome[24], MotivoAFK[30];
CMD:afk(playeridparams[])
{
    
SendAdminText(playerid"/Afk"params);
    if(
AFK[playerid] == true) return SendClientMessage(Branco128"{FFFF00}[INFO]:{0000FF} Vocк Jб Estб AFK, Use: /SairAFK");
    if(
APlayerData[playerid][JobStarted] == true) return SendClientMessage(Branco128"{FFFF00}[INFO]:{0000FF}Vocк Nгo Pode Utilizar Este Comando Enquanto Estiver Realizando Um Trabalho.");
    if(
sscanf(params"s[30]"MotivoAFK)) return SendClientMessage(playeridBranco"{FFFF00}[INFO]:{FF0000} Use: /AFK [Motivo]");
    
GetPlayerName(playeridNomesizeof(Nome));
    
TogglePlayerControllable(playerid0);
    
AFK[playerid] = true;
    
format(TaAFKsizeof(TaAFK), "{FFFF00}[Sistema AFK]: {FF1493}O Jogador {FFFFFF}%s [ID:%d] {FF1493}Estб Ausente.(Razгo:%s)"NomeplayeridMotivoAFK);
    
SendClientMessageToAll(BrancoTaAFK);
    return 
true;
}

CMD:sairafk(playeridparams[])
{
    
SendAdminText(playerid"/SairAfk"params);
    
GetPlayerName(playeridNomesizeof(Nome));
    if(
AFK[playerid] == false) return SendClientMessage(Branco128"{FFFF00}[INFO]:{0000FF}Vocк Nгo Estб AFK!");
    
TogglePlayerControllable(playerid1);
    
AFK[playerid] = false;
    
format(NaoTaAFKsizeof(NaoTaAFK), "{FFFF00}[Sistema AFK]: {FF1493}O Jogador {FFFFFF}%s [ID:%d] {FF1493}Voltou Ao Jogo."Nomeplayerid);
    
GameTextForPlayer(playerid"~W~Voce Saiu Do Modo AFK!"50001);
    
SendClientMessageToAll(BrancoNaoTaAFK);
    return 
true;
}
//Sistema AFK By: MatheusSpohr 
Reply


Messages In This Thread
Msg Erro: - by matheusspohr - 28.03.2015, 02:13
Re: Msg Erro: - by DiegoLeo - 28.03.2015, 04:19
Re: Msg Erro: - by #Luca[S]. - 28.03.2015, 14:40
Re: Msg Erro: - by ipsLuan - 28.03.2015, 15:01
Re: Msg Erro: - by matheusspohr - 29.03.2015, 03:25

Forum Jump:


Users browsing this thread: 3 Guest(s)