Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: What is the name of this mod

  1. #1
    Senior Member beroo's Avatar
    Join Date
    Dec 2017
    Location
    Cairo
    Posts
    108

    Wink What is the name of this mod

    Greetings :-{[T_P]}- BeroO -{[CF]}-
    the-pharaohs.enjin.com

  2. #2

    Default

    I think that this one is private one of someone, but fast searching on MOHAAAA reveals this: http://www.mohaaaa.co.uk/AAAAMOHAA/c...e-and-time-api

  3. #3
    Senior Member beroo's Avatar
    Join Date
    Dec 2017
    Location
    Cairo
    Posts
    108

    Default

    Quote Originally Posted by DerFuhrer View Post
    I think that this one is private one of someone, but fast searching on MOHAAAA reveals this: http://www.mohaaaa.co.uk/AAAAMOHAA/c...e-and-time-api
    thank u wiktor
    note: who made this PacRac and he didn't remember where is this mod in his server -=[ETT]=-
    Greetings :-{[T_P]}- BeroO -{[CF]}-
    the-pharaohs.enjin.com

  4. #4
    Senior Member beroo's Avatar
    Join Date
    Dec 2017
    Location
    Cairo
    Posts
    108

    Default

    LOL Sor and DoubleKill i didn't understand anything hahahahahah u should write it in simple language more than that
    Greetings :-{[T_P]}- BeroO -{[CF]}-
    the-pharaohs.enjin.com

  5. #5

    Default

    The mod was made by Sor, i only have upload the mod to the website lol

    For the mod you whant you only need this 2 functions:
    Code:
    gettime(0)
    
    huddraw

  6. #6

    Default

    Quote Originally Posted by DoubleKill View Post
    The mod was made by Sor, i only have upload the mod to the website lol

    For the mod you whant you only need this 2 functions:
    Code:
    gettime(0)
    
    huddraw
    As i remember this comes with all the new features from reborn patch.
    Doublekill is right you just need to use the code
    local.time = gettime 0
    The value gettime 0 means UTC/GMT Local Time for London/Portugal, adapt the value to your countries local time)

    So you need to call :
    [CODE]
    Inside a loop (WHILE (1) command) call all these commands:
    local.time = gettime 0
    huddraw_virtualsize XXX
    huddraw_align XXX
    huddraw_font XXX
    huddraw_rect XXX
    huddraw_color XXX
    huddraw_alpha XXX
    huddraw_string XXX (local.time)

    XXX = values to place the message on the screen.
    Last edited by PacRac; June 26th, 2018 at 03:45 PM. Reason: additional content

  7. #7

    Default

    isnt there someone that can create it for him, i allready know he doesnt understand a thing of this.... me either :P

  8. #8
    Senior Member beroo's Avatar
    Join Date
    Dec 2017
    Location
    Cairo
    Posts
    108

    Default

    Quote Originally Posted by Slimbips {sfx} View Post
    isnt there someone that can create it for him, i allready know he doesnt understand a thing of this.... me either :P
    That's good i'm not alone
    Greetings :-{[T_P]}- BeroO -{[CF]}-
    the-pharaohs.enjin.com

  9. #9

    Default

    This comes from Reborn Scripting Commands website:

    Code:
     
    gettime
    
    ( Integer zero )
    
    {
    
    
    Gets current time in format: H:M:S
    Example:
    Code:
    
    local.time = gettime 0
    
    or
    
    local.time = gettime(0)
    
    Result:
    Code:
    
    String with current time.
    
    
    }
    
    
    
    ScriptThread -> Listener -> Class
    
    gettimezone
    
    ( Integer zero )
    
    {
    
    
    Gets current time zone.
    Example:
    Code:
    
    local.timezone = gettimezone 0
    
    or
    
    local.timezone = gettimezone(0)
    
    Result:
    Code:
    
    Integer value that represents current time zone.
    eg. 2 = GMT +2
    
    
    }
    This is not SOR mod. It is the awesome and plenty of utility stuff that reborn patch has and no one uses :P
    Last edited by PacRac; June 26th, 2018 at 03:47 PM.

  10. #10
    Senior Member beroo's Avatar
    Join Date
    Dec 2017
    Location
    Cairo
    Posts
    108

    Default

    thank you PacRac But don't run away without telling me how to install it hahahahahahah [this is just joke m8]
    Last edited by beroo; June 26th, 2018 at 01:35 PM.
    Greetings :-{[T_P]}- BeroO -{[CF]}-
    the-pharaohs.enjin.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •