14.11.2013, 13:57
Server crashing when there is more than 1 player online
can someone tell me why ?
can someone tell me why ?
---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3x-R2, ©2005-2013 SA-MP Team [11:57:36] password = "" (string) [11:57:36] [11:57:36] Server Plugins [11:57:36] -------------- [11:57:36] Loading plugin: crashdetect.so [11:57:36] CrashDetect v4.12 is OK. [11:57:36] Loaded. [11:57:36] Loading plugin: mysql.so [11:57:36] > MySQL plugin R7 successfully loaded. [11:57:36] Loaded. [11:57:36] Loading plugin: streamer.so [11:57:36] *** Streamer Plugin v2.6.1 by Incognito loaded *** [11:57:36] Loaded. [11:57:36] Loading plugin: sscanf.so [11:57:36] [11:57:36] =============================== [11:57:36] sscanf plugin loaded. [11:57:36] Version: 2.8.1 [11:57:36] © 2012 Alex "******" Cole [11:57:36] =============================== [11:57:36] Loaded. [11:57:36] Loading plugin: Whirlpool.so [11:57:36] [11:57:36] ================== [11:57:36] [11:57:36] Whirlpool loaded [11:57:36] [11:57:36] ================== [11:57:36] [11:57:36] Loaded. [11:57:36] Loading plugin: nativechecker.so [11:57:36] Loaded. [11:57:36] Loaded 6 plugins. [11:57:36] [11:57:36] Filterscripts [11:57:36] --------------- [11:57:36] Loading filterscript 'yom_buttons.amx'... [11:57:36] Unable to load filterscript 'yom_buttons.amx'. [11:57:36] Loading filterscript 'gcustom03e.amx'... [11:57:37] Loading filterscript 'vacation.amx'... [11:57:37] Unable to load filterscript 'vacation.amx'. [11:57:37] Loaded 1 filterscripts. [11:57:38] [11:57:38] ======================================= [11:57:38] | | [11:57:38] | YSI version 3.01.0002 | [11:57:38] | By Alex "******" Cole | [11:57:38] | | [11:57:38] ======================================= [11:57:38] [11:57:38] [MySQL] (Main Pipelines) Connecting to localhost... [11:57:38] [MySQL] (MainPipeline) Connection successful toward MySQL Database Server! [11:57:38] [LoadHouses] Loading data from database... [11:57:38] [LoadDynamicDoors] Loading data from database... [11:57:38] [LoadDynamicMapIcons] Loading data from database... [11:57:38] [LoadDynamicTexts] Loading data from database... [11:57:38] [LoadTurfWars] 40 turfs loaded. [11:57:38] [LoadPaintballArenas] 10 paintball arenas loaded. [11:57:38] [LoadEventPoints] 0 event points loaded. [11:57:39] [LoadGates] 4000 gates loaded. [11:57:39] [LoadElevatorStuff] 20 floors loaded. [11:57:39] [LoadFamilies] 16 families loaded. [11:57:39] [LoadPoints] 9 points loaded. [11:57:47] [LoadCDealerships] 15 dealerships loaded. [11:57:47] [MiscLoad] Misc Loaded [11:57:47] [Tax] Government Tax/Vault Loaded. [11:58:12] The server has fully loaded. [11:58:12] Number of vehicle models: 111 [11:58:12] [11:58:12] ========================================== [11:58:12] | | [11:58:12] | A new version (v3.09.0684) of YSI is | [11:58:12] | available from: | [11:58:12] | | [11:58:12] | www.y-less.com/YSI/YSI_1.0.zip | [11:58:12] | | [11:58:12] | Changelog: | [11:58:12] | | [11:58:12] | 3.09.0684: | [11:58:12] | | [11:58:12] | Reverted to old download location. | [11:58:12] | Improved (and fixed) version checks; | [11:58:12] | added y_bitmap, y_areas, y_races, | [11:58:12] | y_zonenames, better documentation; | [11:58:12] | MANY other bug fixes - see the github | [11:58:12] | repository for more details: | [11:58:12] | | [11:58:12] ========================================== [11:58:12] [11:58:12] [LoadHouses] Failed to load any houses. [11:58:12] [LoadDynamicDoors] 2000 doors rehashed/loaded. [11:58:12] [LoadDynamicMapIcons] 400 map icons rehashed/loaded. [11:58:13] [LoadDynamicTexts] 2000 Texts Labels rehashed/loaded. [11:58:40] Incoming connection: ***************** [11:58:41] [join] Player2 has joined the server (************) [11:58:42] Incoming connection: ************* [11:58:42] [join] Player3 has joined the server (*********) [11:58:52] Player2 has logged in. [11:58:53] Incoming connection: *********** [11:58:54] [join] Player1 has joined the server (**************) ---------EnD Of Server LoG--------------
//------------------------------------------------------------------------------------------------------
public OnPlayerConnect(playerid) {
if(IsPlayerNPC(playerid)) return 1;
g_arrQueryHandle{playerid} = random(256); // maybe its this? why would it be random? " this line in script and the comment too "
TotalConnect++;
if(Iter_Count(Player) > MaxPlayersConnected) {
MaxPlayersConnected = Iter_Count(Player);
getdate(MPYear,MPMonth,MPDay);
}
AOnPlayerConnect(playerid);
SetPlayerSkillLevel(playerid, WEAPONSKILL_PISTOL, 1);
SetPlayerSkillLevel(playerid, WEAPONSKILL_MICRO_UZI, 1);
SetPVarInt(playerid, "IsInArena", -1);
SetPVarInt(playerid, "ArenaNumber", -1);
SetPVarInt(playerid, "ArenaEnterPass", -1);
SetPVarInt(playerid, "ArenaEnterTeam", -1);
SetPVarInt(playerid, "EditingTurfs", -1);
SetPVarInt(playerid, "EditingTurfsStage", -1);
SetPVarInt(playerid, "EditingHillStage", -1);
SetPVarInt(playerid, "EditingFamC", -1);
SetPVarInt(playerid, "editingcd", -1);
SetPVarInt(playerid, "editingcdveh", -1);
SetPVarInt(playerid, "editingfamhq", 255);
SetPVarInt(playerid, "UsingSurfAttachedObject", -1);
SetPVarInt(playerid, "UsingBriefAttachedObject", -1);
SetPVarInt(playerid, "AOSlotPaintballFlag", -1);
SetPVarInt(playerid, "MovingStretcher", -1);
SetPVarInt(playerid, "DraggingPlayer", -1);
for(new i = 0; i < 3; i++) {
StopaniFloats[playerid][i] = 0;
}
for(new i = 0; i < 3; i++) {
ConfigEventCPs[playerid][i] = 0;
}
ConfigEventCPId[playerid] = 0;
RCPIdCurrent[playerid] = 0;
for(new i = 0; i < 6; i++) {
EventFloats[playerid][i] = 0.0;
}
EventLastInt[playerid] = 0; EventLastVW[playerid] = 0;
for(new i = 0; i < 6; i++) {
HHcheckFloats[playerid][i] = 0;
}
for(new i = 0; i < MAX_PLAYERVEHICLES; ++i) {
PlayerVehicleInfo[playerid][i][pvModelId] = 0;
PlayerVehicleInfo[playerid][i][pvId] = INVALID_PLAYER_VEHICLE_ID;
PlayerVehicleInfo[playerid][i][pvSpawned] = 0;
}
for(new i = 0; i < 5; i++) {
LottoNumbers[playerid][i] = 0;
}
PlayerInfo[playerid][pReg] = 0;
HHcheckVW[playerid] = 0;
HHcheckInt[playerid] = 0;
OrderAssignedTo[playerid] = INVALID_PLAYER_ID;
TruckDeliver[playerid] = 0;
TruckUsed[playerid] = INVALID_VEHICLE_ID;
RefuelingVehicle[playerid] = 0;
RefuelingVehiclePrice[playerid] = 0;
HouseOffer[playerid] = INVALID_PLAYER_ID;
House[playerid] = 0;
HousePrice[playerid] = 0;
playerTabbed[playerid] = 0;
playerAFK[playerid] = 0;
gBug{playerid} = 1;
TazerTimeout[playerid] = 0;
gRadio{playerid} = 1;
playerLastTyped[playerid] = 0;
pTazer{playerid} = 0;
pTazerReplace{playerid} = 0;
pCurrentWeapon{playerid} = 0;
MedicAccepted[playerid] = INVALID_PLAYER_ID;
DefendOffer[playerid] = INVALID_PLAYER_ID;
AppealOffer[playerid] = INVALID_PLAYER_ID;
AppealOfferAccepted[playerid] = 0;
PlayerInfo[playerid][pWantedLevel] = 0;
DefendPrice[playerid] = 0;
Spectating[playerid] = 0;
GettingSpectated[playerid] = INVALID_PLAYER_ID;
PlayerInfo[playerid][pPhonePrivacy] = 0;
NewbieTimer[playerid] = 0;
CancelReportTimer[playerid] = 0;
AcceptedReportTimer[playerid] = 0;
HlKickTimer[playerid] = 0;
HelperTimer[playerid] = 0;
VehicleOffer[playerid] = INVALID_PLAYER_ID;
VehiclePrice[playerid] = 0;
VehicleId[playerid] = -1;
NOPTrigger[playerid] = 0;
JustReported[playerid] = -1;
UsedCrack[playerid] = 0;
UsedWeed[playerid] = 0;
SexOffer[playerid] = INVALID_PLAYER_ID;
DrinkOffer[playerid] = INVALID_PLAYER_ID;
PotOffer[playerid] = INVALID_PLAYER_ID;
PotStorageID[playerid] = -1;
CrackOffer[playerid] = INVALID_PLAYER_ID;
CrackStorageID[playerid] = -1;
GunOffer[playerid] = INVALID_PLAYER_ID;
GunStorageID[playerid] = -1;
CraftOffer[playerid] = INVALID_PLAYER_ID;
RepairOffer[playerid] = INVALID_PLAYER_ID;
GuardOffer[playerid] = INVALID_PLAYER_ID;
LiveOffer[playerid] = INVALID_PLAYER_ID;
RefillOffer[playerid] = INVALID_PLAYER_ID;
MatsOffer[playerid] = INVALID_PLAYER_ID;
MatsStorageID[playerid] = -1;
MatsPrice[playerid] = 0;
MatsAmount[playerid] = 0;
BoxOffer[playerid] = INVALID_PLAYER_ID;
MarryWitnessOffer[playerid] = INVALID_PLAYER_ID;
ProposeOffer[playerid] = INVALID_PLAYER_ID;
DivorceOffer[playerid] = INVALID_PLAYER_ID;
HidePM[playerid] = 0;
PhoneOnline[playerid] = 0;
unbanip[playerid][0] = 0;
advisorchat[playerid] = 1;
ChosenSkin[playerid]=0;
SelectFChar[playerid]=0;
MatsHolding[playerid]=0;
MatDeliver[playerid]=0;
MatDeliver2[playerid]=0;
SelectFCharID[playerid]=0;
szAdvert[playerid][0] = 0;
SelectFCharPlace[playerid]=0;
GettingJob[playerid]=0;
GettingJob2[playerid]=0;
GuardOffer[playerid]= INVALID_PLAYER_ID;
GuardPrice[playerid]=0;
ApprovedLawyer[playerid]=0;
CallLawyer[playerid]=0;
WantLawyer[playerid]=0;
CurrentMoney[playerid]=0;
UsedFind[playerid]=0;
CP[playerid]=0;
Condom[playerid]=0;
SexOffer[playerid]= INVALID_PLAYER_ID;
SexPrice[playerid]=0;
PlayerInfo[playerid][pAdmin]=0;
RepairOffer[playerid]= INVALID_PLAYER_ID;
RepairPrice[playerid]=0;
RepairCar[playerid]=0;
TalkingLive[playerid]=INVALID_PLAYER_ID;
LiveOffer[playerid]= INVALID_PLAYER_ID;
RefillOffer[playerid]= INVALID_PLAYER_ID;
RefillPrice[playerid]=0;
InsidePlane[playerid]=INVALID_VEHICLE_ID;
InsideMainMenu{playerid}=0;
InsideTut{playerid}=0;
PotOffer[playerid]= INVALID_PLAYER_ID;
PotStorageID[playerid]=-1;
CrackOffer[playerid]= INVALID_PLAYER_ID;
CrackStorageID[playerid]=-1;
PlayerCuffed[playerid]=0;
PlayerCuffedTime[playerid]=0;
PotPrice[playerid]=0;
CrackPrice[playerid]=0;
FireworkOffer[playerid]= INVALID_PLAYER_ID;
FireworkPrice[playerid]=0;
FireworkCount[playerid]=0;
RegistrationStep[playerid]=0;
PotGram[playerid]=0;
CrackGram[playerid]=0;
PlayerInfo[playerid][pBanned]=0;
ConnectedToPC[playerid]=0;
OrderReady[playerid]=0;
GunId[playerid]=0;
GunMats[playerid]=0;
CraftId[playerid]=0;
CraftMats[playerid]=0;
HitOffer[playerid]= INVALID_PLAYER_ID;
HitToGet[playerid]= INVALID_PLAYER_ID;
InviteOffer[playerid]= INVALID_PLAYER_ID;
InviteFaction[playerid]=0;
InviteFamily[playerid]=255;
hInviteHouse[playerid]= -1;
hInviteOffer[playerid]= INVALID_PLAYER_ID;
hInviteSlot[playerid]=0;
JailPrice[playerid]=0;
GotHit[playerid]=0;
GoChase[playerid]= INVALID_PLAYER_ID;
GetChased[playerid]= INVALID_PLAYER_ID;
OnDuty[playerid]=0;
CalledCops[playerid]=0;
CopsCallTime[playerid]=0;
BoxWaitTime[playerid]=0;
CalledMedics[playerid]=0;
TransportDuty[playerid]=0;
PlayerTied[playerid]=0;
MedicsCallTime[playerid]=0;
BusCallTime[playerid]=0;
TaxiCallTime[playerid]=0;
EMSCallTime[playerid]=0;
MedicCallTime[playerid]=0;
MechanicCallTime[playerid]=0;
FindTimePoints[playerid]=0;
FindingPlayer[playerid]=-1;
FindTime[playerid]=0;
JobDuty[playerid]=0;
Mobile[playerid]=INVALID_PLAYER_ID;
Music[playerid]=0;
BoxOffer[playerid]= INVALID_PLAYER_ID;
PlayerBoxing[playerid]=0;
Spectate[playerid]= INVALID_PLAYER_ID;
PlayerDrunk[playerid]=0;
PlayerDrunkTime[playerid]=0;
format(PlayerInfo[playerid][pPrisonReason],128,"None");
FishCount[playerid]=0;
HelpingNewbie[playerid]= INVALID_PLAYER_ID;
turfWarsRadar[playerid]=0;
courtjail[playerid]=0;
gLastCar[playerid]=0;
FirstSpawn[playerid]=0;
JetPack[playerid]=0;
PlayerInfo[playerid][pKills]=0;
PlayerInfo[playerid][pPaintTeam]=0;
TextSpamTimes[playerid] = 0;
TextSpamUnmute[playerid] = 0;
CommandSpamTimes[playerid] = 0;
CommandSpamUnmute[playerid] = 0;
gOoc[playerid] = 0;
arr_Towing[playerid] = INVALID_VEHICLE_ID;
gNews[playerid] = 0;
gNewbie[playerid] = 1;
gHelp[playerid] = 1;
BigEar[playerid] = 0;
BigEarFamily[playerid] = 255;
BigEarFaction[playerid] = 0;
BigEarPlayer[playerid] = INVALID_PLAYER_ID;
gFam[playerid] = 0;
gPlayerLogged{playerid} = 0;
gPlayerLogTries[playerid] = 0;
PlayerStoned[playerid] = 0;
PlayerInfo[playerid][pPot] = 0;
StartTime[playerid] = 0;
TicketOffer[playerid] = INVALID_PLAYER_ID;
TicketMoney[playerid] = 0;
PlayerInfo[playerid][pVehicleKeysFrom] = INVALID_PLAYER_ID;
ActiveChatbox[playerid] = 1;
TutStep[playerid] = 0;
PlayerInfo[playerid][pVehicleKeys] = INVALID_PLAYER_VEHICLE_ID;
TaxiAccepted[playerid] = INVALID_PLAYER_ID;
EMSAccepted[playerid] = INVALID_PLAYER_ID;
BusAccepted[playerid] = INVALID_PLAYER_ID;
PlayerInfo[playerid][pCrack] = 0;
HireCar[playerid] = 299;
TransportValue[playerid] = 0;
TransportMoney[playerid] = 0;
TransportTime[playerid] = 0;
TransportCost[playerid] = 0;
TransportDriver[playerid] = INVALID_PLAYER_ID;
Locator[playerid] = 0;
Spectating[playerid] = 0;
ReleasingMenu[playerid] = INVALID_PLAYER_ID;
Fishes[playerid][pLastFish] = 0;
Fishes[playerid][pFishID] = 0;
ProposeOffer[playerid] = INVALID_PLAYER_ID;
MarryWitness[playerid] = INVALID_PLAYER_ID;
MarryWitnessOffer[playerid] = INVALID_PLAYER_ID;
MarriageCeremoney[playerid] = 0;
ProposedTo[playerid] = INVALID_PLAYER_ID;
GotProposedBy[playerid] = INVALID_PLAYER_ID;
DivorceOffer[playerid] = INVALID_PLAYER_ID;
gBike[playerid] = 0;
gBikeRenting[playerid] = 0;
Fixr[playerid] = 0;
VehicleSpawned[playerid] = 0;
// These need to be reset to prevent some bugs (DO NOT REMOVE)
PlayerInfo[playerid][pModel] = 0;
PlayerInfo[playerid][pLeader] = 0;
PlayerInfo[playerid][pMember] = 0;
PlayerInfo[playerid][pDivision] = 0;
PlayerInfo[playerid][pFMember] = 255;
PlayerInfo[playerid][pRank] = 0;
PlayerInfo[playerid][pOrder] = 0;
PlayerInfo[playerid][pOrderConfirmed] = 0;
acstruct[playerid][LastOnFootPosition][0] = 0.0; acstruct[playerid][LastOnFootPosition][1] = 0.0; acstruct[playerid][LastOnFootPosition][2] = 0.0;
acstruct[playerid][checkmaptp] = 0; acstruct[playerid][maptplastclick] = 0;
acstruct[playerid][maptp][0] = 0.0; acstruct[playerid][maptp][1] = 0.0; acstruct[playerid][maptp][2] = 0.0;
for(new x = 0; x < MAX_PLAYERS; x++)
{
ShotPlayer[playerid][x] = 0;
}
for(new v = 0; v < MAX_PLAYERVEHICLES; v++) {
PlayerVehicleInfo[playerid][v][pvAllowedPlayerId] = INVALID_PLAYER_ID;
}
for(new s = 0; s < 12; s++) {
PlayerInfo[playerid][pAGuns][s] = 0;
PlayerInfo[playerid][pGuns][s] = 0;
}
for(new s = 0; s < 40; s++) {
ListItemReportId[playerid][s] = -1;
}
for(new s = 0; s < 20; s++) {
ListItemRCPId[playerid][s] = -1;
}
CancelReport[playerid] = -1;
GiveKeysTo[playerid] = INVALID_PLAYER_ID;
RocketExplosions[playerid] = -1;
ClearFishes(playerid);
ClearMarriage(playerid);
// Crash Fix - GhoulSlayeR
if(!InvalidNameCheck(playerid)) {
return 1;
}
if (CheckBan(GetPlayerIpEx(playerid)) == 1) {
SendClientMessage(playerid, COLOR_WHITE, "{FF8000}Notice{FFFFFF}: You are banned from this server.");
KickWithMessage(playerid);
return 1;
}
// Main Menu Features
InsideMainMenu{playerid} = 0;
InsideTut{playerid} = 0;
ShowMainMenuGUI(playerid);
SetPlayerJoinCamera(playerid);
ClearChatbox(playerid);
SetPlayerVirtualWorld(playerid, 0);
SetPlayerColor(playerid,TEAM_HIT_COLOR);
SendClientMessage( playerid, COLOR_ORANGE, "Welcome to X RolePlay." );
SyncPlayerTime(playerid);
ShowNoticeGUIFrame(playerid, 1);
g_mysql_AccountAuthCheck(playerid);
RemoveBuildings(playerid);
return 1;
}
---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3x-R2, ©2005-2013 SA-MP Team [16:29:35] password = "" (string) [16:29:35] [16:29:35] Server Plugins [16:29:35] -------------- [16:29:35] Loading plugin: crashdetect.so [16:29:35] CrashDetect v4.12 is OK. [16:29:35] Loaded. [16:29:35] Loading plugin: mysql.so [16:29:35] > MySQL plugin R7 successfully loaded. [16:29:35] Loaded. [16:29:35] Loading plugin: streamer.so [16:29:35] *** Streamer Plugin v2.6.1 by Incognito loaded *** [16:29:35] Loaded. [16:29:35] Loading plugin: sscanf.so [16:29:35] [16:29:35] =============================== [16:29:35] sscanf plugin loaded. [16:29:35] Version: 2.8.1 [16:29:35] © 2012 Alex "******" Cole [16:29:35] =============================== [16:29:35] Loaded. [16:29:35] Loading plugin: Whirlpool.so [16:29:35] [16:29:35] ================== [16:29:35] [16:29:35] Whirlpool loaded [16:29:35] [16:29:35] ================== [16:29:35] [16:29:35] Loaded. [16:29:35] Loading plugin: nativechecker.so [16:29:35] Loaded. [16:29:35] Loaded 6 plugins. [16:29:35] [16:29:35] Filterscripts [16:29:35] --------------- [16:29:35] Loading filterscript 'yom_buttons.amx'... [16:29:35] Unable to load filterscript 'yom_buttons.amx'. [16:29:35] Loading filterscript 'gcustom03e.amx'... [16:29:36] Loading filterscript 'vacation.amx'... [16:29:36] Unable to load filterscript 'vacation.amx'. [16:29:36] Loaded 1 filterscripts. [16:29:37] [16:29:37] ======================================= [16:29:37] | | [16:29:37] | YSI version 3.01.0002 | [16:29:37] | By Alex "******" Cole | [16:29:37] | | [16:29:37] ======================================= [16:29:37] [16:29:37] [MySQL] (Main Pipelines) Connecting to localhost... [16:29:37] [MySQL] (MainPipeline) Connection successful toward MySQL Database Server! [16:29:37] [LoadHouses] Loading data from database... [16:29:37] [LoadDynamicDoors] Loading data from database... [16:29:37] [LoadDynamicMapIcons] Loading data from database... [16:29:37] [LoadDynamicTexts] Loading data from database... [16:29:38] [LoadTurfWars] 40 turfs loaded. [16:29:38] [LoadPaintballArenas] 10 paintball arenas loaded. [16:29:38] [LoadEventPoints] 0 event points loaded. [16:29:38] [LoadGates] 4000 gates loaded. [16:29:38] [LoadElevatorStuff] 20 floors loaded. [16:29:38] [LoadFamilies] 16 families loaded. [16:29:38] [LoadPoints] 9 points loaded. [16:29:46] [LoadCDealerships] 15 dealerships loaded. [16:29:46] [MiscLoad] Misc Loaded [16:29:46] [Tax] Government Tax/Vault Loaded. [16:30:11] The server has fully loaded. [16:30:11] Number of vehicle models: 111 [16:30:11] [16:30:11] ========================================== [16:30:11] | | [16:30:11] | A new version (v3.09.0684) of YSI is | [16:30:11] | available from: | [16:30:11] | | [16:30:11] | www.y-less.com/YSI/YSI_1.0.zip | [16:30:11] | | [16:30:11] | Changelog: | [16:30:11] | | [16:30:11] | 3.09.0684: | [16:30:11] | | [16:30:11] | Reverted to old download location. | [16:30:11] | Improved (and fixed) version checks; | [16:30:11] | added y_bitmap, y_areas, y_races, | [16:30:11] | y_zonenames, better documentation; | [16:30:11] | MANY other bug fixes - see the github | [16:30:11] | repository for more details: | [16:30:11] | | [16:30:11] ========================================== [16:30:11] [16:30:11] [LoadHouses] Failed to load any houses. [16:30:11] [LoadDynamicDoors] 2000 doors rehashed/loaded. [16:30:11] [LoadDynamicMapIcons] 400 map icons rehashed/loaded. [16:30:11] [LoadDynamicTexts] 2000 Texts Labels rehashed/loaded. [16:32:40] Incoming connection: **.***.***.***:11154 [16:32:41] [join] Server_Owner has joined the server (0:**.***.***.***) [16:32:51] Server Owner has logged in. [16:32:57] [zcmd] [Server Owner]: /makebanappealer [16:33:00] [zcmd] [Server Owner]: /makebanappealer 0 [16:33:05] [zcmd] [Server Owner]: /makefacmod [16:33:06] [zcmd] [Server Owner]: /makefacmod 0 [16:33:11] [zcmd] [Server Owner]: /ah [16:33:13] [zcmd] [Server Owner]: /vstorage [16:33:19] [zcmd] [Server Owner]: /admins [16:49:02] [zcmd] [Server Owner]: /aduty [16:49:04] [zcmd] [Server Owner]: /aduty [16:49:16] [zcmd] [Server Owner]: /togtp [16:49:20] [zcmd] [Server Owner]: /togtp [16:49:27] [zcmd] [Server Owner]: /goto ls [16:49:29] [zcmd] [Server Owner]: /togtp [16:49:31] [zcmd] [Server Owner]: /goto ls [16:49:35] [zcmd] [Server Owner]: /goto ls [16:49:59] [zcmd] [Server Owner]: /enter [16:50:08] [zcmd] [Server Owner]: /getlicense [16:50:10] [zcmd] [Server Owner]: /getlicense [16:50:11] [zcmd] [Server Owner]: /getlicense [16:50:12] [zcmd] [Server Owner]: /getlicense [16:50:29] [zcmd] [Server Owner]: /se [16:50:35] [zcmd] [Server Owner]: /exit [16:50:40] [part] Server_Owner has left the server (0:1) [18:14:58] Incoming connection: **.***.***.***:13881 [18:14:59] [join] Server_Owner has joined the server (0:**.***.***.***) [18:15:08] Server Owner has logged in. [18:15:13] [zcmd] [Server Owner]: /makegangmod joe [18:15:17] [zcmd] [Server Owner]: /admins [18:15:28] [zcmd] [Server Owner]: /vstorage [18:15:30] Server Owner (0) saving their 411 (slot 1)...