View Single Post
  #2  
Old 08-20-2012, 06:40 PM
Maze_EQ
Demi-God
 
Join Date: Mar 2012
Posts: 1,103
Default

Code:
UPDATE spawn2 SET respawntime = X
replace x with any number and that will be your spawn time(in seconds)

Code:
UPDATE spawn2 SET respawntime = '*.5'
That will cut all respawns in half.

Code:
UPDATE spawn2 SET respawntime = * .5 WHERE respawntime >= X
That will half any spawntime greater, or equal to X, it's all in seconds.
__________________
"No, thanks, man. I don't want you fucking up my life, too."

Skype:
Comerian1
Reply With Quote