Créer une commande ulx

  • Initiateur de la discussion ProZerite
  • Date de début
  • Initiateur de la discussion
P

ProZerite

Geek suprême
Messages
95
Score réaction
9
Points
110
Bonsoir,

J'aimerais faire une commande !administration et !roleplay tel que :

!administration : god,cloak,noclip
!roleplay : ungod,uncloak,noclip

comment faire ?

Merci,
CEB
 
  • J'aime
Réactions: Tom21200
thepsyca

thepsyca

Psychopathe
Messages
2 164
Score réaction
648
Points
365
ProZerite à dit:
Bonsoir,

J'aimerais faire une commande !administration et !roleplay tel que :

!administration : god,cloak,noclip
!roleplay : ungod,uncloak,noclip

comment faire ?

Merci,
CEB
lua/autorun/server/unfichier.lua
Code:
local whocanuse = { ["superadmin"] = true, ["admin"] = true,
}
hook.Add( "PlayerSay", "administrationcommand", function( ply, text ) if text == "!administration" and whocanuse[ ply:GetUserGroup() ] then ply:GodEnable() elseif text == "!roleplay" and whocanuse[ ply:GetUserGroup() ] then ply:GodDisable() end
end)
pour le noclip et le cloak je te laisse chercher les fonctions sur internet
 
  • J'aime
Réactions: ProZerite
  • Initiateur de la discussion
P

ProZerite

Geek suprême
Messages
95
Score réaction
9
Points
110
thepsyca à dit:
lua/autorun/server/unfichier.lua
Code:
local whocanuse = { ["superadmin"] = true, ["admin"] = true,
}
hook.Add( "PlayerSay", "administrationcommand", function( ply, text ) if text == "!administration" and whocanuse[ ply:GetUserGroup() ] then ply:GodEnable() elseif text == "!roleplay" and whocanuse[ ply:GetUserGroup() ] then ply:GodDisable() end
end)
pour le noclip et le cloak je te laisse chercher les fonctions sur internet
merci !
<3 <3 <3
 
  • Initiateur de la discussion
P

ProZerite

Geek suprême
Messages
95
Score réaction
9
Points
110
thepsyca à dit:
lua/autorun/server/unfichier.lua
Code:
local whocanuse = { ["superadmin"] = true, ["admin"] = true,
}
hook.Add( "PlayerSay", "administrationcommand", function( ply, text ) if text == "!administration" and whocanuse[ ply:GetUserGroup() ] then ply:GodEnable() elseif text == "!roleplay" and whocanuse[ ply:GetUserGroup() ] then ply:GodDisable() end
end)
pour le noclip et le cloak je te laisse chercher les fonctions sur internet
comment on ajoute un
Code:
ply:*******()
en plus du godmode ?

ply:*******();ply:*******() ?
 
  • J'aime
Réactions: Tom21200
thepsyca

thepsyca

Psychopathe
Messages
2 164
Score réaction
648
Points
365
ProZerite à dit:
comment on ajoute un
Code:
ply:*******()
en plus du godmode ?

ply:*******();ply:*******() ?
Code:
local whocanuse = { ["superadmin"] = true, ["admin"] = true,
}
hook.Add( "PlayerSay", "administrationcommand", function( ply, text ) if text == "!administration" and whocanuse[ ply:GetUserGroup() ] then ply:GodEnable() ply:XXXX ply:XXXX elseif text == "!roleplay" and whocanuse[ ply:GetUserGroup() ] then ply:GodDisable() ply:XXXX ply:XXXX end
end)
 
  • J'aime
Réactions: Tom21200 et ProZerite
  • Initiateur de la discussion
P

ProZerite

Geek suprême
Messages
95
Score réaction
9
Points
110
thepsyca à dit:
Code:
local whocanuse = { ["superadmin"] = true, ["admin"] = true,
}
hook.Add( "PlayerSay", "administrationcommand", function( ply, text ) if text == "!administration" and whocanuse[ ply:GetUserGroup() ] then ply:GodEnable() ply:XXXX ply:XXXX elseif text == "!roleplay" and whocanuse[ ply:GetUserGroup() ] then ply:GodDisable() ply:XXXX ply:XXXX end
end)
Encore une dernière question ( désolé ) j'aimerais mettre une petite notification en bas à gauche , genre :

!administration : vous administrez(notif)
!roleplay : vous reprenez le RP(notif)

Si tu y arrive je t'aime !
 
  • J'aime
Réactions: Tom21200
thepsyca

thepsyca

Psychopathe
Messages
2 164
Score réaction
648
Points
365
Code:
 DarkRP.notify(ply, 1, 4, "vous administrez ")
DarkRP.notify(joueur, type de notif pour le logo , le temps, " le message")
utilisation côté serveur uniquement
 
  • J'aime
Réactions: Tom21200
Tom21200

Tom21200

Geek
Messages
34
Score réaction
1
Points
70
ah merde c'est pour un serv RP.. Merde
 
Evaneos[ATOM]

Evaneos[ATOM]

Nobody cares about what you think.
Messages
61
Score réaction
5
Points
95
En faisant celà les fonctions ne sera pas include dans ulx, tu dois créer une extension du fichier module de ULX
 
Discord d'entraide
Rejoignz-nous sur Discord