dialog help
#2

pawn Код:
if(listitem == 0)
Don't do this, use a switch.

pawn Код:
if (dialogid == 0)
{
   switch(listitem)
   {
      case 0:
      {
          // Code Here
      }
      case 1:
      {
          // Code Here
      }
   }
}
Reply


Messages In This Thread
dialog help - by kman - 24.02.2010, 00:31
Re: dialog help - by GhoulSlayeR - 24.02.2010, 02:18
Re: dialog help - by kman - 24.02.2010, 02:29

Forum Jump:


Users browsing this thread: 2 Guest(s)