ONPlayerExitMenu()
#5

You can use a switch with variables:
pawn Код:
switch( Current )
{
    case FW_H_TUNING, FW_S_TUNING: // etc etc
    {
       
    }
    case FW_Tuning:
    {
   
    }
    default: // none of those above
    {
   
    }
}
Reply


Messages In This Thread
ONPlayerExitMenu() - by Shabi RoxX - 07.02.2012, 09:52
Re: ONPlayerExitMenu() - by thimo - 07.02.2012, 10:07
Re: ONPlayerExitMenu() - by Konstantinos - 07.02.2012, 10:18
Re: ONPlayerExitMenu() - by Shabi RoxX - 07.02.2012, 10:20
Re: ONPlayerExitMenu() - by Wesley221 - 07.02.2012, 10:21
Re: ONPlayerExitMenu() - by Konstantinos - 07.02.2012, 10:24
Re: ONPlayerExitMenu() - by Wesley221 - 07.02.2012, 10:37

Forum Jump:


Users browsing this thread: 1 Guest(s)