warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for this page then please click here.
SetDeathDropAmount
warning
Does not work, Use CreatePickup.
Description
Sets death drops money.
Name | Description |
---|---|
amount | Amount of money to set. |
Returns
This function does not return any specific values.
Examples
public OnGameModeInit()
{
SetDeathDropAmount(5000);
return 1;
}
Notes
warning
This function does not work in the current SA:MP version!
Related Functions
- CreatePickup: Create a pickup.
- GivePlayerMoney: Give a player money.
Related Callbacks
- OnPlayerDeath: Called when a player dies.