Explorar o código

Delete padSelector.sqf

AdrianR98 %!s(int64=7) %!d(string=hai) anos
pai
achega
fa6b1fd366
Modificáronse 1 ficheiros con 0 adicións e 21 borrados
  1. 0 21
      Scripts/padSelector.sqf

+ 0 - 21
Scripts/padSelector.sqf

@@ -1,21 +0,0 @@
-
-//LADNING PAD SCRIPT
-
-
-_this  addAction ["<t color='#00FF00'>Pad Left</t>",
-{
-selector setvariable ["launchPad",pad_left,true];
-}
-];
-
-_this  addAction ["<t color='#00FF00'>Pad Middle</t>",
-{
-selector setvariable ["launchPad",pad_middle,true];
-}
-];
-
-_this  addAction ["<t color='#00FF00'>Pad Right</t>",
-{
-selector setvariable ["launchPad",pad_right,true];
-}
-];