a way to detect the impulse commands.
What do you mean? Detect it? Or stop it?
ALackOfLife posted on 2008-12-02 14:57:44
block load
{
essetinfo impulsedetect 0
}
event esclientcommand
{
esgetclientvar impulsedetect eventvar(userid) impulse
esmsg It seems that eventvar(esusername) has used 'impulse' command.
}
{
essetinfo impulsedetect 0
}
event esclientcommand
{
esgetclientvar impulsedetect eventvar(userid) impulse
esmsg It seems that eventvar(esusername) has used 'impulse' command.
}
ALackOfLife posted on 2008-12-02 14:59:04
Add the under scores in "essetinfo", "impulsedetect", "esgetclientvar", "eventvar" "esmsg"




ALackOfLife posted on 2008-12-02 14:49:09