GTA Közösség - A magyar GTA fórum

San Andreas Multiplayer (SA-MP) => SA-MP: Szerverfejlesztés => Segítségkérés => A témát indította: szabyxxx - 2012. Március 21. - 19:47:33

Cím: Almenüs Dialog
Írta: szabyxxx - 2012. Március 21. - 19:47:33
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!
Cím: Almenüs Dialog
Írta: dexi - 2012. Március 21. - 19:54:18
public
OnDialogResponse( playerid, dialogid, response, listitem, inputtext[] )
{
switch( dialogid )
{
    case xy:
    {
   switch( listitem )
   {
      case 1:
      {
         ShowPlayerDial.....
      }
   }
}
}
return 0;
}      
Cím: Almenüs Dialog
Írta: Gabor.. - 2012. Március 21. - 20:01:21
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.
Cím: Almenüs Dialog
Írta: szabyxxx - 2012. Március 21. - 20:17:30
Kössz mind2 õtök nek!!!!! Zárok ment a +!