[HELP] Dialog Respone
#4

https://sampwiki.blast.hk/wiki/OnDialogResponse

PHP код:
public OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    switch (
dialogid)
    {
        case 
DIALOG_STUNTTELES:
        {
            if (
response)
            {
                
// teleport to stunting locations
            
}
        }
        case 
DIALOG_DMTELES:
        {
            if (
response)
            {
                
// teleport to DMing locations
            
}
        }
        case 
DIALOG_DRIFTTELES:
        {
            if (
response)
            {
                
// teleport to drifting locations
            
}
        }
        
// rest.. same as above..
        
default: return 0;
    }
    return 
1;

Reply


Messages In This Thread
[HELP] Dialog Respone - by Mordekaiser - 07.06.2015, 11:07
Re: [HELP] Dialog Respone - by Konstantinos - 07.06.2015, 11:14
Re: [HELP] Dialog Respone - by Mordekaiser - 07.06.2015, 11:17
Re: [HELP] Dialog Respone - by Konstantinos - 07.06.2015, 11:20
Re: [HELP] Dialog Respone - by Mordekaiser - 07.06.2015, 11:21

Forum Jump:


Users browsing this thread: 1 Guest(s)