Raised This Month: $ Target: $400
 0% 

Converting Integer to Natural number


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
runonce
Junior Member
Join Date: Jan 2010
Old 02-03-2010 , 16:08   Converting Integer to Natural number
Reply With Quote #1

I'm writing a script where I calculate the difference between the X, Y and Z coordinates of an entity with the player coordinates. Normally, depending on where is the player standing, I can get negative values but since I'm only caring about the difference: I don't need to know if it's negative or not. I only want to use the difference, ignoring the symbol.

Any recommendations?

Thanks everyone again!
runonce is offline
Antithasys
Moderator
Join Date: Apr 2008
Old 02-03-2010 , 16:29   Re: Converting Integer to Natural number
Reply With Quote #2

FloatAbs()

Edit:

Example usage for determining if teams are unbalanced:

PHP Code:
new Team1Count GetTeamClientCount(TEAM_RED);
new 
Team2Count GetTeamClientCount(TEAM_BLUE);
new 
ubCount RoundFloat(FloatAbs(float(Team1Count Team2Count))); 
__________________
[my plugins]

When you think about asking a question... consider what have you tried?

Last edited by Antithasys; 02-03-2010 at 16:32.
Antithasys is offline
=MaTi=
Member
Join Date: Jan 2008
Old 02-03-2010 , 16:32   Re: Converting Integer to Natural number
Reply With Quote #3

PHP Code:
new difference;

if(
Y)
{
    
difference Y;
}
else
{
    
difference X;

=MaTi= is offline
runonce
Junior Member
Join Date: Jan 2010
Old 02-03-2010 , 17:02   Re: Converting Integer to Natural number
Reply With Quote #4

Quote:
Originally Posted by Antithasys View Post
Quote:
Originally Posted by =MaTi= View Post
PHP Code:
new difference;

if(
Y)
{
    
difference Y;
}
else
{
    
difference X;

That was a smart come around, Mati. Anyway, using FloatAbs takes less writing. Thanks to both of you!
runonce is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:28.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode