SetDeathDropAmount

From SA-MP Wiki

Jump to: navigation, search


Image:32px-Circle-style-warning.png

Warning

This function does not work in the current SA:MP version!


Parameters:
(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.


Related Callbacks

The following callbacks might be useful, as they're related to this function in one way or another.

Personal tools
Navigation
Toolbox