View Single Post
  #4  
Old 04-18-2005, 12:45 AM
Ghost Fire's Avatar
Ghost Fire
Sarnak
 
Join Date: Feb 2005
Location: Behind you....
Posts: 84
Default

GREAT WORK!!! I love it Thanks a Ton sirreality. I know this is such a little thing but to noobs it's a big prob.
Code:
udpate doors set pos_y=5891.25, pos_x=3603.00 where id=7684;
The Fix is this:
Code:
update doors set pos_y=5891.25, pos_x=3603.00 where id=7684;
I'll delete this when the file is updated.
__________________
Life is Short

Last edited by Ghost Fire; 04-19-2005 at 07:40 AM..
Reply With Quote