ULX !setmodel

  • Initiateur de la discussion
Alain LeThug

Alain LeThug

Psychopathe
Messages
1 012
Score réaction
211
Points
280
Salut je cherches le script pour pouvoir mettre un model spécifique à un joueur.
 
SGCAtlantis

SGCAtlantis

Psychopathe
Messages
2 408
Score réaction
443
Points
300
Alain LeThug à dit:
Salut je cherches le script pour pouvoir mettre un model spécifique à un joueur.
genre ça ?
 
henoireil

henoireil

Geek suprême
Messages
348
Score réaction
103
Points
150
Code:
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." )
 
DestoGames

DestoGames

Geek suprême
Messages
667
Score réaction
84
Points
140
Si je ne me trompe pas avec cette addons tu peux avoir le !infammo !model !unmodel et d'autre http://steamcommunity.com/sharedfiles/filedetails/?id=678073450 je l'ai sur mon serveur à toi de tester ^^
 
SGCAtlantis

SGCAtlantis

Psychopathe
Messages
2 408
Score réaction
443
Points
300
DestoGames à dit:
Si je ne me trompe pas avec cette addons tu peux avoir le !infammo !model !unmodel et d'autre http://steamcommunity.com/sharedfiles/filedetails/?id=678073450 je l'ai sur mon serveur à toi de tester ^^
c'est un clean up ça, ça n'ajoute pas les commande que tu dit je crois que c'est l'addon custom ulx commands
 
  • Initiateur de la discussion
Alain LeThug

Alain LeThug

Psychopathe
Messages
1 012
Score réaction
211
Points
280
henoireil à dit:
Code:
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." )
On mets ou ?
 
henoireil

henoireil

Geek suprême
Messages
348
Score réaction
103
Points
150
/garrysmod/addons/ulx/lua/ulx/modules/sh/customcommands.lua (Tu créer ce fichier)
 
  • J'aime
Réactions: Alain LeThug
SGCAtlantis

SGCAtlantis

Psychopathe
Messages
2 408
Score réaction
443
Points
300
Alain LeThug à dit:
prend celui la tu as plus de commande http://forums.ulyssesmod.net/index.php?topic=7268.0
 
  • J'aime
Réactions: Alain LeThug
Discord d'entraide
Rejoignz-nous sur Discord