View Single Post
  #1  
Old 03-19-2009, 04:08 AM
oo_jazz_oo oo_jazz_oo is offline
Jazz teh Awesome
oo_jazz_oo's Avatar
Join Date: Jul 2006
Location: California
Posts: 596
oo_jazz_oo is a jewel in the roughoo_jazz_oo is a jewel in the rough
Send a message via MSN to oo_jazz_oo
Showimg not working...

This has been bothering me...showimg is being weird with indexes under 200.

Sometimes the images show, sometimes they dont...they always show for the client, but not for other players.
Some images do work however, such as block.png and bomb.png.

Heres the script.
PHP Code:
//#CLIENTSIDE
function onCreated()
{
  
showimg(1"light4.png"player.xplayer.y);
  
  
showtext(2player.xplayer.y"Arial""c""[test]");

I can see the light on myself, but not on the other person (yes he has the weapon too). But I can see the text on him just fine.
I uploaded light4.png to the server, so I dont know what the problem is.

If I change it to say...block.png, the it shows perfectly fine.

However, I had a for() loop of 20 images showing, all of them showed for the client, and some actually showed on the other player...
So, its being really weird, and I have no clue what to do. -_-

(It was doing this on Dev mxo312, and also on N-Pulse, from what I tested)
__________________

Reply With Quote