Difference between revisions of "CCSPlayer"
Line 7: | Line 7: | ||
=== AddAccount === | === AddAccount === | ||
− | * Description: Adds money to a player's account. | + | * Description: <pre>Adds money to a player's account.</pre> |
* Calling Convention: <cpp>__thiscall</cpp> | * Calling Convention: <cpp>__thiscall</cpp> | ||
* Prototype: <cpp>void CCSPlayer::AddAccount(int amount, bool bTrackChange=true)</cpp> | * Prototype: <cpp>void CCSPlayer::AddAccount(int amount, bool bTrackChange=true)</cpp> | ||
Line 13: | Line 13: | ||
** <code>amount</code>: The amount to add. | ** <code>amount</code>: The amount to add. | ||
** <code>bTrackChange</code>: Should the server keep track of this change? | ** <code>bTrackChange</code>: Should the server keep track of this change? | ||
− | |||
− | |||
− |
Revision as of 15:11, 27 September 2008
Disclaimer: The viability of these signatures listed herein is not guaranteed. AlliedModders and wiki contributors are not responsible for any damage or loss caused by the use of these signatures. THESE SIGNATURES ARE PROVIDED 'AS-IS'
Classname: CCSPlayer
Description: Representation of a Counter-Strike: Source player.
Virtual Table Dump: [1]
Signatures
AddAccount
- Description:
Adds money to a player's account.
- Calling Convention:
__thiscall
- Prototype:
void CCSPlayer::AddAccount(int amount, bool bTrackChange=true)
- Parameters:
amount
: The amount to add.bTrackChange
: Should the server keep track of this change?