Thread: GS1-be gone?
View Single Post
  #10  
Old 07-12-2007, 10:39 PM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Quote:
Originally Posted by Twinny View Post
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...
__________________
**FLIP OUT**
Reply With Quote