View Single Post
  #1  
Old 06-12-2006, 07:47 PM
wild8900 wild8900 is offline
Mr. Brightside
wild8900's Avatar
Join Date: Dec 2005
Posts: 418
wild8900 is an unknown quantity at this point
Send a message via MSN to wild8900
setshape2 problem- no effect on water

I made this script to test the effect on water like a boat, I read that '0' would be treated as land but when I tested it offline, it was treated as nothing. I also used 3 like a chair in the water but nothing happened. This stuff worked on land though I need someone to tell me my error. Maybe its a syntax error..?
PHP Code:
//#CLIENTSIDE
if (created) {
  
drawunderplayer;
  
setshape2 2,2,{
    
0,0,
    
0,0,
    };

__________________
Reply With Quote