Hi guys.
for _,player in ipairs ( getElementsByType ( "player" ) ) do
unbindKey ( player, "T", "down", "chatbox", "say" )
bindKey ( player, "T", "down", "chatbox", "IC" )
end
Is it possible to do such a thing? Couse i found topic in thsi forum, and someone said that it is not, but I saw this in some RP server. How can I do, that in "T" key I would have another chat than "Say"?