This post has been marked by the post author as the answer.
Hi GG's, we need your help again on a simple little script.
A LoadImages("display",0) script. I would like to use this script to add multiples images on screen but the problem is it will only add one
image with the name 000.png. I tried changing the name from (function display_init(e)) and (function display_main(e)) to (function display2_init(e)) (function display2_main(e)) and also the image it's self to 001.png. either it shows 000.png or nothing at all.
[/-- LUA Script - precede every function and global member with lowercase name of script + '_main'
-- Displays mercenary banner
display_banner = 0
function display_init(e)
LoadImages("display",0)
end
function display_main(e)
SetImagePosition(19,10.2)
ShowImage(0)
end]
The author of this post has marked a post as an answer.
Go to answer