2 small questions
#10

pawn Код:
stock IsPlayerLoggedIn(playerid)
{
    if(IsPlayerConnected(playerid))
    {
        if(PlayerInfo[playerid][pLoggedIn])
        {
            return 1;
        }
else return 0;
    }
}
Try it, donno if it works, havent scripted for months
Reply


Messages In This Thread
2 small questions - by Lisaax - 21.03.2014, 21:05
Re: 2 small questions - by Carxi - 21.03.2014, 21:09
Re: 2 small questions - by Lisaax - 23.03.2014, 09:45
Re: 2 small questions - by MythicalMarauder - 23.03.2014, 09:50
Re: 2 small questions - by Lisaax - 23.03.2014, 10:46
Re: 2 small questions - by MythicalMarauder - 23.03.2014, 11:04
Re: 2 small questions - by Lisaax - 23.03.2014, 11:06
Re: 2 small questions - by Lisaax - 23.03.2014, 18:21
Re: 2 small questions - by Lisaax - 24.03.2014, 13:38
Re: 2 small questions - by newbie scripter - 24.03.2014, 13:52

Forum Jump:


Users browsing this thread: 8 Guest(s)