of     1   

Panwellz
#182509555Wednesday, January 27, 2016 6:56 PM GMT

How do you make it so walking forwards is recognized as pressing W so you can drive scripted vehicles for example on tablet
Aovis
#182510386Wednesday, January 27, 2016 7:14 PM GMT

walking=false; function onKeyDown(key) if (key:lower() == "w") then walking=true; end

    of     1