[FilterScript] Sistema AFK v2.0
#1

Desculpem, por ter feito aquele FS antigo, desculpem se eu fiz besteira, vou posta a atualizaзгo aqui.

esse code й simples mais ъtil.

pawn Код:
#include <a_samp>

new Celula[128], Nome[24], bool:AFK[MAX_PLAYERS];

public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print("FS AFK Criado Por Mau Tito Ligado.");
    print("--------------------------------------\n");
    return true;
}

public OnFilterScriptExit()
{
    print("\n--------------------------------------");
    print("FS AFK Desligado.");
    print("--------------------------------------\n");
    return true;
}

main()
{
    print("\n----------------------------------");
    print("Criado Por Mau Tito e Editado Pelo Jonathan.");
    print("----------------------------------\n");
}

public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/afk", cmdtext, true) == 0)
    {
        if(AFK[playerid] == true) return SendClientMessage(playerid, -1," Vocк Jб Estб AFK");
        AFK[playerid] = true;
        TogglePlayerControllable(playerid, 0);
        GetPlayerName(playerid, Nome, sizeof(Nome));
        format(Celula, sizeof(Celula), "{1E90FF}O Player {7FFFD4}%s {1E90FF}Ficou AFK.", Nome);
        SendClientMessageToAll(-1, Celula);
        return 1;
    }
    if (strcmp("/sairafk", cmdtext, true) == 0)
    {
        if(AFK[playerid] == false) return SendClientMessage(playerid, -1," Vocк Jб Nгo Estб AFK.");
        AFK[playerid] = false;
        TogglePlayerControllable(playerid, 1);
        GetPlayerName(playerid, Nome, sizeof(Nome));
        format(Celula, sizeof(Celula), "{1E90FF}O Player {7FFFD4}%s {1E90FF}Saiu AFK.", Nome);
        SendClientMessageToAll(-1, Celula);
        return true;
    }
    if (strcmp("/playersafk", cmdtext, true) == 0)
    {
       SendClientMessage(playerid, 0xFF0000FF , "~x Players AFK x~");
       for(new i = 0; i < MAX_PLAYERS; i++)
       {
            if(IsPlayerConnected(i))
            {
                 if((AFK[i] == true))
                 {
                      GetPlayerName(i, Nome, sizeof(Nome));
                      format(Celula, 128, "%s", Nome);
                      SendClientMessage(playerid, -1, Celula);
                 }
            }
       }
       return true;
    }
    return false;
}
aceito criticas, ta simples mais estou a melhorar, sou iniciante.
Reply
#2

parabens + repu HAHA'
Reply
#3

agora sim
Reply
#4

Obrigado , estou melhorando.
Reply
#5

Muito Bom Agora, Parabйns.
Reply
#6

Isso ai muito bom deu a volta por cima e mostrou para quem te criticou que vc pode +.

Show De Bola 10/10
Reply
#7

kkkkk isso memo po se ve qui ele nao й tao preguisoso mittos e lipe entao da proxima vez fala oque tah ruim mais ajuda em vez de apenas critica e quanto ao outro topico lipe eu so criaзa? acho ki nao em ^^
Reply
#8

Agora estб bom . Parabйns!

This forum requires that you wait 120 seconds between posts. Please try again in 16 seconds.
Reply
#9

Curti parabens
Reply
#10

Quote:
Originally Posted by histire
Посмотреть сообщение
kkkkk isso memo po se ve qui ele nao й tao preguisoso mittos e lipe entao da proxima vez fala oque tah ruim mais ajuda em vez de apenas critica e quanto ao outro topico lipe eu so criaзa? acho ki nao em ^^
vocк й a perdiзao da nossa board ;(
para de postar coisas de oftopic
vai arranjar uma coisa melhor pra voce fazer, nao volto mais aqui '-'

Nгo vo mais postar, udy entra nesse link vai aprender nossa lingua Clica aqui burrinho
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)