0 Members and 1 Guest are viewing this topic.
OnJoinTeam: for i := 1 to 32 do begin if ((GetPlayerStat(i, 'human') = true) and (GetPlayerStat(i, 'active') = true) then begin if (GetPlayerStat(i, 'hwid') = hwid) then count := count + 1; end; end;
OnJoinTeam: for i := 1 to 32 do begin if ((GetPlayerStat(i, 'human') = true) and (GetPlayerStat(i, 'active') = true) or (GetPlayerStat(i, 'team') = 5) then begin if (GetPlayerStat(i, 'hwid') = hwid) then count := count + 1; end; end;
Active Is in-game? Boolean