Player.SetFrags

From GMod Wiki

Jump to: navigation, search
Function
Syntax Player:SetFrags( Integer Frags )
Description:
Set the player's frag count
Returns: nil
In Object: Player
Realm: NewerServer.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Player.SetFrags]Player.SetFrags [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionThis example will set the player's frags one higher than it is.
Used onNewerServer.png
Code
player:SetFrags( player:Frags() + 1 )
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox