Garry's Mod

Expression 2 Code: Admin Chat Interceptor (ULX)

Submitted by that1nub, , Thread ID: 59483

Thread Closed
that1nub
Junior Member
Level:
0
Reputation:
0
Posts:
73
Likes:
1
Credits:
21
09-11-2017, 01:13 AM
#1
This code will only work with ULX, as it detects the '@' in chat. This is meant for DarkRP but will work on any server with ULX ASAY. If you want to request one, post a reply bellow, and I may consider making it!

Code:
@name Admin Chat Interceptor
if(first()|duped()|dupefinished()){
  printColor(vec(255),"Don't mind that text saying this can say it can mimic admin, this e2 WILL NOT do that.")  
}

runOnChat(1)

if(chatClk()){
  if(lastSpoke() != owner()){
    LS = lastSaid():lower()
    if(LS[1] == "@"){
      printColor(teamColor(lastSpoke():team()),lastSpoke():name(),vec(130,190,255)," to staff: ",vec(0,255,0),LS:sub(1))
    }  
  }  
}
I mainly play Garry's Mod. I specializein creating expression 2s. If you would like a code, please comment on my thread or PM me!

RE: Expression 2 Code: Admin Chat Interceptor (ULX)

jordge999
Closed Account
Level:
0
Reputation:
0
Posts:
56
Likes:
5
Credits:
3
10-11-2017, 12:30 PM
#2
for what purpose is this code? bro :D :lol: :lit:

RE: Expression 2 Code: Admin Chat Interceptor (ULX)

that1nub
Junior Member
Level:
0
Reputation:
0
Posts:
73
Likes:
1
Credits:
21
OP
10-11-2017, 12:32 PM
#3
There is no purpose. My idea was for if you're on DarkRP, you may wan't to watch for some pussy ass crybaby trying to report you Tongue
I mainly play Garry's Mod. I specializein creating expression 2s. If you would like a code, please comment on my thread or PM me!

Users browsing this thread: 1 Guest(s)