Posts: 1,274
Threads: 54
Joined: Jul 2012
-
Whenever I have tried to do such my pawn compiler either ends up crashing and or it simply doesn't work. Anyone got any ideas of fixing such? I would make a scripting request but I seem it's more suitable to mapping.
Posts: 1,274
Threads: 54
Joined: Jul 2012
- Does anyone know why this would be logically happening?
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Various things can cause this. Try undoing what you changed recently. If that fails, the only thing I can think of to suggest is commenting out blocks of code at a time until it works, telling you that the last commented-out block was the problem. This can be caused in array declaration etc. also i've found most commonly that was the problem.
Posts: 1,274
Threads: 54
Joined: Jul 2012
Quote:
Originally Posted by MP2
Various things can cause this. Try undoing what you changed recently. If that fails, the only thing I can think of to suggest is commenting out blocks of code at a time until it works, telling you that the last commented-out block was the problem. This can be caused in array declaration etc. also i've found most commonly that was the problem.
|
It was the Dynamic SetObjectMaterialText.