When using:
Code:
new ent = find_ent_by_class(-1,"func_water")
while ( ent )
{
ent = find_ent_by_class(ent,"func_water")
// do other stuff
}
only on certain maps I can do stuff with water. In 4 maps, only on 2 I was able to do some stuff with water.
How can I do stuff on other maps with water ( I'm aiming on maps with big water surfaces ).
Thanks.
__________________