naseem142
Member
Posts: 153
Threads: 19
Joined: Oct 2012
Reputation:
0
|
RE: My problems
I'm using notepad++ , is there any program that could debug the script or alteast help me a little to find the error?
|
|
10-19-2012, 04:55 PM |
|
The chaser
Posting Freak
Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation:
113
|
RE: My problems
Yes, always that I do new functions I put them at the bottom, so if something like that appears, I will know more or less where the issue is.
You could do ctrl+f and type "-then it would search all the ". Click meanwhile checking and maybe you get it faster.
THE OTHERWORLD (WIP)
Aculy iz dolan.
(This post was last modified: 10-19-2012, 04:56 PM by The chaser.)
|
|
10-19-2012, 04:55 PM |
|
naseem142
Member
Posts: 153
Threads: 19
Joined: Oct 2012
Reputation:
0
|
RE: My problems
It's gonna alot harder for me , i put my codes randomly lol
(This post was last modified: 10-19-2012, 04:57 PM by naseem142.)
|
|
10-19-2012, 04:57 PM |
|
Robby
Posting Freak
Posts: 2,549
Threads: 38
Joined: Jun 2009
Reputation:
47
|
RE: My problems
Well, that does explain the high incidence of writing mistakes that cause these. You need to make sure that you place them in a specific order (to reduce mess-ups).
It's what I was doing for some time, and I rarely had problems.
Infrequently active. Don't expect an immediate response. Best to contact me at a different locale. If I create a thread, expect me to be quite active.
|
|
10-19-2012, 05:12 PM |
|
naseem142
Member
Posts: 153
Threads: 19
Joined: Oct 2012
Reputation:
0
|
RE: My problems
okay , i will do that in my next maps :p
now i must go to find and fix that error
|
|
10-19-2012, 05:15 PM |
|
Robby
Posting Freak
Posts: 2,549
Threads: 38
Joined: Jun 2009
Reputation:
47
|
RE: My problems
(10-19-2012, 05:15 PM)naseem142 Wrote: okay , i will do that in my next maps :p
now i must go to find and fix that error It will take some time. Be calm, and analyze everything carefully.
Infrequently active. Don't expect an immediate response. Best to contact me at a different locale. If I create a thread, expect me to be quite active.
|
|
10-19-2012, 05:16 PM |
|
naseem142
Member
Posts: 153
Threads: 19
Joined: Oct 2012
Reputation:
0
|
RE: My problems
I think i found something.
SetEntityActive(servant_brute_125", true);
SetEntityActive("servant_brute_125", true);
Am i right? i don't want to destroy the script again ..
(This post was last modified: 10-19-2012, 05:33 PM by naseem142.)
|
|
10-19-2012, 05:33 PM |
|
Robby
Posting Freak
Posts: 2,549
Threads: 38
Joined: Jun 2009
Reputation:
47
|
RE: My problems
That could be the problem. Yeah, fix that.
Infrequently active. Don't expect an immediate response. Best to contact me at a different locale. If I create a thread, expect me to be quite active.
|
|
10-19-2012, 05:35 PM |
|
naseem142
Member
Posts: 153
Threads: 19
Joined: Oct 2012
Reputation:
0
|
RE: My problems
I got a new error , it is in line 158. Does it mean the error is somewhere in lines 158 and below?
|
|
10-19-2012, 06:15 PM |
|
Robby
Posting Freak
Posts: 2,549
Threads: 38
Joined: Jun 2009
Reputation:
47
|
RE: My problems
You have "Removeitem".
It must be "RemoveItem".
Without quotes. On line 158.
Infrequently active. Don't expect an immediate response. Best to contact me at a different locale. If I create a thread, expect me to be quite active.
|
|
10-19-2012, 06:16 PM |
|
|