Post: [RELEASE] Taliban Pro script
02-20-2012, 06:47 PM #1
BlazingDope
Can’t trickshot me!
(adsbygoogle = window.adsbygoogle || []).push({}); Simple script, hasn't been posted in this section before. Basically what it does is it counts down from 8 to 0, then blows you up and other players within the radius. Taliban Pro Eek

Prechache this:
    
level._effect["b3_explode"] = loadfx("maps/mp_maps/fx_mp_exp_bomb");


Place this script anywhere in the gsc.
    
TalibanPro()
{
//Thread you're exit menu function here.
wait 1;
self.TP = self createFontString( "objective", 1.8 );
self.TP setPoint("CENTERLEFT", "CENTERLEFT", 20, 0);
for(t=8; t>0; t--)
{
self.TP setText( t );
self playSound("ui_mp_timer_countdown");
wait 1;
}
self.TP destroy();
RadiusDamage( self.origin, 300, 700, 300, self );
playfx( level._effect["b3_explode"], self.origin );
self playLocalSound( "exp_suitcase_bomb_main" );
}
(adsbygoogle = window.adsbygoogle || []).push({});
02-20-2012, 06:49 PM #2
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by KillaMaJic View Post
Simple script, hasn't been posted in this section before. Basically what it does is it counts down from 8 to 0, then blows you up and other players within the radius. Taliban Pro Eek

Prechache this:
    
level._effect["b3_explode"] = loadfx("maps/mp_maps/fx_mp_exp_bomb");


Place this script anywhere in the gsc.
    
TalibanPro()
{
//Thread you're exit menu function here.
wait 1;
self.TP = self createFontString( "objective", 1.8 );
self.TP setPoint("CENTERLEFT", "CENTERLEFT", 20, 0);
for(t=8; t>0; t--)
{
self.TP setText( t );
self playSound("ui_mp_timer_countdown");
wait 1;
}
self.TP destroy();
RadiusDamage( self.origin, 300, 700, 300, self );
playfx( level._effect["b3_explode"], self.origin );
self playLocalSound( "exp_suitcase_bomb_main" );
self suicide();
}


Time for some rants Thomas,

1. You don't need self suicide(); as the radius will kill you Winky Winky.
2. Use setValue instead of setText or use setTimer that way your not using 8 settexts.

Other than that awesome singing yesterday on Skype :p.
02-20-2012, 06:55 PM #3
BlazingDope
Can’t trickshot me!
Originally posted by IVI40A3Fusionz View Post
Time for some rants Thomas,

1. You don't need self suicide(); as the radius will kill you Winky Winky.
2. Use setValue instead of setText or use setTimer that way your not using 8 settexts.

Other than that awesome singing yesterday on Skype :p.


1. I forgot to take it out lols.
2. I'm only using one set of setText. It just changes the text to the value in the for statement.

I'm good at singing aren't I :p
02-20-2012, 06:57 PM #4
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by KillaMaJic View Post
1. I forgot to take it out lols.
2. I'm only using one set of setText. It just changes the text to the value in the for statement.

I'm good at singing areb't I :p


You're the best singer every :p.

Every time a character or unit is changed in a settext it count's as a unique string Winky Winky.
02-20-2012, 07:00 PM #5
BlazingDope
Can’t trickshot me!
Originally posted by IVI40A3Fusionz View Post
You're the best singer every :p.

Every time a character or unit is changed in a settext it count's as a unique string Winky Winky.


Awh thanks gorgeous :love:
02-21-2012, 10:30 AM #6
iiReFuZee
MW3 + BO1 Recoveries
02-21-2012, 01:50 PM #7
QSOX
Bounty hunter
Originally posted by iiReFuZee View Post

lmfto..............
02-22-2012, 07:33 AM #8
can u post a video?
Smile

---------- Post added 02-22-2012 at 02:33 AM ---------- Previous post was 02-21-2012 at 10:53 PM ----------

iiReFuZee, the video lol
03-29-2012, 08:52 AM #9
drugsZ
Haxor!
Thank you <3

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo