View Single Post
  #10  
Old 04-18-2007, 08:44 PM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Quote:
Originally Posted by theHAWKER View Post
If you cant see it it cant be there, at least thats what it looks like...

I'm trying to make a hole in the ground, BUT your not sapost to go down from the top, so to stop people from going down there i put an invisable block, but it wont work.
this is my script for the block:
PHP Code:
// NPC made by theHAWKER is a
if (created) {y-=.01;
drawaslight;
}
//#CLIENTSIDE
if (playerenters) {
  
setcoloreffect 1,1,1,0.01;

can someone help me out?
PHP Code:
if (created)
{
setshape 1,3232;

__________________
What signature? I see no signature?
Reply With Quote