public IsPlayerConnectedEx(playerid){ if(IsPlayerConnected(playerid) && character_chosen[playerid]) { return true; } return false;}