Outdated Water Tornado Code?

Craze

Alt + F4
Messages
229
Reaction score
163
Points
903
Here's mine, it's not really a tornado:
Code:
water()
{
self.waterSpawn = self.origin;
self.waterSpawn RotatePitch(-360, 1);
self iPrintln("Splashing Water ^2SPAWNED");
for(;; )
{
playfx(level._effect["impacts/fx_xtreme_water_hit_mp"], self.waterSpawn);
wait 0.25;
}
}
Add this to your init:
Code:
level._effect["impacts/fx_xtreme_water_hit_mp"] = loadfx("impacts/fx_xtreme_water_hit_mp");
 

DF_AUS

Moderator
Staff member
Head Staff Team
Donator
Messages
582
Reaction score
826
Points
878
w
Here's mine, it's not really a tornado:
Code:
water()
{
self.waterSpawn = self.origin;
self.waterSpawn RotatePitch(-360, 1);
self iPrintln("Splashing Water ^2SPAWNED");
for(;; )
{
playfx(level._effect["impacts/fx_xtreme_water_hit_mp"], self.waterSpawn);
wait 0.25;
}
}
Add this to your init:
Code:
level._effect["impacts/fx_xtreme_water_hit_mp"] = loadfx("impacts/fx_xtreme_water_hit_mp");
......
 

DF_AUS

Moderator
Staff member
Head Staff Team
Donator
Messages
582
Reaction score
826
Points
878
He wanted the water tornado...then you gave him a code and stated " not really a torando " ....ill post mine from BlazeD v1 if Cabcon ( or another experienced coder ) can reduce the size,coz my coding is horrible :disappointed:
 

Craze

Alt + F4
Messages
229
Reaction score
163
Points
903
He wanted the water tornado...then you gave him a code and stated " not really a torando " ....ill post mine from BlazeD v1 if Cabcon ( or another experienced coder ) can reduce the size,coz my coding is horrible :disappointed:
It's still works.. and it can be edited.. well done... :expressionless:
 

Stalker

New Member
Messages
25
Reaction score
8
Points
3
Here's mine, it's not really a tornado:
Code:
water()
{
self.waterSpawn = self.origin;
self.waterSpawn RotatePitch(-360, 1);
self iPrintln("Splashing Water ^2SPAWNED");
for(;; )
{
playfx(level._effect["impacts/fx_xtreme_water_hit_mp"], self.waterSpawn);
wait 0.25;
}
}
Add this to your init:
Code:
level._effect["impacts/fx_xtreme_water_hit_mp"] = loadfx("impacts/fx_xtreme_water_hit_mp");
Thanks but this isnt the tornado but thanks this is pretty cool to ;p
 

Stalker

New Member
Messages
25
Reaction score
8
Points
3
He wanted the water tornado...then you gave him a code and stated " not really a torando " ....ill post mine from BlazeD v1 if Cabcon ( or another experienced coder ) can reduce the size,coz my coding is horrible :disappointed:
Thanks so much if you can give the code
:}
 

Stalker

New Member
Messages
25
Reaction score
8
Points
3
He wanted the water tornado...then you gave him a code and stated " not really a torando " ....ill post mine from BlazeD v1 if Cabcon ( or another experienced coder ) can reduce the size,coz my coding is horrible :disappointed:
'Not A He'
 
Top