SetDeathDropAmount
คำอธิบาย
.
Name | Description |
---|---|
amount |
ส่งคืน
This function does not return any specific values.
ตัวอย่าง
public OnGameModeInit()
{
SetDeathDropAmount(5000);
//MORE CODE
return 1;
}
บันทึก
warning
This function does not work in the current SA:MP version!
ฟังก์ชั่นที่เกี่ยวข้องกัน
- CreatePickup: Create a pickup.
- GivePlayerMoney: Give a player money.
- OnPlayerDeath: Called when a player dies.