i need help with...
#6

PHP код:
#define DIALOG_FAQ    1
public OnPlayerCommandText(playeridcmdtext[])
{
    if (
strcmp("/faq"cmdtexttrue10) == 0)
    {
        
ShowPlayerDialog(playeridDIALOG_FAQDIALOG_STYLE_LIST"Frequently Asked Questions""Server Related Questions\nClasses Help\nCars & Houses\nAirlines\nAdminstartion""Select""Cancel");
        return 
1;
    }
    return 
1;
}
public 
OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    case 
DIALOG_FAQ:
    {
        if(
response)
        {
            switch(
listitem)
             {
                case 
0:
                {
                    
//Server Related Questions
                
}
                case 
1:
                {
                    
//Classes Help
                
}
                case 
2:
                {
                    
//Cars & Houses
                
}
                case 
3:
                {
                    
//Airlines
                
}
            }
        }
    }
    return 
1;

Untested.
Reply


Messages In This Thread
i need help with... - by jot16 - 08.08.2011, 00:00
AW: i need help with... - by Drebin - 08.08.2011, 00:18
Re: i need help with... - by jot16 - 08.08.2011, 01:56
Re: i need help with... - by grand.Theft.Otto - 08.08.2011, 03:08
Re: i need help with... - by jot16 - 08.08.2011, 03:16
Re: i need help with... - by Kush - 08.08.2011, 03:25
Re: i need help with... - by jot16 - 08.08.2011, 03:50
Re: i need help with... - by Sil3nc3 - 08.08.2011, 03:58
Re: i need help with... - by jot16 - 08.08.2011, 04:43
Re: i need help with... - by Kush - 08.08.2011, 05:01

Forum Jump:


Users browsing this thread: 1 Guest(s)