Message de connexion et de déconnection.

  • Initiateur de la discussion AzockRP
  • Date de début
  • Initiateur de la discussion
AzockRP

AzockRP

Geek
Messages
50
Score réaction
0
Points
55
Salut tout le monde, je suis ici pour vous demander le nom de l'addon ou une commande pour que quand un joueur se connecte ou se déconnecte il y a un message dans le chat. Un message que je peut customiser. Merci d'avoir lut ceci bonne journée !
 
  • Banni
kadirdu808080

kadirdu808080

Geek
Messages
68
Score réaction
2
Points
95
Pv ;)
 
  • Initiateur de la discussion
AzockRP

AzockRP

Geek
Messages
50
Score réaction
0
Points
55
Pv = ?? Désoler mes je n'est pas compris
 
  • Banni
kadirdu808080

kadirdu808080

Geek
Messages
68
Score réaction
2
Points
95
message priver
 
M

Mark Tori

Geek
Messages
32
Score réaction
2
Points
60
kadirdu808080 à dit:
message priver
Je peux l'avoir aussi , j'aimerai un nouveau pour mon serveur merci !
 
  • Initiateur de la discussion
AzockRP

AzockRP

Geek
Messages
50
Score réaction
0
Points
55
Mes comment on fait pour que il s'affiche quand un joueurs déco ou se co
?
 
Jean Foret

Jean Foret

Psychopathe
Messages
850
Score réaction
190
Points
220
Code:
local function AddToChat(msg) local col1 = Color(msg:ReadShort(), msg:ReadShort(), msg:ReadShort()) local name = msg:ReadString() local ply = msg:ReadEntity() ply = IsValid(ply) and ply or LocalPlayer() if name == "" or not name then name = ply:Nick() name = name ~= "" and name or ply:SteamName() end local col2 = Color(msg:ReadShort(), msg:ReadShort(), msg:ReadShort()) local text = msg:ReadString() local rank_str, rank_col, bracket_col if ply:IsValid() and ply:IsPlayer() and ply:IsUserGroup("owner") then rank_str = "Owner" rank_col = Color( 0, 0, 232 ) bracket_col = Color( 0, 0, 232) elseif ply:IsValid() and ply:IsPlayer() and ply:IsUserGroup("developer") then rank_str = "DEV" rank_col = Color( 0, 0, 0 ) bracket_col = Color( 0, 0, 0 ) elseif ply:IsValid() and ply:IsPlayer() and ply:IsUserGroup("superadmin") then rank_str = "Super-Admin" rank_col = Color( 232, 0, 0 ) bracket_col = Color( 232, 0, 0 ) elseif ply:IsValid() and ply:IsPlayer() and ply:IsUserGroup("admin") then rank_str = "Admin" rank_col = Color( 25, 25, 112 ) bracket_col = Color( 25, 25, 112 ) elseif ply:IsValid() and ply:IsPlayer() and ply:IsUserGroup("moderator") then rank_str = "Mod" rank_col = Color( 0, 101, 0 ) bracket_col = Color( 0, 101, 0 ) elseif ply:IsValid() and ply:IsPlayer() and ply:IsUserGroup("donor") then rank_str = "Donor" rank_col = Color( 245 ,222 ,179 ) bracket_col = Color( 245, 222, 179 ) elseif ply:IsValid() and ply:IsPlayer() and ply:IsUserGroup("golddonor") then rank_str = "Gold" rank_col = Color( 255, 215, 0 ) bracket_col = Color( 255, 215, 0 ) elseif ply:IsValid() and ply:IsPlayer() and ply:IsUserGroup("silverdonor") then rank_str = "Silver" rank_col = Color( 128, 128, 128 ) bracket_col = Color( 128, 128, 128 ) elseif ply:IsValid() and ply:IsPlayer() and ply:IsUserGroup("respected") then rank_str = "VIP" rank_col = Color( 219, 169, 18 ) bracket_col = Color( 219, 169, 18 ) elseif ply:IsValid() and ply:IsPlayer() and ply:IsUserGroup("user") then rank_str = "Player" rank_col = Color( 255, 255, 255 ) bracket_col = Color( 255, 255, 255 ) else rank_str = "" rank_col = Color( 255, 255, 255 ) end if text and text ~= "" then chat.AddText(bracket_col, bracket_col and " [" or "", rank_col, rank_str, bracket_col, bracket_col and "] " or "", col1, name, col2, ": "..text) if IsValid(ply) then hook.Call("OnPlayerChat", nil, ply, text, false, not ply:Alive()) end else chat.AddText(col1, name) hook.Call("ChatText", nil, "0", name, name, "none") end chat.PlaySound()
end

Je pense que cela devrait marcher
 
Discord d'entraide
Rejoignz-nous sur Discord