[GMOD-lua] Cmd: props avec interaction

  • Initiateur de la discussion
Devils_Monkey

Devils_Monkey

Geek
Messages
315
Score réaction
12
Points
95
Salut, je cherche à faire spawn un props avec un cmd et que quand je fait E sa ajoute 1 à une variable


L'interaction
Code:
hook.Add( "KeyPress", "keypress_use_hi", function( ply, key ) if ( key == IN_USE ) then if {Si c'est le props} ??? ... end end
end )

Je n'arrive pas à faire spawn le props
Code:
hook.Add( "PlayerSay", "Misy", function( ply, text, public ) if ( string.lower( text ) == "!props" ) then barrel=ents.Create("prop_physics") barrel:SetModel("models/props_junk/PlasticCrate01a.mdl") barrel:SetPos(Vector(0,0,0)) barrel:Spawn() return "" end
end )
Il ne se passe rien
 
S

skillztv_

Geek suprême
Messages
248
Score réaction
47
Points
125
tu n'as pas "Set d'owner".
 
Discord d'entraide
Rejoignz-nous sur Discord