Jump to content

Tunes User Report


Chunkle

Recommended Posts

@name Entity Name Finder
@persist Changed LastPressed
if(first()){
    runOnTick(1)
    noDuplications()
}
else{
    local Changed=owner():keyPressed("PAD_0")
    if(Changed&&LastPressed!=Changed){
        printColor(vec(255,129,234),"This Entity's Name is: "+owner():aimEntity():name())
        printColor(vec(255,129,234),"This Entity's Owner is: "+owner():aimEntity():owner():name())
    }
    LastPressed=Changed
}

Next time use this E2, hover over the players welcome mat and press the 0 key on ur numpad. if u dont have a numpad just change "Pad_0" to whatever key u choose. this will tell u who owns the welcome mat that way u can get them punished much easier. 

Link to comment
Share on other sites

  • Yumi locked this topic

Archived

This topic is now archived and is closed to further replies.

Guest
This topic is now closed to further replies.
×
×
  • Create New...