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