16.11.2016, 19:29
hey guys i have a afk system but on payday i want to give them if they are afk only respect and not hoursplayed
this is ok ?
Код 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); }