Jump to content

time passed configuration


pocko

Recommended Posts

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

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 :x

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...