Vehicles collision bug
#1

I create machines at the objects and get a bug. With what it can be connected? I do not use cheats and functions DisableRemoteVehicleCollisions.

My code:
PHP код:
COMMAND:veh(playeridparams[]) {
    new 
vehicleid;
    if(!
sscanf(params"i"vehicleid)) {
        new 
Float:Cord[3];
        
GetPlayerPos(playeridCord[0], Cord[1], Cord[2]);
        new 
id CreateVehicle(vehicleidCord[0], Cord[1], Cord[2], 0.0, -1, -11000);
        
SetVehicleHealth(id1000.0);
        
PutPlayerInVehicle(playeridid0);
    }
    return 
1;

Video:
[ame]http://www.youtube.com/watch?v=5IuY0SjHEAo[/ame]


PS: sorry my bad english
Reply


Messages In This Thread
Vehicles collision bug - by Romz - 20.12.2015, 20:02
Re: Vehicles collision bug - by Crayder - 20.12.2015, 20:22
Re: Vehicles collision bug - by Romz - 20.12.2015, 20:26
Re: Vehicles collision bug - by DRIFT_HUNTER - 21.12.2015, 02:01
Re: Vehicles collision bug - by jamesbond007 - 21.12.2015, 11:05
Re: Vehicles collision bug - by Romz - 21.12.2015, 18:26
Re: Vehicles collision bug - by DRIFT_HUNTER - 22.12.2015, 03:08
Re: Vehicles collision bug - by DRIFT_HUNTER - 22.12.2015, 03:11
Re: Vehicles collision bug - by Freaksken - 29.12.2015, 03:35

Forum Jump:


Users browsing this thread: 2 Guest(s)