
04-18-2007, 08:44 PM
|
|
Webmaster
|
 |
Join Date: Dec 2006
Location: Florida
Posts: 552
|
|
Quote:
Originally Posted by theHAWKER
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,32, 32;
}
 |
__________________
What signature? I see no signature?
|
|
|
|