- Initiateur de la discussion
Grainbox
Geek
- Messages
- 99
- Score réaction
- 5
- Points
- 95
Bonjour, j'essai de mettre une rotation sur un props que je fait spawn depuis une fonction.
local prop = ents.Create("prop_physics")
prop:SetModel("models/props_c17/FurnitureCouch002a.mdl")
if( !IsValid( Ent ) ) then return DarkRP.notify(ply,1,5,"Ce n'est pas une entitée valide.") end
prop:SetPos( Vector( -7060.281250, -9503.875000, 147.062500 ) )
prop:GetAngles()
prop:RotateArroundAxis( 90, 0, 0 )
prop:Spawn()
j'ai éssaillé RotateAroundAxis ais ça n'a as fonctionné.
local prop = ents.Create("prop_physics")
prop:SetModel("models/props_c17/FurnitureCouch002a.mdl")
if( !IsValid( Ent ) ) then return DarkRP.notify(ply,1,5,"Ce n'est pas une entitée valide.") end
prop:SetPos( Vector( -7060.281250, -9503.875000, 147.062500 ) )
prop:GetAngles()
prop:RotateArroundAxis( 90, 0, 0 )
prop:Spawn()
j'ai éssaillé RotateAroundAxis ais ça n'a as fonctionné.