Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!toFloat( in ) {
// Don't accept arrays or undefined, return 0
if( isArray( in ) || !isDefined( in ) )
return 0;
// Return original argument, it's not a string so doesn't need any special type conversion algorithm
if( !isString( in ) )
return in;
// Split string into 2 seperate strings
if( isSubStr( in, "," ) ) // Would be great if people wouldn't use fucking commas for decimals where I live
num = strTok( in, "," );
else
num = strTok( in, "." );
// Don't need to execute extra logic if the number isn't a decimal and therefore wasn't split into a multi-element array
if( num.size <= 1 )
return int( num[0] );
pwr = 10;
// Multiply by 10 for each extra character
// Initialize i as 1, we don't need to multiply on the first index
for( i = 1; i < num[1].size; i++ )
pwr *= 10;
return int( num[0] ) + int( num[1] ) / pwr;
}
number = toFloat( "666.66" ); // type = float, value = 666.66
step6_death_watch()
{
time = 5;
self waittill( "death" );
if( isDefined( level.ee_step6_active ) && level.ee_step6_active && self isTouching( level.ee_step6_radius ) && level.ee_step6_souls < level.ee_step6_soul_c )
{
org = spawn( "script_origin", self.origin );
tag = spawn( "script_model", self.origin );
tag setModel( "tag_origin" );
tag enableLinkTo();
tag linkTo( org );
tag thread step6_fx( time );
org moveTo( level.ee_step6_fx_goto.origin, time );
org waittill( "movedone" );
if( level.ee_step6_souls >= level.ee_step6_soul_c )
{
level.ee_step6_active = false;
flag_set( "ee_step6" );
}
wait 8;
tag delete();
org delete();
level.ee_step6_souls++;
}
}
DeathBringerZen: My son is 16, and he is a kid to me, so...
HitmanVere: lol, of course, he is your child XD
JR-Imagine: @DeathBringerZen aww, you a mommy?
JR-Imagine:
HitmanVere: And JR is banned
HitmanVere:
JR-Imagine: @HitmanVere Denied, goml.
HitmanVere: Hah, lol
HitmanVere: Dont even, Junior
GdayitsVishnu: I just want you to tell Death that my skype isn't a troll account because you have me on there
Uk_ViiPeR: who's death again? :p
JR-Imagine: @Uk_ViiPeR death is dead
GdayitsVishnu: Moderator
Uk_ViiPeR: he can't be dead if he still walks @jr-imagine
JR-Imagine: Denied
JR-Imagine: he's a zombie
Uk_ViiPeR: but he walks....
JR-Imagine: zombies walk too
JR-Imagine: and are dead
GdayitsVishnu: Anyway he/she thinks im using a fake skype, can you clarify that im not please?
HitmanVere: She XD
Uk_ViiPeR: exactly, their minds may be dead but there body isnt xd
JR-Imagine: @DgayitsVishnu she
JR-Imagine: wtf
JR-Imagine: erhm
Uk_ViiPeR: honestly, who is he or she? i don't know death. never met the guy.
JR-Imagine: that was a hilarious typo
HitmanVere: JR XDDDDD
HitmanVere: Viper, check on right on users, lol
GdayitsVishnu: well im not sure if Death is a man or a woman so, also DeathBringerZen is the UGX Chat Moderator
JR-Imagine: Death is a mother
GdayitsVishnu: Please clarify my statement
HitmanVere: Added new gun in map
JR-Imagine: @DeathBringerZen you're a pretty lady aren't ya?
Uk_ViiPeR: okay one second
Uk_ViiPeR: yeah thats him i can confirm this.
DeathBringerZen: Sure am JR! :d
GdayitsVishnu: thankyou
GdayitsVishnu: Now you have solid proof i am legit
DeathBringerZen: Right, I'm off to get my kids from school. Take it easy guys.
JR-Imagine: cya lady!
GdayitsVishnu: goodbye
JR-Imagine: see guys
JR-Imagine: death's a she
JR-Imagine: wasn't lying
GdayitsVishnu: and is Death really a mom!
JR-Imagine: yes she's a mom
GdayitsVishnu: is it just me or does anyone wonder if she is hot?
GdayitsVishnu: If you haven't thought about death being a milf then idek
GdayitsVishnu: WELL has anyone? i cant be the only one rn.
HitmanVere: I have seen pic of him, not that pretty
GdayitsVishnu: isn't it a she
JR-Imagine: yes @HitmanVere is just trolling
HitmanVere:
GdayitsVishnu: MINDFUCKED rn
maps\jr_buildables::PrecacheBuildables();
maps\jr_buildables::main();
self thread maps\jr_buildables::drop_current_part();
setClientSysState("lsm", "0", self);
weapon,sp\WHATEVER_YOUR_WEAPON_IS_CALLED_upgraded_upgraded
add_zombie_weapon( "WHATEVER_YOUR_WEAPON_IS_CALLED_upgraded_upgraded", "Press & hold &&1 to buy WHATEVER_YOUR_WEAPON_IS_CALLED [Cost: 10000]", 10000, "" );
include_weapon( "WHATEVER_YOUR_WEAPON_IS_CALLED_upgraded_upgraded", false );
If you'd like to continue a discussion about Canada then I suggest starting a new topic for it.