ShowPlayerDialog ..
#7

Don't use case.

use it like this way:
pawn Код:
if(listitem == 0) // This is "Hьdraulika".
{
   //Your code here
}
if(listitem == 1) // This is "Ilukilp"
{
   //Your code here
}
if(listitem == 2) // This is "Nitro"
{
   // Your code here
}
if(listitem == 3) // This is "Sumbuti"
{
   //Your code here
}
Reply


Messages In This Thread
ShowPlayerDialog .. - by Renks554 - 06.05.2011, 14:40
Re: ShowPlayerDialog .. - by Biesmen - 06.05.2011, 14:42
Re: ShowPlayerDialog .. - by Laronic - 06.05.2011, 14:42
Re: ShowPlayerDialog .. - by Renks554 - 06.05.2011, 14:43
Re: ShowPlayerDialog .. - by Biesmen - 06.05.2011, 14:45
Re: ShowPlayerDialog .. - by Renks554 - 06.05.2011, 14:46
Re: ShowPlayerDialog .. - by Biesmen - 06.05.2011, 14:56
Re: ShowPlayerDialog .. - by Renks554 - 06.05.2011, 15:00
Re: ShowPlayerDialog .. - by Laronic - 06.05.2011, 15:03
Re: ShowPlayerDialog .. - by Renks554 - 06.05.2011, 15:14

Forum Jump:


Users browsing this thread: 2 Guest(s)