Steam telepítése
belépés
|
nyelv
简体中文 (egyszerűsített kínai)
繁體中文 (hagyományos kínai)
日本語 (japán)
한국어 (koreai)
ไทย (thai)
Български (bolgár)
Čeština (cseh)
Dansk (dán)
Deutsch (német)
English (angol)
Español - España (spanyolországi spanyol)
Español - Latinoamérica (latin-amerikai spanyol)
Ελληνικά (görög)
Français (francia)
Italiano (olasz)
Bahasa Indonesia (indonéz)
Nederlands (holland)
Norsk (norvég)
Polski (lengyel)
Português (portugáliai portugál)
Português - Brasil (brazíliai portugál)
Română (román)
Русский (orosz)
Suomi (finn)
Svenska (svéd)
Türkçe (török)
Tiếng Việt (vietnámi)
Українська (ukrán)
Fordítási probléma jelentése
http://i.imgur.com/ZQk7w3T.jpg
https://www.kilandor.com/blt-helper/ it still works for the most part but stuff has to be added manually.
I think you only need to add the "blt_version" key, which shouldn't be too much work.
And I guess keybinds might have been changed too. Not sure.
local player_unit = managers.player:player_unit()
for id,weapon in pairs( player_unit:inventory():available_selections() ) do
if alive(weapon.unit) then
weapon.unit:base():replenish()
managers.hud:set_ammo_amount( id, weapon.unit:base():ammo_info() )
end
-- ADD 3 GRENADES TO INVENTORY
managers.player:add_grenade_amount(3)
end
-- Message on screen
if managers.hud then
managers.hud:show_hint( { text = "Ammo Replenished" } )
end
what is the correct Hook ID for this script?
also what type of script is it? persistent? pro-hook? post?