[Tutorial] Como Criar um Sistema de AFK(Explicado Bem)
#9

Quote:
Originally Posted by PedexM
Посмотреть сообщение
PT Olha as Mensagens Antes de Falar,reveja o tуpico,foi corrigido,eu tentei explicar os 2 comandos,dъvido que alguйm com pouco conhecimento iria ficar confuso com este cуdigo.Comeзei Pelo Bбsico,Pois to aprendendo tambйm, e eu acabei de compilar e deu certinho,sу vocк rever o tуpico,jб que vocк pegou de comentбrios,eu jб atualizei ele a muito tempo.

Mas ok,valeu.
Oh rapazinho, basta ter olhos na cara e olhar para aqui:

pawn Код:
CMD:afk(playerid, params[])
{
    new Nome[24], String[120];
    if(AFKJogador[playerid] == 1) return SendClientMessage(playerid, -1, "Vocк Jб estб AFK");
    if(AFKJogador[playerid] == 0)
    GetPlayerName(playerid, Nome, sizeof(Nome));
    format(String, sizeof(String), "%s Estб Afk", Nome);
    TogglePlayerControllable(playerid, 0);
    AFKJogador[playerid] = 1;
    SendClientMessageToAll(-1, String);
    return 1;
}
para ver que vai faltar chaves --' ainda fala que compila -.-
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)