วันพุธที่ 28 มิถุนายน พ.ศ. 2560

วิ่งปั้มยาตั้งโล่

//ค้นหา
if((PlayerState == PLAYER_MOVE_SPRINT && wpn->getCategory()!=storecat_MELEE) || bDead)
{
if(wasReloading)
{
if(hudMain)
hudMain->showReloading(false);
wasReloading = false;
}
needExit = true;
if(wpn->getCategory() != storecat_UsableItem)
needExit = true;
}

//เอาอันนี้แทนอันเดิม

if((PlayerState == PLAYER_MOVE_SPRINT && wpn->getCategory()!=storecat_MELEE) || bDead)
{
if(wasReloading)
{
if (hudMain)
hudMain->showReloading(false);
wasReloading = false;
}
if(wpn->getCategory() != storecat_UsableItem)
needExit = true;
}


รูป https://scontent.fbkk5-4.fna.fbcdn.net/v/t1.0-9/19437744_1965233870418680_3765967047690366825_n.jpg?oh=7d1add4db207a8e33f124e9c533c17ba&oe=59DDF8C0

ไม่มีความคิดเห็น:

แสดงความคิดเห็น