Garry's Mod Wiki

Revision Difference

team.TotalFrags#515923

<function name="TotalFrags" parent="team" type="libraryfunc"> <description>Get's the total frags in a team.</description> <realm>Shared</realm> <args> <arg name="Entity or number" type="Entity">Entity or number.</arg> </args> <rets> <ret name="" type="number">index</ret> </rets> </function> ⤶ <example>⤶ <description>Get's the total frags in a team.</description>⤶ <code>print(team.TotalFrags(ply:Team()),team.TotalFrags(1))</code>⤶ <output>1</output>⤶ ⤶ </example>⤶ {{Example⤶ | Description = Get's the total frags in a team.| Code = print(team.TotalFrags(ply:Team()),team.TotalFrags(1))| Output = 1⤶ }}