anyone know whats wrong with this
Code:@outputs P R Y @persist Prop:entity Angles:angle interval(1) Prop = entity():isWeldedTo() Angles = Prop:angles() P = Angles:pitch() R = Angles:roll() Y = Angles:yaw() Prop:applyAngForce(P + ($P * 5)) Prop:applyAngForce(R + ($R * 5)) Prop:applyAngForce(Y + ($Y * 5)) #it gives me the error: No such function: entity:applyAngForce(number) #at line 9, char 6


LinkBack URL
About LinkBacks




Reply With Quote




Bookmarks