i need a help
#2

I think it's not as easy as you think. At first you need a variable that you use OnGameModeInit. Then you need to check in every callback if the variable is TRUE or FALSE. Like this:

pawn Код:
OnGameModeInit([...])
{
if(PassEntered==TRUE)
{
//REAL CODE
}
if(PassEntered==FALSE)return 0;
}
And if you entered the password, it should execute OnGameModeInit again.
Reply


Messages In This Thread
i need a help - by iJumbo - 03.10.2010, 18:42
Re: i need a help - by DeathOnaStick - 03.10.2010, 18:46
Re: i need a help - by Conroy - 03.10.2010, 20:55

Forum Jump:


Users browsing this thread: 1 Guest(s)