Jump to content

guiCreateStaticImage not working


kewizzle

Recommended Posts

been fiddling with this for a few hours. I know the picture is fine because im using it from my weapon shop to test. I am even using my weapon shop source to see if i can identify the issue, no luck and i am also not getting errors with "debugscript 3".

 

heres my client.lua

		preview = guiCreateStaticImage(457, 31, 213, 488, ":skinshop/previews/uzi.png", false, skinwindow)  

heres my meta.xml

<meta> 
    <info author="Kewizzle" version="1.1" name="skinshop" type="script" /> 
    <script src="GUI.lua" type="client" />  
	<script src="server.lua" type="server" />  
	
	<fire src="previews/blank.png"/>  
	<fire src="previews/uzi.png"/>  
</meta> 

and my file path is

C:\Program Files (x86)\MTA San Andreas 1.5\server\mods\deathmatch\resources\skinshop\previews\uzi.png

 

Edited by kewizzle
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...