|
发表于 2006-1-11 09:21:59
|
显示全部楼层
来自 中国–黑龙江–大庆
回复: 插件求助
把这个
set_user_frags(planter, get_user_frags(planter) - 3);
改成加血
set_user_health
Fun (fun.inc)
Description
set_user_health - Sets player health.
Syntax
set_user_health ( index, health )
Type
Native
Notes
index is a player index from 1 to 32.
和这个加钱
cs_set_user_money
Cstrike (cstrike.inc)
Description
cs_set_user_money - Sets a user's money count.
Syntax
cs_set_user_money ( index , money, [ flash = 1] )
Type
Native
Notes
index is a player index from 1 to 32.
If flash is set to 0, the difference between the old and new money will NOT flash |
|