Results 1 to 5 of 5

Thread: IzNoGoD Account's System.

  1. #1
    Private First Class
    Join Date
    Jul 2013
    Posts
    170
    Thanks
    44
    Thanked 16 Times in 11 Posts

    IzNoGoD Account's System.

    Here is IzNo's account system.

    He isn't supporting that so I tried to take it,but its not working.

    Can killtube help?


    zz_izno_acc.iwd

  2. #2
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    tell the errors and what you did...

  3. #3
    Private First Class
    Join Date
    Jul 2013
    Posts
    170
    Thanks
    44
    Thanked 16 Times in 11 Posts
    it dont have errors,i take it(scripts and .menu)
    and tried to type,and typing isnt work

  4. #4
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    That sounds like you didn't call some init-function
    timescale 0.01

  5. #5
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by Rocky View Post
    it dont have errors,i take it(scripts and .menu)
    and tried to type,and typing isnt work
    You will have errors. You just aren't looking for them.

    BASIC RULE OF MODDING - enable log file so that you can check for runtime errors. To set log file:

    Code:
    set logfile "2"
    This will produce a file in your mod folder named, not unsurprisingly, logfile.log. Always check this file with a text editor (like winword) and look for the words "script runtime error".

    IT IS FUNDAMENTAL THAT YOU DO THIS. This is the most basic rule of being a modder and you ignore it at your peril. It will help you solve things yourself, instead of you coming to this forum on a daily basis and posting stuff which we cannot help you with because we cannot tell what the error is without details, but logfile can. You just have to look for the words "script runtime error" and IT WILL TELL YOU WHAT YOU HAVE DONE WRONG.

  6. The Following 2 Users Say Thank You to Tally For This Useful Post:

    Ni3ls (24th January 2014),YuriJurek (24th January 2014)

Posting Permissions

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