13.05.2009, 15:14
Found it.
You putted everyting under that, and you forgot to finish it with }
So actually you have now:
And if you're in menu ''TPM'' you cannot be in menu ''TPS'' at the same time :P
pawn Код:
if(current == TPM)
{
So actually you have now:
pawn Код:
if(current == TPM)
{
if(current == TPS)
{