JackDupp
07-13-2003, 08:41 PM
In T1 there was a script that if someone said your name in the chat hud, you got a bigger message hud pop up. I never read the chat so it was very helpfull. i think it came with BudHud, cant remember...
Does anyone have a script like that for T2?
I'd like this for t1 if anyone has it
I'd like this for t1 if anyone has it
:signed:
Gambitx11x
07-14-2003, 12:33 AM
i used to have it, I think i got it from the Tribes Depot which url has changed so many times ive lost track..
HotCheese
07-14-2003, 11:30 AM
well this is a sorta halfassed one for t1
event::Attach(eventClient Message,NPU::Check);
function NPU::Check(%client,%msg) {
if(%client == 0)
return;
else if(string::FindSubStr(%ms g,$PCFG::Name) > -1)
remoteCP(2048,"<jc>" @ %msg,3);
}
should just center print a message for 3 seconds if it has yer name but not like on server messages only stuff said by other clients
Mr. Hated
07-14-2003, 11:54 AM
cute :D change cp to bp or tp though
JackDupp
07-14-2003, 10:55 PM
so i guess it don't exist for T2?
can anybody write one maybe? hmmmm?
Mr. Hated
07-14-2003, 11:29 PM
i dont think many t2 scripters lurk here
GreeD
07-15-2003, 04:18 PM
If you want it that bad you can dump that T2 game and play T1 like real men :rocker:
Wha?