Vehicle doesn't change/What's a good way?
#5

the code was basically similiar to this, Lordzy:

pawn Код:
if(newkeys & KEY_LEFT)
{
         // Swap vehicle to the left.
 return 1;
}
else if(newkeys & KEY_RIGHT)
{
//Swap to the right
return 1;
}
But the thing is the vehicle would never recreate within the code, I used a debug/send player a message if the key was hit, it worked, but the vehicle was never created.
Reply


Messages In This Thread
Vehicle doesn't change/What's a good way? - by The__ - 31.08.2014, 16:07
Re: Vehicle doesn't change/What's a good way? - by JasperM - 31.08.2014, 16:11
Re: Vehicle doesn't change/What's a good way? - by meitaredri - 31.08.2014, 16:38
Re: Vehicle doesn't change/What's a good way? - by Lordzy - 31.08.2014, 16:40
Re: Vehicle doesn't change/What's a good way? - by The__ - 31.08.2014, 16:43
Re: Vehicle doesn't change/What's a good way? - by Lordzy - 31.08.2014, 17:05
Re: Vehicle doesn't change/What's a good way? - by Clad - 31.08.2014, 17:07

Forum Jump:


Users browsing this thread: 1 Guest(s)