General > Developers Corner
Tags
easer7:
Sorry I'm very new to this. I've been going through the tutorials but im not done yet! :) Also, how do I get it to say |TEAM| when they talk in team chat and |DEAD| When dead players are talking? Would this work?
if ( pl:Alive == false ) then
table.insert( tab, Color( 255, 30, 40 ) )
table.insert( tab, "|DEAD| " )
end
if ( bTeamOnly ) then
table.insert( tab, Color( 30, 160, 40 ) )
table.insert( tab, "|TEAM|" )
end
Navigation
[0] Message Index
[*] Previous page
Go to full version