get_user_frags
Core
(amxmodx.inc)
Description
get_user_frags - Returns a player's frag count
Syntax
get_user_frags
( id )
Type
Native
Notes
id is a player index from 1 to 32.
Example:
new
Frags
=
get_user_frags
(
id
)