MrDiablon 1 Posted January 15 (edited) Hello everyone, I try to create a rage mp server, but when I want to use : mp.game.graphics.drawText("test", 4, [255, 255, 255, 255], 0.4, 0.4, true, 0.5, 0.5); OR mp.game.graphics.drawRect(0.35, 0.4, 0.3, 0.2, 215, 55, 55, 155); it doesn't work and I don't know why. Can you help me please ? Edited January 15 by MrDiablon miss click Share this post Link to post Share on other sites
Flashrex 13 Posted January 15 You need to do it in render-Event. mp.events.add('render', () => { //Draw to Screen } https://wiki.rage.mp/index.php?title=Graphics::drawText If you just draw it 1 time it you won´t see it. 1 Share this post Link to post Share on other sites
MrDiablon 1 Posted January 17 On 1/15/2019 at 10:20 AM, MrDiablon said: Yeah !!! It's work's think's to you !!! 1 Share this post Link to post Share on other sites