When you see the text at the bottom of the screen to "Press E to pick up item or press switch" How do you change it's position?
I see in the scripts there are:
"Prompt("Collected ammo")"
".... Prompt("Right trigger to pick up the " .. weapon_name[e] )
else
Prompt("Press E to pick up the " .. weapon_name[e] .. " or T to replace" )
end
else
Prompt("Press Y Button to pick up the " .. weapon_name[e] )..."
?. How do you change the text position (and maybe color) so it's in the center, top, top right or left etc...
Thanks!