rt-2 Posted January 19, 2018 Posted January 19, 2018 (edited) Hi, I was using markers before the 'bridge' and it worked. Now my script doesn't work anymore so I was trying to do some test. new mp.Event('render', () => { mp.game.graphics.drawMarker( 0, 226.0, -445.0, 48.0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 255, 255, 255, 255, false, false, 2, false, "", "", false ); // This doesn't work mp.gui.chat.push('test 132'); // This works. }); I cannot find out why my test is not showing anything. Thank you, rt-2 Edited January 19, 2018 by rt-2
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