hey, ive downloaded fountain pack (ATLANTIS) from 
www.map-center.com) and can you tell me how to make water move cause when i use mics_model water doesnt move :(
 any ideas??
  
 
  
  
    I would suggest using something like an fx_runner, try searching that, I myself have had questions answered about that.
 
 you will probably need to create a new shader to use, but I can't help you in that department
  
 
  
  
    Exactly. The Shader is missing.
 
 Try something like this:
 
 
 models/mapobjects/atlantis/water04
 {
 surfaceparm water
 {
 map models/mapobjects/atlantis/water04
 blendFunc GL_DST_COLOR GL_SRC_COLOR
 tcMod scroll 0 -1
 }
 {
 map $lightmap
 blendFunc GL_DST_COLOR GL_ZERO
 }
 }
  
 
  
  
    has some handy models: 
http://fps.brainerd.net/mapmodeltext.htm) 
 also i know this guy irl :P
  
 
  
  
    but how should i do that, i dont know anything about shaders :( where i have to write it??