View Single Post
  #7  
Old 05-03-2009, 04:56 PM
Raelyn Raelyn is offline
the Professional.
Raelyn's Avatar
Join Date: Sep 2003
Location: Zormite
Posts: 964
Raelyn will become famous soon enough
Quote:
Originally Posted by fowlplay4 View Post
visible doesn't work with images.

you could do something like..

PHP Code:
function onKeyPressed(codekeychar) {
  if (
key == "i") {
    if (
findImg(209).image != NULL) {
      
hideimg(209);
    }
  }

Mmm, ok thanks. I was just having someone test me script, and I have it calling replaceani in clientside, so his client is not downloading the ganis from the server. But if I put the replaceani in serverside, the RC reports an error that the server doesn't know that command... So, what command does it understand to get new ganis for the player?
__________________
*Don't let the door hit you on the way out.*
Reply With Quote