MonitorButtons()
{
self endon("disconnect");
for(;
{
if(self actionSlotthreeButtonPressed() && self GetStance() == "crouch")//dpad left
{
self thread example1();
wait .12;
}
if(self actionSlotTwoButtonPressed() && self GetStance() == "crouch")//dpad down
{
self thread example2();
wait .12;
}
if(self actionSlotFourButtonPressed() && self GetStance() == "crouch")//dpad right
{
self thread example3();
wait .12;
}
if(self actionslotonebuttonpressed() && self GetStance() == "crouch")//dpad up
{
self thread example4();
wait .12;
}
wait .05;
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.