afk time
#1

hey guys i have a afk system but on payday i want to give them if they are afk only respect and not hoursplayed

Код HTML:
if(IsAfk[i] == 1 && AFK[i] != 1 && PlayerInfo[i][pAdmin] < 3)
			{
				PlayerInfo[i][pRespect] += 1;
				Update(i,pRespectx);
			}
			else
			{
			    PlayerInfo[i][pRespect] += 1;
				Update(i,pRespectx);
			    PlayerInfo[i][pHoursPlayed] += 1;
				Update(i,pHoursPlayedx);
			}
this is ok ?
Reply


Messages In This Thread
afk time - by StR_MaRy - 16.11.2016, 19:29
Re: afk time - by DTV - 16.11.2016, 19:39
Re: afk time - by StR_MaRy - 16.11.2016, 19:40
Re: afk time - by DTV - 16.11.2016, 19:46
Re: afk time - by StR_MaRy - 16.11.2016, 19:48
Re: afk time - by DTV - 16.11.2016, 20:02
Re: afk time - by StR_MaRy - 16.11.2016, 20:07
Re: afk time - by Konstantinos - 16.11.2016, 20:27
Re: afk time - by StR_MaRy - 16.11.2016, 20:29

Forum Jump:


Users browsing this thread: 2 Guest(s)