Author Topic: Problem reading a Bitmap [Solved]  (Read 594 times)

So I'm trying to fix the tag on this VIP script I have been using.

Code: [Select]
Executing Add-ons/Script_VIP/server.cs.
Add-ons/Script_VIP/server.cs Line: 7 - syntax error.
>>>Some error context, with ## on sides of error halt:
ackage VIPTag
{
    function servercmdMessageSent(%c,%m)
    {
        %t=%c.clanSuffix;
        if($canVIP[%c.bl_id])
            %c.clanSuffix=%t@" <bitmap:add-ons\base\client\ui\checker> "##;##
        parent::servercmdMessageSent(%c,%m);
        %c.clandSuffix=%t;
    }
};
activatepackage(VIPTag);
RegisterInputEvent{fxDtsBrick, "onActivateVIP", "Self fxDtsBrick\tPlayer Player\tClient GameConnection\tMinigame Minigame");
package VIPActivate
{

>>>Error report complete.

Help please?
« Last Edit: May 24, 2014, 08:11:44 PM by giant tootsie rolls »

you're putting \ instead of / in the filepath

you're putting \ instead of / in the filepath
Oh wow, how have I not noticed this?

That fixed it, thanks.

Locking
« Last Edit: May 24, 2014, 08:11:23 PM by giant tootsie rolls »