View Single Post
  #312  
Old 05-30-2010, 05:13 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by cbk1994 View Post
PHP Code:
echo(57 0.1); 
echoes 5.699999808.
Works fine on my client.

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
temp.test 57 0.1;
  echo(
57 0.1); // echo'd 5.7
  
echo(temp.test); // also echo'd 5.7

PHP Code:
Stats:
System:
  
TimeSun May 30 10:12:51 2010
  Client
-version5.244
  OS
win 6.1 7600 
  CPU
x86

DirectX9 capabilities
:
  
Hardwareyes
  Non
-Power of 2 texturesyes
  Maximum texure size
8192 x 8192

Graphics card
:
  
DescriptionATI Radeon HD 4800 Series
  Driver version
8.14.10.700


Memory 
(in bytes):
  
Total79294464
  Bitmaps
1152544
  Drawing panels
4644864
  Textures 
(possibly in video RAM): 4221809 
__________________
Quote:

Last edited by fowlplay4; 05-30-2010 at 05:41 PM..
Reply With Quote