How To Create a Auto Afk system?
#3

Quote:
Originally Posted by Faisal_khan
Посмотреть сообщение
Here have it:
pawn Код:
if (strcmp("/back", cmdtext, true, 4) == 0)
    {
        TogglePlayerControllable(playerid,1);
        SendClientMessage(playerid,COLOR_PINK,"You are not AFK Anymore !");
        return 1;
    }
    if (strcmp("/afk", cmdtext, true, 3) == 0)
    {
        TogglePlayerControllable(playerid,0);
        SendClientMessage(playerid,COLOR_PINK,"You are now AFK!");
        return 1;
    }
No dude i meant auto afk without any commands when the player press esc that time i meant
Reply


Messages In This Thread
How To Create a Auto Afk system? - by Torus - 01.05.2012, 09:44
Re: How To Create a Auto Afk system? - by Faisal_khan - 01.05.2012, 09:51
Re: How To Create a Auto Afk system? - by Torus - 01.05.2012, 09:54
Re: How To Create a Auto Afk system? - by Faisal_khan - 01.05.2012, 09:59
Re: How To Create a Auto Afk system? - by Torus - 01.05.2012, 10:17
Re: How To Create a Auto Afk system? - by Faisal_khan - 02.05.2012, 07:46
Re: How To Create a Auto Afk system? - by Gamer_007 - 06.07.2012, 09:34
Re: How To Create a Auto Afk system? - by Faisal_khan - 08.07.2012, 08:40

Forum Jump:


Users browsing this thread: 1 Guest(s)