Quote:
Originally Posted by cbk1994
try player.setSword("swordimg.png", 0); maybe? Serverside.
|
That's not working with my filenames.
player.setSword("swordimg.png", 0); seems to set player.swordimg to NULL for every string, player.setSword("swordimg.png", 1); works for strings like "sword2.png" or "sword3.png", but not with "sorna_sword_sword1.png".
Quote:
Originally Posted by ffcmike
Are you using the V6 beta?
Graphics set Clientside in V6 don't seem to be saved Serverside.
|
That's why I'm trying to set them on the Serverside.