View Single Post
  #3  
Old 04-18-2004, 05:50 AM
KhaN's Avatar
KhaN
Dragon
 
Join Date: Mar 2004
Location: France, Bordeaux.
Posts: 677
Default

I dont know if its that you want to make, but if its set start zone for all players, you can add a variable to your DB

Code:
INSERT INTO variables (varname, value, information, ts) VALUES ('startzone', 'NEXUS', '', NULL);
__________________