Szerző Téma: Almenüs Dialog  (Megtekintve 439 alkalommal)

Almenüs Dialog
« Dátum: 2012. Március 21. - 19:47:33 »
0 Show voters
Sziasztok hogy tudom azt megcsinálni hogy Behozok egy Dialogot És mittom én ott van hogy ShotGunok
Rámek arra és átrak egy másik dialog-ba ahol választhatom!
Nekem csak a dialog kell nem kellenek a fegyók!

dexi

  • Vendég
Almenüs Dialog
« Válasz #1 Dátum: 2012. Március 21. - 19:54:18 »
+1 Show voters
public
OnDialogResponse( playerid, dialogid, response, listitem, inputtext[] )
{
switch( dialogid )
{
    case xy:
    {
   switch( listitem )
   {
      case 1:
      {
         ShowPlayerDial.....
      }
   }
}
}
return 0;
}      

Nem elérhető Gabor..

  • 1883
  • Gabor..
    • Profil megtekintése
Almenüs Dialog
« Válasz #2 Dátum: 2012. Március 21. - 20:01:21 »
+2 Show voters
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == DIALOGID)
   {
   if(response)
   {
    if(listitem == 0) // Shotgunok
   {
ShowPlayerDialog(playerid, DIALOGID+1, DIALOG_STYLE_LIST, \"Fegyverek->Shotgunok\", \"Standard Shotgun\\nSawnoff Shotgun\\nCombat Shotgun\\nVissza\", \"Ok\", \"Mégse\");
   }
   }
   }
    if(dialogid == DIALOGID+1)
{
if(response)
{
   if(listitem == 0)
   {
                             GivePlayerWeapon(playerid, 25, 500);
      ShowPlayerDialog(playerid, DIALOGID+4, DIALOG_STYLE_LIST, \"Fegyverek->Shotgunok\", \"Standard Shotgun\\nSawnoff Shotgun\\nCombat Shotgun\\nVissza\", \"Ok\", \"Mégse\");
   }
   if(listitem == 1)
   {
      GivePlayerWeapon(playerid, 26, 500);
      ShowPlayerDialog(playerid, DIALOGID+4, DIALOG_STYLE_LIST, \"Fegyverek->Shotgunok\", \"Standard Shotgun\\nSawnoff Shotgun\\nCombat Shotgun\\nVissza\", \"Ok\", \"Mégse\");
   }
   if(listitem == 2)
   {
           GivePlayerWeapon(playerid, 27, 500);
           ShowPlayerDialog(playerid, DIALOGID+4, DIALOG_STYLE_LIST, \"Fegyverek->Shotgunok\", \"Standard Shotgun\\nSawnoff Shotgun\\nCombat Shotgun\\nVissza\", \"Ok\", \"Mégse\");
   }
                }
}   
        return 1;
}

Majd írd hozz a parancsot is amivel elõhívod. Lehet van benne egy két elírás, de itt fórumon nehéz kivennni belõle, amikor választ írok. Tudom fegyver nem kellet bele, de így könnyebb szerintem most.
« Utoljára szerkesztve: 2012. Március 21. - 20:11:56 írta Gabor.. »

Almenüs Dialog
« Válasz #3 Dátum: 2012. Március 21. - 20:17:30 »
0 Show voters
Kössz mind2 õtök nek!!!!! Zárok ment a +!

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal