View Single Post
  #2  
Old 08-08-2004, 05:58 PM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

what database and source are you using? sounds like your database is fux0red....

theres no respawn_timer field on your groundspawns table.

Code:
Error in LoadGroundSpawns query 'SELECT max_x,max_y,max_z,min_x,min_y,heading,na 
me,item,max_allowed,respawn_timer from ground_spawns where zoneid=55 limit 50' # 
1054: Unknown column 'respawn_timer' in 'field list'
thats what its complaining about.
Reply With Quote