- Initiateur de la discussion
G
GAMERGAMINGR7OFF7
Nouveau né
- Messages
- 13
- Score réaction
- 1
- Points
- 25
Bonjour j'aimerais savoir comment avoir le !setmodel ?
local AdminAcces = {["superadmin"] = true, ["fondateur"] = true}
hook.Add( "PlayerSay", "setmodel", function( ply, text ) if AdminAcces[ply:GetUserGroup()] then local playerInput = string.Explode( " ", text ) if ( playerInput[1] == "!setmodel" ) or ( playerInput[1] == "/setmodel" ) then if playerInput[2] then DarkRP.notify(ply, 0, 5, "Vous avez changez de model ("..playerInput[2]..")") ply:SetModel( playerInput[2] ) end end end
end )