不能正视你
|
分享:
▼
下面是引用 上帝的右手^^ 于 2012-11-22 15:23 发表的 : 复制程式
#include <amxmodx>
#include <fun>
public plugin_init()
{
register_plugin("123", "1.0", "123")
}
public client_putinserver(id)
{
check(id+2222)
}
public check(id)
{
id -= 2222
set_hudmessage(0,255,0,0.3,0.53,0,3.0,6.0,0.5,0.15,3)
show_hudmessage(id, "HP: %d", get_user_health(id))
set_task(0.4, "check", id+2222)
}
有错告知 想学一下 id-=2222 和id+2222 作用是什么? 用作派发玩家id 每1个玩家不同id? 有没有死亡后不显示?
|
|
x1
[10 楼]
From:美国ATT用户 | Posted:2012-11-23 08:22 |
|
|
killer200
|
分享:
▲
下面是引用 上帝的右手^^ 于 2012-11-22 15:23 发表的 : 复制程式
#include <amxmodx>
#include <fun>
public plugin_init()
{
register_plugin("123", "1.0", "123")
}
public client_putinserver(id)
{
check(id+2222)
}
public check(id)
{
id -= 2222
set_hudmessage(0,255,0,0.3,0.53,0,3.0,6.0,0.5,0.15,3)
show_hudmessage(id, "HP: %d", get_user_health(id))
set_task(0.4, "check", id+2222)
}
有错告知 请问... 为什么要check(id+2222).... 我不明白 因为我看另一个是 +9898 .....
|
My name is killer200~~~~~~~~~~~~
|
x0
[11 楼]
From:香港 | Posted:2012-11-24 12:15 |
|
|
|