ahmedo01 Posted May 28, 2017 Share Posted May 28, 2017 (edited) I am using customblips resource for my server but i have some problems. I can add customblip but it slips and changing its pos when I change my camera matrix. I can explain it with some ss. Normally I was using normal radar and normal GTA SA radar have this problem. Sorry for my bad English. Edited May 28, 2017 by Dutchman101 Fix topic title for section requirements Link to comment
MTA Anti-Cheat Team Dutchman101 Posted May 28, 2017 MTA Anti-Cheat Team Share Posted May 28, 2017 (edited) Please include reproduction with the exact code you're using to change camera matrix (+ if you have modified customblips resource), so anyone could let it happen to better analyze the problem and help you. https://forum.multitheftauto.com/topic/94790-guidelines-and-formatting-for-this-section-read-before-posting/ Edited May 28, 2017 by Dutchman101 Link to comment
ahmedo01 Posted May 28, 2017 Author Share Posted May 28, 2017 I didnt use any scripts for change camera matrix i m doing it by mouse only I didnt modify the customblips resource. exports.EKcustomblips:createCustomBlip ( v[2], v[3], 24, 19, "icon.png", 180 ) This is the code I m using. Link to comment
ahmedo01 Posted May 29, 2017 Author Share Posted May 29, 2017 I think its a bug of customblips. I tried with 1024 x 768 and it worked but when I back to the 1920x1080 its buggy. Link to comment
ahmedo01 Posted May 30, 2017 Author Share Posted May 30, 2017 Tried with other versions of customblips and not worked. Waiting for any help. Link to comment
koragg Posted May 30, 2017 Share Posted May 30, 2017 18 hours ago, ahmedo01 said: I think its a bug of customblips. I tried with 1024 x 768 and it worked but when I back to the 1920x1080 its buggy. If this is true then it indeed is a bug with higher resolutions. Never used the resource so no idea how to fix it bt you can PM the developer and report it as a bug. Maybe he'll fix it later on, who knows... Link to comment
ahmedo01 Posted May 30, 2017 Author Share Posted May 30, 2017 @darkdreamingdan Then this is a problem bc Talidan's last visited is April 16. Link to comment
Syntrax# Posted May 31, 2017 Share Posted May 31, 2017 Try providing us with the client script so i can take a look inside of this.There is a diffrent method of calculating the exact position using screensize Link to comment
ahmedo01 Posted June 3, 2017 Author Share Posted June 3, 2017 Here the customblips resource: https://community.multitheftauto.com/index.php?p=resources&s=details&id=960 What i'm using: for i,v in pairs(locats) do exports.EKcustomblips:createCustomBlip ( v[2], v[3], 24, 19, "icon.png", 180 ) local obj = createObject( 5000, v[2], v[3], v[4], 0, 0, 0 ) end Link to comment
ahmedo01 Posted June 5, 2017 Author Share Posted June 5, 2017 Tried some things bot it doesnt work. Need some help. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now