PDA

View Full Version : IzNoGoD Account's System.



Rocky
23rd January 2014, 18:38
Here is IzNo's account system.

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

Can killtube help?


612

Ni3ls
23rd January 2014, 19:02
tell the errors and what you did...

Rocky
24th January 2014, 05:25
it dont have errors,i take it(scripts and .menu)
and tried to type,and typing isnt work

kung foo man
24th January 2014, 06:53
That sounds like you didn't call some init-function :D

Tally
24th January 2014, 07:39
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:


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.