- Initiateur de la discussion
[GMOD] Nathan
Geek
- Messages
- 97
- Score réaction
- 1
- Points
- 65
Bonsoir, n'aimerez savoir si c'est un script ou autre pour changer le soin d'une personne avec le !menu directement merci d'avance
Le model ( skin) désoléeAyZenSantos à dit:Changer le soin ? Que veut tu dire par là ?
Bien-sur que tu peu et je crois que sais cela : https://forums.ulyssesmod.net/index.php?topic=7268.0Larest à dit:Nan tu ne peux pas configure dans tes job plusieurs skins et choisis avec ton menu f4
Je ne pourrais pas ce soir , je te tien au jusLarest à dit:Esseye et redis moi
cette commande n'existe plus sur uulx, mais il y a sur internet un petit scrip a rajouter qui permet de setmodel la personne que tu veut en fesant !setmodel speudo model.Yoh Sambre ♪ à dit:Lel > !model
function ulx.setmodel( calling_ply, target_plys, model ) for k,v in pairs( target_plys ) do if ( not v:Alive() ) then ULib.tsayError( calling_ply, v:Nick() .. " is dead", true ) else v:SetModel( model ) end end ulx.fancyLogAdmin( calling_ply, "#A set the model for #T to #s", target_plys, model )
end
local setmodel = ulx.command( "Utility", "ulx setmodel", ulx.setmodel, "!setmodel" )
setmodel:addParam{ type=ULib.cmds.PlayersArg }
setmodel:addParam{ type=ULib.cmds.StringArg, hint="model" }
setmodel:defaultAccess( ULib.ACCESS_ADMIN )
setmodel:help( "Set a player's model." )
Sur le workshop il y'a le clean kit avec des commands essentiel ( model en fait partie )cleprez à dit:cette commande n'existe plus sur uulx, mais il y a sur internet un petit scrip a rajouter qui permet de setmodel la personne que tu veut en fesant !setmodel speudo model.
cadeau le code:
alors sur ton FTP tu vas dansCode:function ulx.setmodel( calling_ply, target_plys, model ) for k,v in pairs( target_plys ) do if ( not v:Alive() ) then ULib.tsayError( calling_ply, v:Nick() .. " is dead", true ) else v:SetModel( model ) end end ulx.fancyLogAdmin( calling_ply, "#A set the model for #T to #s", target_plys, model ) end local setmodel = ulx.command( "Utility", "ulx setmodel", ulx.setmodel, "!setmodel" ) setmodel:addParam{ type=ULib.cmds.PlayersArg } setmodel:addParam{ type=ULib.cmds.StringArg, hint="model" } setmodel:defaultAccess( ULib.ACCESS_ADMIN ) setmodel:help( "Set a player's model." )
/garrysmod/addons/ulx/lua/ulx/modules/sh
puis tu créée un documment
customcommands.lua
tu popy cole le code juste au dessus, tu enregistre et redemarre le serveur.
HaYoh Sambre ♪ à dit:Sur le workshop il y'a le clean kit avec des commands essentiel ( model en fait partie )