[Ajuda] Msg Erro:
#1

fala galera do forum, vim pedir a ajuda de vocкs, eu comeзei a fazer 1 sistema AFK do 0(new.pwn), e com a ajuda do TenhoUmaDuvida, consegui desenvolver uma parte jб:
PHP код:
//Sistema AFK By: MatheusSpohr
new bool:AFK[MAX_PLAYERS], TaAFK[300], NaoTaAFK[300], Nome[24], MotivoAFK[30];
CMD:afk(playeridparams[])
{
    if(
sscanf(params"s[30]"MotivoAFK)) return SendClientMessage(playeridBranco"{FFFF00}[INFO]:{FF0000} Use: /AFK [Motivo]");
    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.");
    
AFK[playerid] = true;
    
TogglePlayerControllable(playerid0);
    
GetPlayerName(playeridNomesizeof(Nome));
    
SendAdminText(playerid"/Afk"params);
    
format(TaAFKsizeof(TaAFK), "{FFFF00}[Sistema AFK]: {FF1493}O Jogador {FFFFFF}%s [ID:%d] {FF1493}Estб Ausente.(Razгo:%s)"NomeplayeridMotivoAFK);
    
SendClientMessageToAll(BrancoTaAFK);
    return 
1;
}
CMD:sairafk(playeridparams[])
{
    if(
AFK[playerid] == false) return SendClientMessage(Branco128"{FFFF00}[INFO]:{0000FF}Vocк Nгo Estб AFK!");
    
AFK[playerid] = false;
    
TogglePlayerControllable(playerid1);
    
GetPlayerName(playeridNomesizeof(Nome));
    
SendAdminText(playerid"/SairAfk"params);
    
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 
1;
}
//Sistema AFK By: MatheusSpohr 
fiz em zcmd, pois achei melhor, mais quando o player jб esta afk, em vez do codigo returnar "{FFFF00}[INFO]:{0000FF} Vocк Jб Estб AFK, Use: /SairAFK" ele returna como se o comando nгo existi-se, mesma coisa para o /sairafk quando o player nгo estб afk ele returna que o comando nгo existe, entгo vim pedir a ajuda de vocкs com meu code, lembrando que apуs eu terminar esse "sistema" vou postar aki, pretendo melhora-lo ainda mais.
Att: 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: 1 Guest(s)