|
发表于 2006-12-6 18:51:23
|
显示全部楼层
来自 中国–福建–泉州
回复: 请问没有没修改frag的插件???
Post by jim_yang
[code]#include <amxmodx>
#include <amxmisc>
#include <fun>
#define PLUGIN "SetUserFrag"
#define VERSION "1.0"
#define AUTHOR "Jim"
#define FRAG_MIN -999
#define FRAG_MAX 999
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
... 高人
真羡慕 嘿嘿 |
|