Author Topic: Taunts  (Read 2563 times)

Code: [Select]
$remapDivision[$remapCount] = "Chat Keybinds";
$remapName[$remapCount] = "MEDIC!";
$remapCmd[$remapCount] = "Yell_Medic";
$remapCount++;

function Yell_Medic()
{
    commandToServer('messageSent',"MEDIC!");
}
If flood protection is turned off, this can be repeatedly spammed. You should add timeouts.

It was just a 10 second thing, with too much trust in the other players.