Pastebin
Retrouvez, créez et partagez vos snippets en temps réel.
Rechercher un Pastebin
Aucun paste trouvé.
Créer un paste
Pastebin
Blog
aileron
Config : class aileronOn { displayName="<t color='#F2F2F2'>Deployer aileron ()</t>"; displayNameDefault="<t color='#fff000'>Deployer aileron ()</t>"; priority=3; radius=20; position="drivewheel"; showWindow=0; onlyForPlayer=1; shortcut="salute"; condition="(driver this == player) && (alive this) && (this animationPhase ""aileron1"" == 0) && isEngineOn this"; statement="this animate [""aileron1"",1];this animate [""aileron1_posunZ"",1];this animate [""aileron1_posunX"",1]"; }; class aileronOff { displayName="<t color='#F2F2F2'>Ranger aileron ()</t>"; displayNameDefault="<t color='#fff000'>Ranger aileron ()</t>"; priority=3; radius=20; position="drivewheel"; showWindow=0; onlyForPlayer=1; shortcut="salute"; condition="(driver this == player) && (alive this) && (this animationPhase ""aileron1"" != 0)"; statement="this animate [""aileron1"",0];this animate [""aileron1_posunZ"",0];this animate [""aileron1_posunX"",0]"; }; class aileron { source="user"; initPhase=0; animPeriod=1; }; model cfg : "autospoiler","", "aileron","", class aileron1 { type="translation"; axis="aileronZ_axis"; animPeriod=1; source="aileron"; selection="autospoiler"; offset0=0; offset1=0.06; minValue=0.05; maxValue=0.7; }; class aileron1_posunZ: aileron1 { type="translation"; axis="aileronY_axis"; offset0=0; offset1=-0.15; minValue=0; maxValue=1; }; class aileron1_posunX: aileron1 { type = "rotation"; angle0 = 0; angle1 = -0.2; axis = "aileronX_axis"; minValue = 0; maxValue = 1; };
Créé il y a 1 mois.