Quote:
Originally Posted by theHAWKER
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...
|
That also has a lack of setimg. Go through and add setimg to all these npcs and they might just start working. Also, are the images still in the server?