[Ajuda] oque estou fazendo de errado ?
#1

bom pessoal eu fiz uma dialog pra quando o player spawnar ele poder escolher onde que spawnar porem nгo acontece nada quando ele seleciona onde quer oque estou fazendo de errado ?

PHP код:
    if(dialogid== DIALOG_BASE)
    {
         if(
response)
      {
// aq e pra acontecer nada 
        
return 1;
          }
        else
        {
        
SetPlayerPos(playerid690.2013,-467.9773,16.5363);
          return 
1;
        }
    }
    
    return 
1;

PHP код:
         if(pInfo[playerid][Sheep] == 1)
        
SetPlayerSkin(playerid293);
        
ShowPlayerDialog(playeridDIALOG_BASEDIALOG_STYLE_LIST"Spawn""Base\nHere""Select""");
    return 
1;

Reply
#2

PHP код:
public OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    if(
dialogid == DIALOG_BASE)
    {
        if(
response)
        {
            if(
listitem == 0)
            {
            }
            if(
listitem == 1)
            {
            }
        }
    }
    return 
1;

Reply
#3

Quote:
Originally Posted by [BOPE]Seu._.Madruga
Посмотреть сообщение
PHP код:
public OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    if(
dialogid == DIALOG_BASE)
    {
        if(
response)
        {
            if(
listitem == 0)
            {
            }
            if(
listitem == 1)
            {
            }
        }
    }
    return 
1;

vlw funfo gostoso
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)