pocko Posted January 30, 2011 Share Posted January 30, 2011 Well my problem is I made a window where to change with original Timeleft.png and on this window write Time left and Time passed.But i can make to show there time passed can someone tell me how to make this to show it there ? Link to comment
SDK Posted January 30, 2011 Share Posted January 30, 2011 I tried reading this 5 times but still didn't get it Link to comment
pocko Posted January 30, 2011 Author Share Posted January 30, 2011 Ok here one example I want to put on the other side Time passed but i can t Link to comment
proracer Posted January 30, 2011 Share Posted January 30, 2011 Just change the X and Y Position of the text in the script. Link to comment
bamby12 Posted February 1, 2011 Share Posted February 1, 2011 I think he means how will he show the time that has past in the boxes not too sure if your trying to put the image on screen then i think you need to use: https://wiki.multitheftauto.com/wiki/Gui ... taticImage Link to comment
pocko Posted February 1, 2011 Author Share Posted February 1, 2011 one of the part its ready.I mean timeleft is ready but where to get timepassed ? Link to comment
proracer Posted February 1, 2011 Share Posted February 1, 2011 one of the part its ready.I mean timeleft is ready but where to get timepassed ? Little hint: https://wiki.multitheftauto.com/wiki/Resource:Missiontimer Link to comment
pocko Posted February 1, 2011 Author Share Posted February 1, 2011 ou not help me i tryed and not work Link to comment
Castillo Posted February 1, 2011 Share Posted February 1, 2011 I think RACE game mode doesn't has Time passed, right? you must script that if doesn't has it included. Link to comment
SDK Posted February 1, 2011 Share Posted February 1, 2011 It does, right bottom corner. But it is local, so if you join later it will start from 0. Link to comment
Castillo Posted February 1, 2011 Share Posted February 1, 2011 Oh, well, then you must move it only. Link to comment
pocko Posted February 2, 2011 Author Share Posted February 2, 2011 ou this timepassed is not like time left i mean when you join and before to start count down you can t see the Timeleft and the png file only in the right corner have time passed but this is difrent he showing before count down I want only to make it like a time left to show on png file after countdown. Link to comment
SDK Posted February 2, 2011 Share Posted February 2, 2011 Show us the code you have made already Link to comment
pocko Posted February 2, 2011 Author Share Posted February 2, 2011 i used this from wiki g_MissionTimer = exports.missiontimer:createMissionTimer (g_TimeLimit,true,"%m:%s",0.5,20,true,"default-bold",1,255,255,255) addEventHandler ( "onMissionTimerElapsed", g_MissionTimer, onTimeElapsed ) createMissionTimer ( duration, countdown, format, x, y, bg, font, scale, r, g, b ) setMissionTimerTime ( missionTimer, time ) getMissionTimerTime ( missionTimer ) setMissionTimerFrozen ( missionTimer, frozen ) isMissionTimerFrozen ( missionTimer ) setMissionTimerHurryTime ( missionTimer, time ) setMissionTimerFormat ( missionTimer, format ) But nothink i not understand the script If someone can write this correctly maybe will work. I found and resource in comunity but not worked again https://community.multitheftauto.com/index.php?p=resources&s=details&id=1077 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now