[SOLVED] dont have a title for this.
so first, i dont have a title for this. can anyone give me a title ?
secund : PHP Code:
drehzahl = 2139095040 why its so ? player speed is 250 * 400 / 1 = 100 000 this must be the correct value. & how to short the 100,000 to 1000 ? |
Re: i dont have a title for this.
Use %f to display floats
Divide the 100,000 by 1000 to get 1000 When working with floats make sure you are consistent when comparing and assigning values. Always use a decimal when comparing a float variable with a number if ( fValue = 1.0 ) and make sure the variable is a float on each side of a comparison\operation. Use float() to convert an integer value to a float. if ( float( iValue ) == fValue ) PHP Code:
|
Re: i dont have a title for this.
tytytyty.
|
| All times are GMT -4. The time now is 01:32. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.