原創 - 迷彩製作教學 浮水印教學
new bool:g_haha[33] public fw_PlayerPreThink { static weap_id weap_id = get_user_weapon(id) if (weap_id != CSW_KNIFE) g_haha[id] = false else g_haha[id] = true if(g_haha[id]) set_hudmessage(255, 255, 255, -1.0, -1.0, 1, 0.0, 持續時間, 1.0, 1.0, -1) show_hudmessage(0, "顯示???") g_haha[id] = false else 取消SHOW HUD (不知怎寫 =.=) }