Raised This Month: $ Target: $400
 0% 

Only person with a flag can use it


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Erox902
Veteran Member
Join Date: Jun 2009
Location: Never Never Land
Old 11-15-2011 , 11:07   Re: Only person with a flag can use it
Reply With Quote #2

PHP Code:
public menu_misje(id)
{
    if( 
access(idADMIN_LEVEL_C) )
    {
        if(!
ma_misje[id])
        {
            new 
menu menu_create("Menu misji""misje_handler");
            
menu_additem(menu"Zabij klase");
            
menu_additem(menu"Zapoluj na gracza");
            
menu_additem(menu"Zabij jako pierwszy \r[3000 EXP]");
            
menu_additem(menu"Zabij headshootem");
            
menu_additem(menu"Podloz pake");
            
menu_additem(menu"Rozbroj pake");
            
            
menu_setprop(menuMPROP_EXITNAME"Wyjscie");
            
menu_setprop(menuMPROP_NEXTNAME"Nastepna strona");
            
menu_setprop(menuMPROP_BACKNAME"Poprzednia strona");
            
menu_display(idmenu);
        }
        else
        {
            
menu_ma_misje(id)
        }
    }
    else
    {
        
client_print(idprint_chat"Only VIPs can use this")
    }

Ps. This was a request, didn't really belong in scripting help.
Erox902 is offline
 



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 08:26.


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