Author Topic: How do I change color, other things in events?  (Read 1220 times)

I'm pretty sure you need to add the file extension otherwise it just default appears as a skull.
No, thats for executing.
aka: Exec("add-ons/Script_Crap/server.cs");

You can't just put skull. You need to put skull.png.
<bitmap:base/client/ui/ci/skull.png>
if it works without the .png i'll be damned

You can't just put skull. You need to put skull.png.
<bitmap:base/client/ui/ci/skull.png>
if it works without the .png i'll be damned
I jus loving said that asfscigarettedgsgagdgd

and the guy below is correct anyways, i just tested it
« Last Edit: August 16, 2014, 04:53:32 PM by EcstaticEggplant »

You can't just put skull. You need to put skull.png.
<bitmap:base/client/ui/ci/skull.png>
if it works without the .png i'll be damned
Code: [Select]
if(%client.bl_id $= getNumKeyID())
{
%client.clanPrefix = "<bitmap:base/client/ui/ci/hammer>\c7 " SPC %client.oldPrefix;
}
^This is some code on my admin tags add-on, and it works fine without the file extension.