View Single Post
  #5  
Old 06-29-2008, 03:20 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Looks very nice! Should be *255 though not 256 since color ranges go from 0 - 255 (I know there are 256 posibilities). Example:

PHP Code:
getimgpixel("block.png"23);
player.chat a[0]*255 SPC a[0]*256
Will give you like 41 41.16078
__________________
Do it with a DON!
Reply With Quote