發新話題
打印

AMXX 問題

[Close]
你想改寫做D乜?

TOP

static flags
flags = pev(id, pev_flags)
if(flags & FL_INWATER)
{
 //在水中
} else {
 // 不在水中
}

TOP

發新話題