Posts: 8
Threads: 1
Joined: Oct 2013
Reputation:
0
Hey, i have problem with pawno, if i try complile gamemode then pawno crashes, someone can help me? (I like this gamemode very much), (sorry for bad english)
Posts: 954
Threads: 24
Joined: Jul 2012
Reputation:
0
Go through your script, it generally crashes if you have missed a brace - { }
Posts: 8
Threads: 1
Joined: Oct 2013
Reputation:
0
But, can u try fix it ? :/
Posts: 954
Threads: 24
Joined: Jul 2012
Reputation:
0
If I fix it for you, you won't learn from your mistakes..
Posts: 8
Threads: 1
Joined: Oct 2013
Reputation:
0
I am beginner, i dont understand code perfectly yet, but i learning..
Posts: 954
Threads: 24
Joined: Jul 2012
Reputation:
0
Go through your script and see the last things that you have done, comment them out one by one using /* and */ then see if it can compile, one you have found the problem then you know where to fix it!
Posts: 8
Threads: 1
Joined: Oct 2013
Reputation:
0
but this code is over 20,000 row, very hard to find mistake :/
Posts: 954
Threads: 24
Joined: Jul 2012
Reputation:
0
Start commenting out the bigger sections, for example comment OnGamemodeInit, if it compiles the problem is there, if not you could then comment out OnPlayerUpdate etc.