Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #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
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 06:41 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.