Issue with loop
#4

Quote:
Originally Posted by Threshold
Посмотреть сообщение
PHP код:
GetPlayerPos(i,x,y,z);  
        if(
IsPlayerInRangeOfPoint(i,2,x,y,z))  
        { 
            
AFK[i]++; 
        } 
This will almost always be considered 'true'... so even if players aren't AFK and are constantly moving, the server will still consider them 'AFK'.
How would I set it so that if player is there that they aren't set afk.
Reply


Messages In This Thread
Issue with loop - by Tass007 - 28.08.2016, 09:43
Re: Issue with loop - by jlalt - 28.08.2016, 09:50
Re: Issue with loop - by Threshold - 28.08.2016, 13:21
Re: Issue with loop - by Tass007 - 29.08.2016, 01:26
Re: Issue with loop - by Jefff - 29.08.2016, 01:57
Re: Issue with loop - by Threshold - 29.08.2016, 02:28
Re: Issue with loop - by Tass007 - 29.08.2016, 03:05
Re: Issue with loop - by Threshold - 29.08.2016, 06:33
Re: Issue with loop - by Jefff - 29.08.2016, 14:52
Re: Issue with loop - by Tass007 - 01.09.2016, 11:47

Forum Jump:


Users browsing this thread: 2 Guest(s)