#4

Quote:
Originally Posted by Neil.
Посмотреть сообщение
Sure.

pawn Код:
new afk[MAX_PLAYERS]; //Top



CMD:afk(playerid, params[])
{
 if(YourVIPVariablehere > 0)
 {
    if(afk[playerid] == 0)
    {
        SendClientMessage(playerid, -1, "AFK");
        afk[playerid] = 1;
    }
     else
    {
        SendClientMessage(playerid, -1, "You are now back");
        afk[playerid] = 0;
     }
 }
 else return 0;
 return 1;
}
Of course, you're gonna have to change some of the variables yourself.
P.S: Don't double post within 2 minutes
but back cmd also need na for vip
Reply


Messages In This Thread
help - by Xport6050 - 06.05.2013, 07:38
Re: help - by Xport6050 - 06.05.2013, 07:41
Re: help - by Neil. - 06.05.2013, 07:41
Re: help - by Xport6050 - 06.05.2013, 07:43

Forum Jump:


Users browsing this thread: 3 Guest(s)