SetDeathDropAmount
From SA-MP Wiki
(amount)
amount |
Return Values:
This function does not return any specific values.
Example Usage:
public OnGameModeInit() { SetDeathDropAmount(5000); //MORE CODE return 1; }
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- CreatePickup: Create a pickup.
- GivePlayerMoney: Give a player money.
Related Callbacks
The following callbacks might be useful, as they're related to this function in one way or another.
- OnPlayerDeath: Called when a player dies.