Tabbed help
#2

use this :-
pawn Код:
forward AFKick(playerid);
public AFKick(playerid)
{
    if(playerTabbed[playerid] != 0)
    {
        playerTabbedTime[playerid]++;
        SetTimerEx("AFKick",1000,false,"d",playerid);
                new Text3D:tabbed = Create3DTextLabel("Tabbed",-1, 30.0, 40.0, 50.0, 40.0, 0);
    }
    return 1;
}
Reply


Messages In This Thread
Tabbed help - by yaron0600 - 06.06.2013, 13:43
Re: Tabbed help - by Avi57 - 06.06.2013, 14:08

Forum Jump:


Users browsing this thread: 3 Guest(s)