|
楼主 |
发表于 2009-9-23 12:36:27
|
显示全部楼层
来自 中国–广东–东莞
因为方便,我把
native cs_get_user_money2(index)
native cs_set_user_money2(index, money, flash=1)
public client_color(playerid, colorid, msg[]){
message_begin(playerid?MSG_ONE:MSG_ALL,get_user_msgid("SayText"),_,playerid)
write_byte(colorid)
write_string(msg)
message_end()
client_print(playerid, print_console,msg)
}
这些在了inc文件里
如果要编辑
要嘛把他们放在插件
要嘛他们放在include\amxmodx.inc文件的最后就行了
自己方便,上传容易,但,更新就麻烦,所以我在源码包里说明了,
至于ns.wav这个声效不合我意,又找不到适合的声效,就没放在我的服里了
声效都是可以的,"amx_statscfgmenu"菜单里都有开关,可能你给关了,开启来就可以了 |
|