Need help?[HELP] Saving Char* Arrays in Structure. - MPGH - MultiPlayer Game Hacking & Cheats
[HELP] Saving Char* Arrays in Structure.
Posts 1–8 of 8 · Page 1 of 1
[HELP] Saving Char* Arrays in Structure.
I AM HAVING PROBLEMS WILLING A STRUCTURE WITH CHAR* [] and getting them back to text. When i put it in MessageBoxA() it Compiles but then it crashed at that location. When in PrintRightText() it just dont draw Anything.
FILL THE STRUCTURES HERE
[php]char* Options[] = {"WEE", "WEE1", "WEE2"};
pMenu->AddText("TEXTXY" , "HEY IT IS WORKING");
pMenu->AddItem("Item 2", Options, &A[1]);
pMenu->AddItem("Item 3", Options, &A[2]);
pMenu->AddTab("Tab 1", true);
[/PHP]
AND NOT THE DRAW STUFFY
[PHP]for (int i=0; i<this->noTabs;i++)
{
for (int o=0; o<(this->TABS[i]->noItems) ;o++)
{
int val=(this->TABS[i]->Items[o]->Value)?(*this->TABS[i]->Items[o]->Value):0;
if (this->TABS[i]->Items[o]->Options){