17.10.2010, 10:56
Updated 17/10/2010
Sometimes, the rotating engine part on the Bandito is turned the other way around. (since 0.3) Progress: Confirmed |
Pressing FIRE and AIM button at the same time when when moving with a gun in your hand(only tested on mouse) will stop your player. Progress: Confirmed Possible solution: Turn frame limiter on or set FPS limit under 60. |
Originally Posted by [HiC]TheKiller
I got one for you to add and test. When you look backwards in a tank and go through a race CP it tends to crash 90% of the time.
|
Originally Posted by pspleo
I wonder if anyone is old enough to know that i used this nickname a long, looong time ago?
|
sometimes when you exit vehicles you get auto aimed and u keep shooting without pressing lmb
(dont know if this has been reported) |
public OnVehicleDeath(vehicleid, killerid) { new modelid = GetVehicleModel(vehicleid); if(modelid != 460 && modelid != 539) { DestroyVehicle(vehicleid); } return 1; }