DoggoMaster Posted October 10, 2017 Share Posted October 10, 2017 DWORD dword = (DWORD)("CommonMenu"); if ((totalop > 14) && HAS_STREAMED_TEXTURE_DICT_LOADED(&dword)) { DWORD dword2 = (DWORD)"shop_arrows_upANDdown"; DWORD dword3 = (DWORD)"arrowright"; Vector3 texture_res = GET_TEXTURE_RESOLUTION(&dword, &dword2); temp = ((14.0f + 1.0f) * 0.035f) + 0.1259f; if (currentop == 1) DRAW_SPRITE(dword, dword3, 0.16f + menuPos, temp, texture_res.x / (float)screen_res_x, texture_res.y / (float)screen_res_y, 270.0f, titlebox.R, titlebox.G, titlebox.B, 255); else if (currentop == totalop) DRAW_SPRITE(dword, dword3, 0.16f + menuPos, temp, texture_res.x / (float)screen_res_x, texture_res.y / (float)screen_res_y, 90.0f, titlebox.R, titlebox.G, titlebox.B, 255); else DRAW_SPRITE(dword, dword2, 0.16f + menuPos, temp, texture_res.x / (float)screen_res_x, texture_res.y / (float)screen_res_y, 0.0f, titlebox.R, titlebox.G, titlebox.B, 255); } what os bad on this code ? i want to create this arrows on the bottom of menu. thanks Link to comment Share on other sites More sharing options...
DankChaos Posted October 14, 2017 Share Posted October 14, 2017 (edited) That looks like mafins code, you need to code it the way your menu is coded, basically if you know what I mean but I can help you. you got discord? Edited October 14, 2017 by DankChaos Link to comment Share on other sites More sharing options...
DoggoMaster Posted October 15, 2017 Author Share Posted October 15, 2017 Yes, add me RainbowDoggo#4310 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