پرش به مطلب اصلی

SetDeathDropAmount

هشدار

Does not work, Use CreatePickup.

Description

Sets death drops money.

NameDescription
amountAmount of money to set.

Returns

This function does not return any specific values.

Examples

public OnGameModeInit()
{
SetDeathDropAmount(5000);
return 1;
}

Notes

هشدار

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