stock IsPlayerLoggedIn(playerid){ if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pLoggedIn]) { return 1; }else return 0; }}