Jump to content

Customblips help


Deus

Recommended Posts

i need help with customblips for mtasa server.. basically i added 'phone.png' to customblips folder, then created script.lua and added this to meta:

<file src="phone.png" /> 
<script src="script.lua" type="client" /> 
  

and this is in script.lua:

addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), 
    function() 
        exports.customblips:createCustomBlip (2422.4714355469,-1761.3317871094,16,16,"phone.png") 
    end 
) 

i dont know what am i doing wrong, but it is isn't working

p.s. yes the customblips resource is running

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...