Thread: Starting Zones.
View Single Post
  #2  
Old 09-15-2013, 04:41 PM
rencro
Hill Giant
 
Join Date: Sep 2008
Location: So. California
Posts: 219
Default

You cold use this route instead, not sure if its the "efficient" answer you're looking for..

Code:
INSERT INTO `variables` (`varname`,`value`,`information`) VALUES 
('startzone','tutorialb','Setting default Startzone for all clients and races to TutorialB');
If you just want to send everybody...
Reply With Quote