Thread: GS1-be gone?
View Single Post
  #11  
Old 07-12-2007, 10:41 PM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by theHAWKER View Post
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?
Reply With Quote