Quote:
Originally Posted by Twinny
I think I get the gist of what you said...
do a /clearnpcs levelnamehere in each affected level (/clearnpcs blah.gmap works). Then go through and make sure all your classes have an image set (if they are blocks).
If this doesn't solve your problem, someone may have created alot of invisible blocks directly into a level. Punt that staff member off a cliff then remove them manually
Scripts don't 'randomly malfunction' : a scripter edited them.
|
the blocks aren't in a class, it happend with barrels, trees and other stuff.
for example in a tree effect:
PHP Code:
// NPC made by theHAWKER
//#CLIENTSIDE
if (created) {
setcoloreffect 0.5,1,0.5,0.30;
drawaslight;
dontblock;
drawoverplayer;
x-=.5;
}
it just shows the tree, but this npc was working for at least a year...