Thread: Image Issue
View Single Post
  #1  
Old 08-28-2011, 07:18 PM
blackbeltben blackbeltben is offline
Registered User
Join Date: Aug 2011
Posts: 83
blackbeltben is on a distinguished road
Image Issue

I have this script that holds an image over the player, but i noticed that other players can't see the image. How do i make it so other players can see the image??

PHP Code:
//#CLIENTSIDE
function onCreated()
{
showImg(200"block.png", (player.x), (player.y));
setTimer(0.05);
}

function 
onTimeOut()
{
showImg(200"block.png", (player.x), (player.y));
setTimer(0.05);

Reply With Quote