跳到主要内容

SetDeathDropAmount

注意

该函数无效,请使用CreatePickup

描述

设置玩家死亡时掉落的金额。

参数名描述
amount要设置的金额数目

返回值

该函数不返回任何特定值

示例代码

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

注意事项

注意

该函数在当前 SA:MP 版本中无效!

相关函数

相关回调