Scripts / Text function not working - why?

Author
Message
Saintyboy
8
Years of Service
User Offline
Joined: 18th Jun 2015
Playing:
Posted: 25th Sep 2015 20:28
I have a very simple set up and have been using the 'text' function in a lua script all was fine then yesterday they no longer work - the prompt function will work but not text. Has something been changed or have I missed a declaration somewhere?

function tester2_init(e)
ambience=100
time2 = 800
end

function tester2_main(e)

Panel(84,50,100,100)

-- temporary Hud
Text(85,52,1,"Game Time : " .. math.floor(time2) .. "s")
Text(85,64,2,"Ambience : " .. ambience)


PromptTextSize(3)
PromptLocal((e),"this is from the prompt")
PromptDuration("tester",4000)

end
Saintyboy
8
Years of Service
User Offline
Joined: 18th Jun 2015
Playing:
Posted: 28th Sep 2015 23:06
turns out my GG had gone bad - a quick reinstall solved the issue

Login to post a reply

Server time is: 2024-05-05 09:43:00
Your offset time is: 2024-05-05 09:43:00