Functions/DarkRP/Server/payPlayer
Jump to navigation
Jump to search
Function | |
Function name | DarkRP.payPlayer(Player sender, Player receiver, number amount) |
Description: | |
Make one player give money to the other player. | |
Returns: | nil |
Part of Library: | DarkRP |
Realm: |
![]() |
BBCode Link: | [b][url=http://wiki.darkrp.com/index.php?title=Functions/DarkRP/Server/payPlayer]DarkRP.payPlayer[/url][/b] |
Function parameters[edit]
- sender (Player)
- receiver (Player)
- amount (number)
The player who gives the money.
The player who receives the money.
The amount of money.
Function return values[edit]
This function does not return any value.