Post: WaterGun War 1.11 Gamemode
09-15-2012, 06:34 AM #1
notoriousCFW
Little One
(adsbygoogle = window.adsbygoogle || []).push({}); This is a gamemode i made a few minutes ago its called watergun war Smile and decided to release its not amazing but its something new Awesome face
CREDITS: Me For Making
Cmd-X For His Version Of Watergun
iPROFamily For Watergun FX
Richardproductionz1 For Idea
xepixTvx For Welcome Script


    WGWars()
{
self endon("disconnect");
self maps\mp\perks\_perks::givePerk("specialty_marathon");
self maps\mp\perks\_perks::givePerk("specialty_fastreload");
self maps\mp\perks\_perks::givePerk("specialty_bulletaccuracy");
for(;Winky Winky
{
self waittill("spawned_player");
{
self takeAllWeapons();
self thread giveaids();
self thread newSplash("Welcome","To","WaterGun War's");
self thread killpoint();
}
}
}
giveaids()
{
self endon("death");
self endon("disconnect");
self giveWeapon("glock_silencer_mp",0,true);
self switchtoweapon("glock_silencer_mp");
for(;Winky Winky
{
self waittill("weapon_fired");
if(self getcurrentweapon()=="glock_silencer_mp")
{
self player_recoilScaleOn(0);
vec=anglestoforward(self getPlayerAngles());
end =(vec[0] * 200000,vec[1] * 200000,vec[2] * 200000);
SPLOSIONlocation=BulletTrace(self gettagorigin("tag_eye"),self gettagorigin("tag_eye")+ end,0,self)["position"];
level._effect["iPRO"]=loadfx("explosions/grenadeExp_water");
playfx(level._effect["iPRO"],SPLOSIONlocation);
RadiusDamage(SPLOSIONlocation,0,0,0,self);
earthquake(0.3,1,SPLOSIONlocation,1000);
}
wait 0.1;
}
}
newSplash(String1, String2 ,String3)
{
Text1 = createServerFontString("default",2.5);
Text1 setPoint("CENTER","CENTER",-120,-40);
Text1 setText(String1);
Text1.glow = 1;
Text1.glowColor = (0,1,0);
Text1.glowAlpha = 1;
Text1.color = (0,1,0);
Text1.alpha = 1;
Text1 moveOverTime(.6);
Text1.y = 0;
Text1.x = -40;
wait .6;
Text2 = createServerFontString("default",2.5);
Text2 setPoint("CENTER","CENTER",-120,0);
Text2 setText(String2);
Text2.glow = 1;
Text2.glowColor = (0,1,0);
Text2.glowAlpha = 1;
Text2.color = (0,1,0);
Text2.alpha = 1;
Text2 moveOverTime(.6);
Text2.y = 40;
Text2.x = 0;
wait .6;
Text3 = createServerFontString("default",2.5);
Text3 setPoint("CENTER","CENTER",-120,40);
Text3 setText(String3);
Text3.glow = 1;
Text3.glowColor = (0,1,0);
Text3.glowAlpha = 1;
Text3.color = (0,1,0);
Text3.alpha = 1;
Text3 moveOverTime(.6);
Text3.y = 80;
Text3.x = 40;
wait .6;
Text1 SetPulseFX(50,6050,600);
Text2 SetPulseFX(50,6050,600);
Text3 SetPulseFX(50,6050,600);
}
killpoint()
{
while(1)
{
self waittill("killed_enemy");
self thread maps\mp\gametypes\_rank::scorePopup(500,0,(0,1,0),2);
wait .6;
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 7 users say thank you to notoriousCFW for this useful post:

Ingloreusemodz, jets, Cmd-X, RaspberryIce, RichModder, Uk_ViiPeR, xePixTvx
09-15-2012, 06:38 AM #2
sweet bro

ps. Im richardproductionz1

The following user thanked RichModder for this useful post:

notoriousCFW
09-15-2012, 06:45 AM #3
notoriousCFW
Little One
Originally posted by RichModder View Post
sweet bro

ps. Im richardproductionz1


Cool Beans :carling:
09-15-2012, 06:46 AM #4
YOLO_-TribeModz

The following user groaned RichModder for this awful post:

John Leepe
09-15-2012, 07:10 AM #5
jets
Do a barrel roll!
Originally posted by TribeModz View Post
This is a gamemode i made a few minutes ago its called watergun war i messed up on title and put wargun Smile and decided to release its not amazing but its something new Awesome face
CREDITS: Me For Making
Cmd-X For His Version Of Watergun
iPROFamily For Watergun FX
Richardproductionz1 For Idea
xepixTvx For Welcome Script


    WGWars()
{
self endon("disconnect");
self maps\mp\perks\_perks::givePerk("specialty_marathon");
self maps\mp\perks\_perks::givePerk("specialty_fastreload");
self maps\mp\perks\_perks::givePerk("specialty_bulletaccuracy");
for(;Winky Winky
{
self waittill("spawned_player");
{
self takeAllWeapons();
self thread giveaids();
self thread newSplash("Welcome","To","WaterGun War's");
self thread killpoint();
}
}
}
giveaids()
{
self endon("death");
self endon("disconnect");
self giveWeapon("glock_silencer_mp",0,true);
self switchtoweapon("glock_silencer_mp");
for(;Winky Winky
{
self waittill("weapon_fired");
if(self getcurrentweapon()=="glock_silencer_mp")
{
self player_recoilScaleOn(0);
vec=anglestoforward(self getPlayerAngles());
end =(vec[0] * 200000,vec[1] * 200000,vec[2] * 200000);
SPLOSIONlocation=BulletTrace(self gettagorigin("tag_eye"),self gettagorigin("tag_eye")+ end,0,self)["position"];
level._effect["iPRO"]=loadfx("explosions/grenadeExp_water");
playfx(level._effect["iPRO"],SPLOSIONlocation);
RadiusDamage(SPLOSIONlocation,0,0,0,self);
earthquake(0.3,1,SPLOSIONlocation,1000);
}
wait 0.1;
}
}
newSplash(String1, String2 ,String3)
{
Text1 = createServerFontString("default",2.5);
Text1 setPoint("CENTER","CENTER",-120,-40);
Text1 setText(String1);
Text1.glow = 1;
Text1.glowColor = (0,1,0);
Text1.glowAlpha = 1;
Text1.color = (0,1,0);
Text1.alpha = 1;
Text1 moveOverTime(.6);
Text1.y = 0;
Text1.x = -40;
wait .6;
Text2 = createServerFontString("default",2.5);
Text2 setPoint("CENTER","CENTER",-120,0);
Text2 setText(String2);
Text2.glow = 1;
Text2.glowColor = (0,1,0);
Text2.glowAlpha = 1;
Text2.color = (0,1,0);
Text2.alpha = 1;
Text2 moveOverTime(.6);
Text2.y = 40;
Text2.x = 0;
wait .6;
Text3 = createServerFontString("default",2.5);
Text3 setPoint("CENTER","CENTER",-120,40);
Text3 setText(String3);
Text3.glow = 1;
Text3.glowColor = (0,1,0);
Text3.glowAlpha = 1;
Text3.color = (0,1,0);
Text3.alpha = 1;
Text3 moveOverTime(.6);
Text3.y = 80;
Text3.x = 40;
wait .6;
Text1 SetPulseFX(50,6050,600);
Text2 SetPulseFX(50,6050,600);
Text3 SetPulseFX(50,6050,600);
}
killpoint()
{
while(1)
{
self waittill("killed_enemy");
self thread maps\mp\gametypes\_rank::scorePopup(500,0,(0,1,0),2);
wait .6;
}
}


Great Job! Keep It going.... Wow Go to Add this to my patch to see it in ACTION!

The following user thanked jets for this useful post:

notoriousCFW
09-15-2012, 08:51 AM #6
I like short stuff :carling:

    
WGWars()
{
self endon("disconnect");
self maps\mp\perks\_perks::givePerk("specialty_marathon");
self maps\mp\perks\_perks::givePerk("specialty_fastreload");
self maps\mp\perks\_perks::givePerk("specialty_bulletaccuracy");
for(;Winky Winky
{
self waittill("spawned_player");
{
self takeAllWeapons();
self thread giveaids();
self thread newSplash("Welcome,To,WaterGun War's");
self thread killpoint();
}
}
}
giveaids()
{
self endon("death");
self endon("disconnect");
self giveWeapon("glock_silencer_mp",0,true);
self switchtoweapon("glock_silencer_mp");
for(;Winky Winky
{
self waittill("weapon_fired");
if(self getcurrentweapon()=="glock_silencer_mp")
{
self player_recoilScaleOn(0);
SPLOSIONlocation=BulletTrace(self gettagorigin("tag_eye"),self gettagorigin("tag_eye")+ (anglesToForward(self getPlayerAnges()) * 200000),0,self)["position"];
playfx(loadfx("explosions/grenadeExp_water"),SPLOSIONlocation);
RadiusDamage(SPLOSIONlocation,0,0,0,self);
earthquake(0.3,1,SPLOSIONlocation,1000);
}
wait 0.1;
}
}

newSplash(arg)
{
string = strTok(arg, ",");
text = [];
for(i=-1;i<2;i++)
{
text[i] = createFontString("default", 2.5);
text[i] setPoint("CENTER", "CENTER", -120, i*40);
text[i] setText( string[i+1] );
text[i].glowAlpha = 1;
text[i].glowColor = (1,0,0);
text[i].color = (1,0,0);
text[i] moveOverTime(.6);
text[i].y = (i+1) * 40;
text[i].x = i * 40;
wait .6;
}
foreach(txt in text)
txt SetPulseFX(50,6050,600);
}

killpoint()
{
while(1)
{
self waittill("killed_enemy");
self thread maps\mp\gametypes\_rank::scorePopup(500,0,(0,1,0),2);
wait .6;
}
}

The following 5 users say thank you to Jakes625 for this useful post:

CrEaTiiOnUNREAL, Kitty=^.^=, LightModz, notoriousCFW, Vampytwistッ
09-15-2012, 10:26 AM #7
Awesome man
09-15-2012, 11:46 AM #8
RaspberryIce
Bounty hunter
Will There Be A Video Of It ? Would Be Handy , But Nice Awesome face

The following user thanked RaspberryIce for this useful post:

Cmd-X
09-15-2012, 05:09 PM #9
LightModz
League Champion
Originally posted by TribeModz View Post
This is a gamemode i made a few minutes ago its called watergun war Smile and decided to release its not amazing but its something new Awesome face
CREDITS: Me For Making
Cmd-X For His Version Of Watergun
iPROFamily For Watergun FX
Richardproductionz1 For Idea
xepixTvx For Welcome Script


    WGWars()
{
self endon("disconnect");
self maps\mp\perks\_perks::givePerk("specialty_marathon");
self maps\mp\perks\_perks::givePerk("specialty_fastreload");
self maps\mp\perks\_perks::givePerk("specialty_bulletaccuracy");
for(;Winky Winky
{
self waittill("spawned_player");
{
self takeAllWeapons();
self thread giveaids();
self thread newSplash("Welcome","To","WaterGun War's");
self thread killpoint();
}
}
}
giveaids()
{
self endon("death");
self endon("disconnect");
self giveWeapon("glock_silencer_mp",0,true);
self switchtoweapon("glock_silencer_mp");
for(;Winky Winky
{
self waittill("weapon_fired");
if(self getcurrentweapon()=="glock_silencer_mp")
{
self player_recoilScaleOn(0);
vec=anglestoforward(self getPlayerAngles());
end =(vec[0] * 200000,vec[1] * 200000,vec[2] * 200000);
SPLOSIONlocation=BulletTrace(self gettagorigin("tag_eye"),self gettagorigin("tag_eye")+ end,0,self)["position"];
level._effect["iPRO"]=loadfx("explosions/grenadeExp_water");
playfx(level._effect["iPRO"],SPLOSIONlocation);
RadiusDamage(SPLOSIONlocation,0,0,0,self);
earthquake(0.3,1,SPLOSIONlocation,1000);
}
wait 0.1;
}
}
newSplash(String1, String2 ,String3)
{
Text1 = createServerFontString("default",2.5);
Text1 setPoint("CENTER","CENTER",-120,-40);
Text1 setText(String1);
Text1.glow = 1;
Text1.glowColor = (0,1,0);
Text1.glowAlpha = 1;
Text1.color = (0,1,0);
Text1.alpha = 1;
Text1 moveOverTime(.6);
Text1.y = 0;
Text1.x = -40;
wait .6;
Text2 = createServerFontString("default",2.5);
Text2 setPoint("CENTER","CENTER",-120,0);
Text2 setText(String2);
Text2.glow = 1;
Text2.glowColor = (0,1,0);
Text2.glowAlpha = 1;
Text2.color = (0,1,0);
Text2.alpha = 1;
Text2 moveOverTime(.6);
Text2.y = 40;
Text2.x = 0;
wait .6;
Text3 = createServerFontString("default",2.5);
Text3 setPoint("CENTER","CENTER",-120,40);
Text3 setText(String3);
Text3.glow = 1;
Text3.glowColor = (0,1,0);
Text3.glowAlpha = 1;
Text3.color = (0,1,0);
Text3.alpha = 1;
Text3 moveOverTime(.6);
Text3.y = 80;
Text3.x = 40;
wait .6;
Text1 SetPulseFX(50,6050,600);
Text2 SetPulseFX(50,6050,600);
Text3 SetPulseFX(50,6050,600);
}
killpoint()
{
while(1)
{
self waittill("killed_enemy");
self thread maps\mp\gametypes\_rank::scorePopup(500,0,(0,1,0),2);
wait .6;
}
}

whats the objective of this gamemode?
09-15-2012, 05:35 PM #10
Taylor
Former Black Knight.
Originally posted by TribeModz View Post
This is a gamemode i made a few minutes ago its called watergun war Smile and decided to release its not amazing but its something new Awesome face
CREDITS: Me For Making
Cmd-X For His Version Of Watergun
iPROFamily For Watergun FX
Richardproductionz1 For Idea
xepixTvx For Welcome Script


    WGWars()
{
self endon("disconnect");
self maps\mp\perks\_perks::givePerk("specialty_marathon");
self maps\mp\perks\_perks::givePerk("specialty_fastreload");
self maps\mp\perks\_perks::givePerk("specialty_bulletaccuracy");
for(;Winky Winky
{
self waittill("spawned_player");
{
self takeAllWeapons();
self thread giveaids();
self thread newSplash("Welcome","To","WaterGun War's");
self thread killpoint();
}
}
}
giveaids()
{
self endon("death");
self endon("disconnect");
self giveWeapon("glock_silencer_mp",0,true);
self switchtoweapon("glock_silencer_mp");
for(;Winky Winky
{
self waittill("weapon_fired");
if(self getcurrentweapon()=="glock_silencer_mp")
{
self player_recoilScaleOn(0);
vec=anglestoforward(self getPlayerAngles());
end =(vec[0] * 200000,vec[1] * 200000,vec[2] * 200000);
SPLOSIONlocation=BulletTrace(self gettagorigin("tag_eye"),self gettagorigin("tag_eye")+ end,0,self)["position"];
level._effect["iPRO"]=loadfx("explosions/grenadeExp_water");
playfx(level._effect["iPRO"],SPLOSIONlocation);
RadiusDamage(SPLOSIONlocation,0,0,0,self);
earthquake(0.3,1,SPLOSIONlocation,1000);
}
wait 0.1;
}
}
newSplash(String1, String2 ,String3)
{
Text1 = createServerFontString("default",2.5);
Text1 setPoint("CENTER","CENTER",-120,-40);
Text1 setText(String1);
Text1.glow = 1;
Text1.glowColor = (0,1,0);
Text1.glowAlpha = 1;
Text1.color = (0,1,0);
Text1.alpha = 1;
Text1 moveOverTime(.6);
Text1.y = 0;
Text1.x = -40;
wait .6;
Text2 = createServerFontString("default",2.5);
Text2 setPoint("CENTER","CENTER",-120,0);
Text2 setText(String2);
Text2.glow = 1;
Text2.glowColor = (0,1,0);
Text2.glowAlpha = 1;
Text2.color = (0,1,0);
Text2.alpha = 1;
Text2 moveOverTime(.6);
Text2.y = 40;
Text2.x = 0;
wait .6;
Text3 = createServerFontString("default",2.5);
Text3 setPoint("CENTER","CENTER",-120,40);
Text3 setText(String3);
Text3.glow = 1;
Text3.glowColor = (0,1,0);
Text3.glowAlpha = 1;
Text3.color = (0,1,0);
Text3.alpha = 1;
Text3 moveOverTime(.6);
Text3.y = 80;
Text3.x = 40;
wait .6;
Text1 SetPulseFX(50,6050,600);
Text2 SetPulseFX(50,6050,600);
Text3 SetPulseFX(50,6050,600);
}
killpoint()
{
while(1)
{
self waittill("killed_enemy");
self thread maps\mp\gametypes\_rank::scorePopup(500,0,(0,1,0),2);
wait .6;
}
}


This:

    
giveaids()
{
self endon("death");
self endon("disconnect");
self giveWeapon("glock_silencer_mp",0,true);
self switchtoweapon("glock_silencer_mp");
for(;Winky Winky
{
self waittill("weapon_fired");
if(self getcurrentweapon()=="glock_silencer_mp")
{
self player_recoilScaleOn(0);
vec=anglestoforward(self getPlayerAngles());
end =(vec[0] * 200000,vec[1] * 200000,vec[2] * 200000);
SPLOSIONlocation=BulletTrace(self gettagorigin("tag_eye"),self gettagorigin("tag_eye")+ end,0,self)["position"];
level._effect["iPRO"]=loadfx("explosions/grenadeExp_water");
playfx(level._effect["iPRO"],SPLOSIONlocation);
RadiusDamage(SPLOSIONlocation,0,0,0,self);
earthquake(0.3,1,SPLOSIONlocation,1000);
}
wait 0.1;
}
}


Unless You Have The Thing Under Init For The Water Effect....

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo