Zombies Popup Hint Messages
-
no clue why this doesn't exist in zombies. the only missing function is
displaypopupswaiter()
from _popups.gsc. once readded and called on a player entity, you can do cool hint messages.note: hint messages always had support for zombies so this may just be leftover code from BO1 or unused code.
source: https://gist.github.com/mjkzy/52ae19fb99dc13ab224dbfe9f38b573f
-
So this one doesnt even need to have its positions set because its already somewere in code and it uses info from this other place? cool.
-
AdrX003 that's correct. i assume it's just leftover from BO1 or earlier gsc scripts, or it had support for BO2 at one point but didn't make it to release.
-
This is actually great, thank you for sharing.