nos with LMB? and flipcar with 3? how to?
#5

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(newkeys & ...) { // ... = Key. Sorry for this, but I think there isn't.
        if(GetPlayerState(playerid) != PLAYER_STATE_DRIVER) return 1;
        new
            zAngle,
            Vehicle = GetPlayerVehicleID(playerid);
        GetVehicleZAngle(Vehicle,zAngle);
        SetVehicleZAngle(Vehicle,zAngle);
    }
    return 1;
}
Reply


Messages In This Thread
nos with LMB? and flipcar with 3? how to? - by niels44 - 26.11.2011, 14:07
Re: nos with LMB? and flipcar with 3? how to? - by [MG]Dimi - 26.11.2011, 14:18
Re: nos with LMB? and flipcar with 3? how to? - by niels44 - 27.11.2011, 13:48
Re: nos with LMB? and flipcar with 3? how to? - by SmiT - 27.11.2011, 13:51
Re: nos with LMB? and flipcar with 3? how to? - by Kostas' - 27.11.2011, 13:55
Re: nos with LMB? and flipcar with 3? how to? - by niels44 - 29.11.2011, 15:04

Forum Jump:


Users browsing this thread: 1 Guest(s)