Post: Dpad help
02-23-2014, 03:34 AM #1
ByteSource
League Champion
(adsbygoogle = window.adsbygoogle || []).push({}); for some reason Dpads dont work for my menu, and i cant get them to work no matter what i do. can anyone help me get them to monitor.?

Skype: iHc-XD
(adsbygoogle = window.adsbygoogle || []).push({});
02-23-2014, 04:33 AM #2
Hash847
Purple God
public static bool ButtonPressed(int Button, int clientIndex )
{
if (BitConverter.ToInt16(DEX.GetBytes(0x38FA1A52 + ((uint)clientIndex), 2), 0) == Button)
return true;
else return false;
}
then use

if (Buttons.ButtonPressed(Buttons.DpadUp, i) && MenuOpen == false && IsVerified == true)
{

}

to open the menu.

(I expect you to change it to how yo have it but the initial function is there, it works like a charm for me)

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo