gokuta Posted August 2, 2020 Share Posted August 2, 2020 (edited) This opcode: 038E: draw_box_position 320.0 224.0 size 640.0 448.0 RGBA 0 0 0 255 I need to draw a box. I have tried this (inside of my CLEO opcode): CSprite2d::DrawRect(CRect(10.0f, 10.0f, 300.0f, 300.0f), CRGBA(0x00, 0x00, 0xFF, 0x7F)); It doesn't do anything. How do I draw a box? plugin-sdk has no documentation whatsoever; must ask here Edited August 2, 2020 by gokuta Link to comment Share on other sites More sharing options...
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