function actor_has_weapon(first_speaker, second_speaker)
return first_speaker:object("wpn_mp5") ~= nil
end


function actor_has_weapon(first_speaker, second_speaker)
local amount = 2
return first_speaker:object("wpn_mp5", amount) ~= nil
end






function actor_has_weapon(first_speaker, second_speaker)
return db.actor:object("wpn_mp5", 2) ~= nil
endfunction actor_has_weapon(first_speaker, second_speaker)
local amount = 2
return db.actor:object("wpn_mp5", amount) ~= nil
end



return db.actor:object("wpn_mp5", 2) ~= nil













kubekpop, r_populik.











function actor_has_weapon(first_speaker, second_speaker)
return xr_conditions.actor_has_item_count(first_speaker, second_speaker, {"wpn_mp5",2})
end

















Użytkownicy przeglądający to forum: Brak zarejestrowanych użytkowników oraz 1 gość