24.02.2010, 12:37
You only have 60 turfs. So why change it to 70? Thats the problem. You need to increase "#define MAX_TURFS" with 1 for each turf you add. If you delete one, you have to decrease it with 1!
pawn Код:
#define MAX_TURFS 60 // Add a extra one for each turf you add. If you have 61 turfs, this should be 61!
// Remember, the turfs start from 0, not 1!