Post: Need a coders help, PLEASE
04-12-2014, 04:43 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Ok, i have never coded (dll) so sorry for being a noob. But can somebody please show me or assist me on how to call mods/dvar in a menu.
Menu 1: [/B]
    if (Menu == 1) 
{
ScrollMax[Client] = 6;
CreateGlowText(Title[Client], "Account/Rank", 4, 3, 320, 20, 0, 0, 0, 0, 1.0);
CreateGlowText(Option1[Client], "Level 70", 4, 2, 320, 80, 0, 0, 0, 255, 1.0);
CreateGlowText(Option2[Client], "Unlock All", 4, 2, 320, 110, 0, 0, 0, 255, 1.0);
CreateGlowText(Option3[Client], "Custom Classes", 4, 2, 320, 140, 0, 0, 255, 255, 1.0);
CreateGlowText(Option4[Client], "Clantag {Sz}", 4, 2, 320, 170, 0, 0, 255, 255, 1.0);
CreateGlowText(Option5[Client], "Insane Stats", 4, 2, 320, 200, 0, 0, 204, 0, 1.0);
CreateGlowText(Option6[Client], "Legit Stats", 4, 2, 320, 230, 0, 0, 204, 0, 1.0);
}

What i be leave to be Menu 1 Opts:
    void SubMenu1(int Client, int Option) 
{
if (Option == 1)
SV(Client, 0, LinkChar("f \"You Selected Sub [%i] Option [%i]\"", Sub[Client], Option));//Level 70.

if (Option == 2)
SV(Client, 0, LinkChar("f \"You Selected Sub [%i] Option [%i]\"", Sub[Client], Option));//Unlock All.

if (Option == 3)
SV(Client, 0, LinkChar("f \"You Selected Sub [%i] Option [%i]\"", Sub[Client], Option));//Pimped Classes.

if (Option == 4)
SV(Client, 0, LinkChar("f \"You Selected Sub [%i] Option [%i]\"", Sub[Client], Option));//Clantag {Sz} (Stezzy).

if (Option == 5)
SV(Client, 0, LinkChar("f \"You Selected Sub [%i] Option [%i]\"", Sub[Client], Option));//Insane Stats.

if (Option == 6)
SV(Client, 0, LinkChar("f \"You Selected Sub [%i] Option [%i]\"", Sub[Client], Option));//Legit Stats.

Code to put in as a example:
    private void CustomClasses() 
{
xboxConsole.DebugTarget.WriteString(0x831A25C8 + 0xBBB + (0x40 * 0) + 0x25, "^1Team Stezzy");//Class 1
xboxConsole.DebugTarget.WriteString(0x831A25C8 + 0xBBB + (0x40 * 1) + 0x25, "^1Team Stezzy");//Class 2
xboxConsole.DebugTarget.WriteString(0x831A25C8 + 0xBBB + (0x40 * 2) + 0x25, "^1Team Stezzy");//Class 3
xboxConsole.DebugTarget.WriteString(0x831A25C8 + 0xBBB + (0x40 * 3) + 0x25, "^3Team Stezzy");//Class 4
xboxConsole.DebugTarget.WriteString(0x831A25C8 + 0xBBB + (0x40 * 4) + 0x25, "^3Team Stezzy");//Class 5
xboxConsole.DebugTarget.WriteString(0x831A25C8 + 0xBBB + (0x40 * 5) + 0x25, "^3Team Stezzy");//Class 6
xboxConsole.DebugTarget.WriteString(0x831A25C8 + 0xBBB + (0x40 * 6) + 0x25, "^2Team Stezzy");//Class 7
xboxConsole.DebugTarget.WriteString(0x831A25C8 + 0xBBB + (0x40 * 7) + 0x25, "^2Team Stezzy");//Class 8
xboxConsole.DebugTarget.WriteString(0x831A25C8 + 0xBBB + (0x40 * Cool Man (aka Tustin) + 0x25, "^2Team Stezzy");//Class 9
xboxConsole.DebugTarget.WriteString(0x831A25C8 + 0xBBB + (0x40 * 9) + 0x25, "^1MOTOR BOAT ME");//Class 10
}
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo