Bottle and cigarret.
#3

Just do:

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
    if(Logged[playerid] == 0)
    {
        GameTextForPlayer(playerid, "~r~L~w~ogin ~r~b~w~efore ~r~s~w~pawn,~w~'/login' ~r~or ~w~'/register'", 6000, 4);
        return 0;
    }
    else
    {
        SpawnPlayer(playerid);
        return 1;
    }
    return 1;
}
not tested.
Reply


Messages In This Thread
Bottle and cigarret. - by Hot - 04.06.2009, 19:40
Re: Bottle and cigarret. - by Hot - 04.06.2009, 19:54
Re: Bottle and cigarret. - by Lewwy - 04.06.2009, 19:56
Re: Bottle and cigarret. - by Hot - 04.06.2009, 19:59
Re: Bottle and cigarret. - by Lewwy - 04.06.2009, 19:59
Re: Bottle and cigarret. - by Hot - 04.06.2009, 20:02
Re: Bottle and cigarret. - by Lewwy - 04.06.2009, 20:02

Forum Jump:


Users browsing this thread: 1 Guest(s)