Page 2 of 2

Re: How do you make a vehicle?

Posted: Sun Dec 20, 2009 12:23 pm
by tgrech

Code: Select all

{
self.ThinkTime=0.04;
KP=self.key_pressed;
   IsKeyDown(KP)
   {
Ive tried other ways but thats my initial idea of putting it in.