Raised This Month: $ Target: $400
 0% 

VSH Versus Saxton Hale 1.55 - New Saxton Hale + Vagineer Models!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Newbie1992
Senior Member
Join Date: Jan 2013
Location: Germany
Old 08-04-2014 , 15:50   Re: Versus Saxton Hale 1.47 - Important Bug Fixes (Last updated 8/04/2014 | 1:05AM CD
Reply With Quote #11

Would it be possible that you can fix that panel a bit in the new update?

Code:
stock SkipHalePanelNotify(client, bool:newchoice = true)
{
    if (!Enabled || !IsValidClient(client) || IsVoteInProgress())
    {
        return;
    }

    new Handle:panel = CreatePanel();
    decl String:s[256];

    SetPanelTitle(panel, "[VSH] You're Hale next!");
    Format(s, sizeof(s), "%t\nAlternatively, use !resetq.", "vsh_to0_near");
    CRemoveTags(s, sizeof(s));

    ReplaceString(s, sizeof(s), "{olive}", "");
    ReplaceString(s, sizeof(s), "{default}", "");

    DrawPanelItem(panel, s);
    SendPanelToClient(panel, client, SkipHalePanelH, 30);
    CloseHandle(panel);

    return;
}
public SkipHalePanelH(Handle:menu, MenuAction:action, param1, param2)
{
    return;
}
I'll remove that shit of code in my saxtonhale.sp becuase that panel looks so ugly.
A menu with a yes/no option would be awesome, no will automatically open the !resetq option.

Thanks!
__________________
Newbie1992 is offline
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:23.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode