Author Topic: Adding pictures into messagealls  (Read 2523 times)

How can I add a picture into a messageall (Ex. like it does when you are shot and killed by a weapon)? I'm making something that doesn't kill the same way as a weapon, and I want to add a death picture to make it look nice.


Code: [Select]
function serverCmdWin(%client)
{
messageAll('','<Bitmap:Add-Ons/CI/Trophy.png>%1 wins!',[b]%client.name[/b]);
}
What's that for?

Code: [Select]
function hai()
{
echo("Hello World!");
}

Code: [Select]
function hai()
{
echo("Hello World!");
}

wtf, pointless much? needs moar baning

Quote
function servercmdHeadless(%client) {
%client.player.hidenode(headskin);
}