Posts: 398
Threads: 76
Joined: Dec 2013
Reputation:
0
What does it start from currently?
Posts: 307
Threads: 88
Joined: Feb 2015
Reputation:
0
1 - but even if player isn't afk.. it appears..
Posts: 398
Threads: 76
Joined: Dec 2013
Reputation:
0
Could you please post your public on player pause and all parts connected to afk system thanks
Posts: 307
Threads: 88
Joined: Feb 2015
Reputation:
0
this is problem .. not all of it..
Posts: 398
Threads: 76
Joined: Dec 2013
Reputation:
0
I need to see your OnPlayerPause fuction
Posts: 686
Threads: 29
Joined: Feb 2011
Reputation:
0
You'll need to set iAFKp[playerid] = 0; under OnPlayerText and OnPlayerCommandText, and call a public which increments iAFKp[playerid] by one. Afterwards, make the check under Checking so that it checks if iAFKp[playerid] is greater than sixty, and then call OnPlayerPause.