Thread: help me plz!!!
View Single Post
  #11  
Old 02-14-2002, 05:01 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
There isnt a built in flag called playerspeed so you have to make a custom one like
if (keydown(0)) {playerx=playerx-1;}
Reply With Quote