XiuNooB

Main 5.2 Fix

Nov 26th, 2025 (edited)
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.29 KB | Fixit | 0 0
  1. ============ Fix tarja preta nos nomes de itens jogados no chão
  2. Arquivo: ZzzInvenroty.cpp
  3. Função: void RenderItemName(int i,OBJECT *o,int ItemLevel,int ItemOption,int ItemExtOption,bool Sort)
  4. Atualmente: g_pRenderText->SetBgColor(0, 0, 0, 255);
  5. Correção: g_pRenderText->SetBgColor(0, 0, 0, 0);
Tags: main 5.2
Advertisement
Add Comment
Please, Sign In to add comment