SkY★NeT
|
分享:
▼
x0
|
[1.6][插件] [已解决](重新写了个)SMA问题....
[attachment=764958] 插件问题....
我加了某个插件后,进入游戏并选好人物后就弹Game
出现了一句no free edicts
听z23大说是没写完整....
但我测试过了....
当我在某个位置加入...
set_user_armor(id, 500) give_item(id, "weapon_m249") give_item(id,"ammo_556nato")
之后转做amxx并使用就会弹Game...
请问这三句是不是要有什么辅助...还是....
以下部份SMA:
public eNewRound(id) { set_hudmessage(255,255,255,0.3, 0.53, 0, 3.0, 6.0, 0.5, 0.15, 3)
if (point[id] == 0) { set_user_health(id, 250) set_user_armor(id, 500) give_item(id, "weapon_m249") give_item(id,"ammo_556nato")
}
else if (point[id] == 1)
[ 此文章被a97444039在2011-07-26 15:51重新编辑 ]
|