-|GA|- Muppet
1st July 2006, 17:48
im trying to find a way of stopping the taunts and other ingame messages and statements (calling all 3 MESSAGES) being spammed. so limiting taunts, quik commands and responses to 2 per minute each or to a total of 4 MESSAGES per minute.
been looking through the Bjust taunts _quickmessages.gsc in maps/mp/gametypes. and found:
wait 2;
self.spamdelay = undefined;
i know the "wait" is the time delay after u exec the MESSAGE before u can do any other MESSAGE of any kind.
but the self.spamdelay is a bit wierd i found. i tried setting it to 30. but when i used it, i found that after i did my first MESSAGE (taunt 1), i could do another MESSAGE aslong as it was a different 1 and and not an incrimental MESSAGE on the same sub MESSAGE menu. ie:
did taunt 1,sound for taunt 1 played
then tried taunt 2, no sound played
tried taunt 3, sound for taunt 3 played
then tried taunt 5, sound for taunt 5 played
but if i tried to play the same MESSAGE and if i tried to play 2 quick commands i couldnt and had teh same thing as the taunts above happen, even thoguh i only setup the "self.spamdelay" for quicktaunts(response)
any idea on how i should be doing this and what "self.spamdelay" actualy does?
been looking through the Bjust taunts _quickmessages.gsc in maps/mp/gametypes. and found:
wait 2;
self.spamdelay = undefined;
i know the "wait" is the time delay after u exec the MESSAGE before u can do any other MESSAGE of any kind.
but the self.spamdelay is a bit wierd i found. i tried setting it to 30. but when i used it, i found that after i did my first MESSAGE (taunt 1), i could do another MESSAGE aslong as it was a different 1 and and not an incrimental MESSAGE on the same sub MESSAGE menu. ie:
did taunt 1,sound for taunt 1 played
then tried taunt 2, no sound played
tried taunt 3, sound for taunt 3 played
then tried taunt 5, sound for taunt 5 played
but if i tried to play the same MESSAGE and if i tried to play 2 quick commands i couldnt and had teh same thing as the taunts above happen, even thoguh i only setup the "self.spamdelay" for quicktaunts(response)
any idea on how i should be doing this and what "self.spamdelay" actualy does?