es ist erledigt . welches script is gut
Beiträge von Exqool
-
-
uf Daten
ja werden richtig abgespeichert
-
stürzt nicht mehr ab nur manche häuser gehen net
Code
Alles anzeigenif(strcmp(cmd, "/open", true) == 0) { if(IsPlayerConnected(playerid)) { for(new i = 0; i < sizeof(HouseInfo); i++) { if (PlayerToPoint(3, playerid,HouseInfo[i][hEntrancex], HouseInfo[i][hEntrancey], HouseInfo[i][hEntrancez]) || PlayerToPoint(3, playerid,HouseInfo[i][hExitx], HouseInfo[i][hExity], HouseInfo[i][hExitz])) { if(PlayerInfo[playerid][pPhousekey] == i) { if(HouseInfo[i][hLock] == 1) { HouseInfo[i][hLock] = 0; GameTextForPlayer(playerid, "~w~Tuer ~g~aufgeschlossen", 5000, 4); PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0); return 1; } if(HouseInfo[i][hLock] == 0) { HouseInfo[i][hLock] = 1; GameTextForPlayer(playerid, "~w~Tuer ~r~geschlossen", 5000, 4); PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0); return 1; } } else { GameTextForPlayer(playerid, "~r~Du hast keine Schluessel", 5000, 6); return 1; } } } for(new i = 0; i < sizeof(StanInfo); i++) { if (PlayerToPoint(3, playerid,StanInfo[i][sEntrancex], StanInfo[i][sEntrancey], StanInfo[i][sEntrancez]) || PlayerToPoint(3, playerid,StanInfo[i][sExitx], StanInfo[i][sExity], StanInfo[i][sExitz])) { if(PlayerInfo[playerid][pWohnung] == i) { if(StanInfo[i][sLock] == 1) { StanInfo[i][sLock] = 0; GameTextForPlayer(playerid, "~w~Tuer ~g~aufgeschlossen", 5000, 4); PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0); return 1; } if(StanInfo[i][sLock] == 0) { StanInfo[i][sLock] = 1; GameTextForPlayer(playerid, "~w~Tuer ~r~geschlossen", 5000, 4); PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0); return 1; } } else { GameTextForPlayer(playerid, "~r~Du hast keine Schluessel", 5000, 6); return 1; } } } for(new i = 0; i < sizeof(BizzInfo); i++) { if (PlayerToPoint(3, playerid,BizzInfo[i][bEntranceX], BizzInfo[i][bEntranceY], BizzInfo[i][bEntranceZ]) || PlayerToPoint(3, playerid,BizzInfo[i][bExitX], BizzInfo[i][bExitY], BizzInfo[i][bExitZ])) { if(PlayerInfo[playerid][pPbiskey] == i) { if(BizzInfo[i][bLocked] == 1) { BizzInfo[i][bLocked] = 0; GameTextForPlayer(playerid, "~w~Firma ~g~geoeffnet", 5000, 4); PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0); return 1; } if(BizzInfo[i][bLocked] == 0) { BizzInfo[i][bLocked] = 1; GameTextForPlayer(playerid, "~w~Firma ~r~geschlossen", 5000, 4); PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0); return 1; } } else { GameTextForPlayer(playerid, "~r~Du hast keine Schluessel", 5000, 6); return 1; } } } for(new i = 0; i < sizeof(SBizzInfo); i++) { if (PlayerToPoint(3, playerid,SBizzInfo[i][sbEntranceX], SBizzInfo[i][sbEntranceY], SBizzInfo[i][sbEntranceZ])) { if(PlayerInfo[playerid][pPbiskey] == i+100) { if(SBizzInfo[i][sbLocked] == 1) { SBizzInfo[i][sbLocked] = 0; GameTextForPlayer(playerid, "~w~Firma ~g~geoeffnet", 5000, 4); PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0); return 1; } if(SBizzInfo[i][sbLocked] == 0) { SBizzInfo[i][sbLocked] = 1; GameTextForPlayer(playerid, "~w~Firma ~r~geschlossen", 5000, 4); PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0); return 1; } } else { GameTextForPlayer(playerid, "~r~Du hast keine Schluessel", 5000, 6); return 1; } } } } return 1; }
Code
Alles anzeigenif(strcmp(cmd, "/spawnchange", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pPhousekey] != 255) { if(Spectate[playerid] != 255 && PlayerInfo[playerid][pAdmin] < 1) { SendClientMessage(playerid, COLOR_CRVENA, "[ERROR]:Du kannst deinen Spawn jetzt nicht ändern"); return 1; } if(SpawnChange[playerid]) { SendClientMessage(playerid, COLOR_GREY, "Du wirst nun beim Noob Spawn spawnen"); SpawnChange[playerid] = 0; } else { SendClientMessage(playerid, COLOR_INFO, "[INFO]:Du wirst nun in deinem Haus spawnen / Miethaus"); SpawnChange[playerid] = 1; } } else { { SendClientMessage(playerid, COLOR_INFO, "[INFO]:Du hast kein Haus / du mietest kein Haus"); return 1; } } } return 1; }
-
if(strcmp(cmd, "/buyhaus", true) == 0)
{
if(IsPlayerConnected(playerid))
{
new Float:oldposx, Float:oldposy, Float:oldposz;
GetPlayerName(playerid, playername, sizeof(playername));
GetPlayerPos(playerid, oldposx, oldposy, oldposz);
for(new h = 0; h < sizeof(HouseInfo); h++)
{
if(PlayerToPoint(2.0, playerid, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]) && HouseInfo[h][hOwned] == 0)
{
if(PlayerInfo[playerid][pLevel] < HouseInfo[h][hLevel])
{
format(string, sizeof(string), " Du brauchst Level %d um dieses Haus zu kaufen!", HouseInfo[h][hLevel]);
SendClientMessage(playerid, COLOR_GRAD5, string);
return 1;
}
if (PlayerInfo[playerid][pPerso] < 1)
{
SendClientMessage(playerid,COLOR_INFO,"Du hast keinen Personalausweis, du kannst ihn dir in der Stadthalle holen.");
return 1;
}
if(PlayerInfo[playerid][pPhousekey] != 255 && strcmp(playername, HouseInfo[PlayerInfo[playerid][pPhousekey]][hOwner], true) == 0)
{
SendClientMessage(playerid, COLOR_WHITE, " Du hast bereits ein Haus, verwende /sellhouse um es zu verkaufen!");
return 1;
}
if(GetPlayerCash(playerid) > HouseInfo[h][hValue])
{
PlayerInfo[playerid][pPhousekey] = h;
HouseInfo[h][hOwned] = 1;
GetPlayerName(playerid, sendername, sizeof(sendername));
strmid(HouseInfo[h][hOwner], sendername, 0, strlen(sendername), 255);
GivePlayerCash(playerid,-HouseInfo[h][hValue]);
PlayerPlayMusic(playerid);
SetPlayerInterior(playerid,HouseInfo[h][hInt]);
SetPlayerPos(playerid,HouseInfo[h][hExitx],HouseInfo[h][hExity],HouseInfo[h][hExitz]);
GameTextForPlayer(playerid, "~w~Willkommen zuhause~n~Du kannst mit /exit das Haus verlassen", 5000, 3);
PlayerInfo[playerid][pInt] = HouseInfo[h][hInt];
PlayerInfo[playerid][pLocal] = h;
new text[50];
new string1[256];
SendClientMessage(playerid, COLOR_WHITE, "Herzlichen Glückwunsch !");
SendClientMessage(playerid, COLOR_WHITE, "Verwende /houseinfo um zu sehen welche Befehle verfügbar sind!");
if(HouseInfo[h][hRentabil] == 1) { text="Ja"; }
else if(HouseInfo[h][hRentabil] == 0) { text="Nein"; }
new LocationZone[MAX_ZONE_NAME];
Get2DZone(HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey],LocationZone,MAX_ZONE_NAME);
format(string1, sizeof(string1), ""ZELENA"[HAUS]\n"BIJELA"Besitzer: "CRVENA"%s\n"BIJELA"Beschreibung: "CRVENA"%s\n"BIJELA"Mietbar: "CRVENA"%s\n"BIJELA"Adresse: "CRVENA"%s",HouseInfo[h][hOwner],HouseInfo[h][hDiscription],text,LocationZone);
Update3DTextLabelText(housesale[h],0xFFFFFFFF,string1);
DateProp(playerid);
OnPropUpdate();
OnPlayerUpdate(playerid);
return 1;
}
else
{
SendClientMessage(playerid, COLOR_CRVENA, "[ERROR]:Du hast nicht genug Geld!");
return 1;
}
}
}
}
return 1;
} -
Hallo,
ich habe ein Problem beim Sunset City Script immer wenn ich ein haus kaufe dann werde ich reingespawnt
und ich kann es net mit /open öffnen und schließen es steht ich hab keine schlüssel obwohl ich den richtigen Key hab.
und bei /spawnchange steht das ich kein Haus hab. der server stürzt ab wenn jemand ein Haus hat.
bitte antwortet mal.Serverlog:
[18:54:52] BizzInfo:9 Besitzer:Staat Nachricht:~w~Burger Shot Eingang:0 Till:0 Produkte:89/500 Interior:10.
[18:54:52] BizzInfo:10 Besitzer:Staat Nachricht:~w~B�ckerei Eingang:0 Till:0 Produkte:92/500 Interior:17.
[18:54:52] BizzInfo:11 Besitzer:Staat Nachricht:~w~Pizzaladen Eingang:0 Till:0 Produkte:92/500 Interior:5.
[18:54:52] BizzInfo:12 Besitzer:Staat Nachricht:~w~Cluckin' Bell Eingang:0 Till:0 Produkte:93/500 Interior:9.
[18:54:52] BizzInfo:13 Besitzer:Staat Nachricht:~w~Cluckin' Bell Eingang:0 Till:0 Produkte:93/500 Interior:9.
[18:54:52] BizzInfo:14 Besitzer:Staat Nachricht:~r~Strip Club Eingang:0 Till:0 Produkte:87/500 Interior:2.
[18:54:52] BizzInfo:15 Besitzer:Staat Nachricht:~y~Burger Shot North Eingang:0 Till:0 Produkte:75/500 Interior:10.
[18:54:52] BizzInfo:16 Besitzer:Staat Nachricht:~w~Supermarkt Eingang:0 Till:0 Produkte:88/500 Interior:10.
[18:54:52] BizzInfo:17 Besitzer:Staat Nachricht:~w~Supermarkt Eingang:0 Till:0 Produkte:93/500 Interior:18.
[18:54:52] BizzInfo:18 Besitzer:Staat Nachricht:~w~Supermarkt Eingang:0 Till:0 Produkte:93/500 Interior:16.
[18:54:52] BizzInfo:19 Besitzer:Staat Nachricht:~w~Supermarkt Eingang:0 Till:0 Produkte:79/500 Interior:4.
[18:54:52] BizzInfo:20 Besitzer:Staat Nachricht:~w~Supermarkt Eingang:0 Till:0 Produkte:93/500 Interior:6.
[18:54:52] BizzInfo:21 Besitzer:Staat Nachricht:~w~Diskothek Eingang:0 Till:0 Produkte:89/500 Interior:3.
[18:54:52] BizzInfo:22 Besitzer:Staat Nachricht:~r~Strip Club Eingang:0 Till:0 Produkte:91/500 Interior:2.
[18:54:52] BizzInfo:23 Besitzer:Staat Nachricht:~w~Bar Eingang:0 Till:0 Produkte:93/500 Interior:11.
[18:54:52] BizzInfo:24 Besitzer:Staat Nachricht:~w~Bar Eingang:0 Till:0 Produkte:93/500 Interior:11.
[18:54:52] BizzInfo:25 Besitzer:Staat Nachricht:~w~Diskothek Eingang:0 Till:0 Produkte:91/500 Interior:3.
[18:54:52] BizzInfo:26 Besitzer:Staat Nachricht:~g~Bank Eingang:0 Till:0 Produkte:99988/100000 Interior:0.
[18:54:52] BizzInfo:27 Besitzer:Staat Nachricht:~g~Bank Eingang:0 Till:0 Produkte:99971/100000 Interior:0.
[18:54:52] BizzInfo:28 Besitzer:Staat Nachricht:~w~Supermarkt Eingang:0 Till:0 Produkte:91/500 Interior:6.
[18:54:52] BizzInfo:29 Besitzer:Staat Nachricht:~w~Bar Eingang:5 Till:75 Produkte:78/500 Interior:0.
[18:54:52] BizzInfo:30 Besitzer:Staat Nachricht:~b~Boutique Eingang:0 Till:0 Produkte:84/500 Interior:15.
[18:54:52] BizzInfo:31 Besitzer:Staat Nachricht:~r~Strip Club Eingang:0 Till:0 Produkte:89/500 Interior:2.
[18:54:52] BizzInfo:32 Besitzer:Staat Nachricht:~b~Monser Arena Eingang:0 Till:0 Produkte:93/500 Interior:15.
[18:54:52] BizzInfo:33 Besitzer:Staat Nachricht:~w~Bar Eingang:0 Till:0 Produkte:93/500 Interior:11.
[18:54:52] BizzInfo:34 Besitzer:Staat Nachricht:~w~Waffenladen Eingang:5 Till:20 Produkte:93/500 Interior:6.
[18:54:52] BizzInfo:35 Besitzer:Staat Nachricht:~w~Bar Eingang:0 Till:0 Produkte:93/500 Interior:11.
[18:54:52] BizzInfo:36 Besitzer:Staat Nachricht:~w~Supermarkt Eingang:0 Till:0 Produkte:93/500 Interior:6.
[18:54:52] BizzInfo:37 Besitzer:Staat Nachricht:~w~Bar Eingang:0 Till:0 Produkte:93/500 Interior:11.
[18:54:52] BizzInfo:38 Besitzer:Staat Nachricht:~r~Restaurant Eingang:50 Till:450 Produkte:91/500 Interior:1.
[18:54:52] BizzInfo:39 Besitzer:Staat Nachricht:~w~Supermarkt Eingang:0 Till:0 Produkte:93/500 Interior:4.
[18:54:52] BizzInfo:40 Besitzer:Staat Nachricht:~r~Restaurant Eingang:50 Till:250 Produkte:95/500 Interior:1.
[18:54:52] BizzInfo:41 Besitzer:Staat Nachricht:~r~Restaurant Eingang:50 Till:150 Produkte:97/500 Interior:1.
[18:54:52] BizzInfo:42 Besitzer:Staat Nachricht:~w~Supermarkt Eingang:0 Till:0 Produkte:90/500 Interior:10.
[18:54:52] BizzInfo:43 Besitzer:Staat Nachricht:~w~Supermarkt Eingang:0 Till:0 Produkte:93/500 Interior:16.
[18:54:52] BizzInfo:44 Besitzer:Staat Nachricht:~w~Fitnesscenter Eingang:0 Till:0 Produkte:87/500 Interior:5.
[18:54:52] BizzInfo:45 Besitzer:Staat Nachricht:~w~Supermarkt Eingang:0 Till:0 Produkte:93/500 Interior:4.
[18:54:52] BizzInfo:46 Besitzer:Staat Nachricht:~b~Boutique Eingang:0 Till:0 Produkte:89/500 Interior:15.
[18:54:52] BizzInfo:47 Besitzer:Staat Nachricht:~b~Sex Shop Eingang:0 Till:0 Produkte:91/500 Interior:3.
[18:54:52] BizzInfo:48 Besitzer:Staat Nachricht:~w~Supermarkt Eingang:0 Till:0 Produkte:93/500 Interior:6.
[18:54:52] BizzInfo:49 Besitzer:Staat Nachricht:~b~Boutique Eingang:0 Till:0 Produkte:85/500 Interior:1.
[18:54:52] BizzInfo:50 Besitzer:Staat Nachricht:~b~Boutique Eingang:0 Till:0 Produkte:89/500 Interior:5.
[18:54:52] BizzInfo:51 Besitzer:Staat Nachricht:~b~Boutique Eingang:0 Till:0 Produkte:90/500 Interior:18.
[18:54:52] BizzInfo:52 Besitzer:Staat Nachricht:~b~Boutique Eingang:0 Till:0 Produkte:90/500 Interior:3.
[18:54:52] BizzInfo:53 Besitzer:Staat Nachricht:~b~Boutique Eingang:0 Till:0 Produkte:76/500 Interior:14.
[18:54:52] BizzInfo:54 Besitzer:Staat Nachricht:~b~Boutique Eingang:0 Till:0 Produkte:90/500 Interior:1.
[18:54:52] BizzInfo:55 Besitzer:Staat Nachricht:~b~Boutique Eingang:0 Till:0 Produkte:90/500 Interior:5.
[18:54:52] BizzInfo:56 Besitzer:Staat Nachricht:~b~Boutique Eingang:0 Till:0 Produkte:84/500 Interior:3.
[18:54:52] BizzInfo:57 Besitzer:Staat Nachricht:~b~Boutique Eingang:0 Till:0 Produkte:84/500 Interior:3.
[18:54:52] SBizzInfo:0 Besitzer:Staat Nachricht:~w~Fahrradverleih Eingang:20 Till:220 Produkte:42/100 Interior:0.
[18:54:52] SBizzInfo:1 Besitzer:Staat Nachricht:~w~Motorradverleih Eingang:50 Till:100 Produkte:1671/100 Interior:0.
[18:54:52] SBizzInfo:2 Besitzer:Staat Nachricht:~y~Handyshop Eingang:0 Till:909 Produkte:100/100 Interior:0.
[18:54:52] SBizzInfo:3 Besitzer:Staat Nachricht:~w~Tankstelle Eingang:10 Till:7900 Produkte:100/100 Interior:0.
[18:54:52] SBizzInfo:4 Besitzer:Staat Nachricht:~w~Stromversorgung Eingang:0 Till:25527 Produkte:100/100 Interior:0.
[18:54:52] SBizzInfo:5 Besitzer:Staat Nachricht:~w~Hausfahrzeuge Eingang:0 Till:0 Produkte:100/100 Interior:0.
[18:54:52] SBizzInfo:6 Besitzer:Staat Nachricht:~w~Hausshop Eingang:0 Till:50400 Produkte:99/100 Interior:0.
[18:54:52] SBizzInfo:7 Besitzer:Staat Nachricht:~w~News Studio Eingang:0 Till:13125 Produkte:100/100 Interior:0.
[18:54:52] SBizzInfo:8 Besitzer:Staat Nachricht:~w~Abschleppdienst Eingang:0 Till:3000 Produkte:97/100 Interior:0.
[18:54:52] SBizzInfo:9 Besitzer:Staat Nachricht:~w~Kartbahn Eingang:0 Till:0 Produkte:100/100 Interior:0.
[18:54:52] SBizzInfo:10 Besitzer:Staat Nachricht:~w~Bootsverleih Eingang:200 Till:5800 Produkte:41/100 Interior:0.
[18:54:52] SBizzInfo:11 Besitzer:Staat Nachricht:~w~Autoverleih Eingang:150 Till:3150 Produkte:37/100 Interior:0.
[18:54:52] SBizzInfo:12 Besitzer:Staat Nachricht:~w~Bootsverleih Eingang:100 Till:2550 Produkte:39/100 Interior:0.
[18:54:52] SBizzInfo:13 Besitzer:Staat Nachricht:~w~Autoverleih Eingang:300 Till:19650 Produkte:486/100 Interior:0.
[18:54:52] SBizzInfo:14 Besitzer:Exqool Nachricht:~w~Autoverleih Eingang:250 Till:3250 Produkte:28/100 Interior:0.
[18:54:52] SBizzInfo:15 Besitzer:Staat Nachricht:~w~Tune Garage Eingang:250 Till:44550 Produkte:98/100 Interior:0.
[18:54:52] SBizzInfo:16 Besitzer:Staat Nachricht:~w~Tune Garage Eingang:250 Till:50600 Produkte:33/100 Interior:0.
[18:54:52] SBizzInfo:17 Besitzer:Staat Nachricht:~w~Tune Garage Eingang:250 Till:70000 Produkte:35/100 Interior:0.
[18:54:52] IRC:0 Admin: MOTD: Passwort: NeedPass: 0 Lock: 0
[18:54:52] IRC:1 Admin: MOTD: Passwort: NeedPass: 0 Lock: 0
[18:54:52] IRC:2 Admin: MOTD: Passwort: NeedPass: 0 Lock: 0
[18:54:52] IRC:3 Admin: MOTD: Passwort: NeedPass: 0 Lock: 0
[18:54:52] IRC:4 Admin: MOTD: Passwort: NeedPass: 0 Lock: 0
[18:54:52] IRC:5 Admin: MOTD: Passwort: NeedPass: 0 Lock: 0
[18:54:52] IRC:6 Admin: MOTD: Passwort: NeedPass: 0 Lock: 0
[18:54:52] IRC:7 Admin: MOTD: Passwort: NeedPass: 0 Lock: 0
[18:54:52] IRC:8 Admin: MOTD: Passwort: NeedPass: 0 Lock: 0
[18:54:52] IRC:9 Admin: MOTD: Passwort: NeedPass: 0 Lock: 0
[18:54:52] Familie:0 Freigegeben: 0 Name:None MOTD:None Leader:None Mitglieder:0 SpawnX:0.000000 SpawnY:0.000000 SpawnZ:0.000000 Int:0
[18:54:52] Familie:1 Freigegeben: 0 Name:None MOTD:None Leader:None Mitglieder:0 SpawnX:0.000000 SpawnY:0.000000 SpawnZ:0.000000 Int:0
[18:54:52] Familie:2 Freigegeben: 0 Name:None MOTD:None Leader:None Mitglieder:0 SpawnX:0.000000 SpawnY:0.000000 SpawnZ:0.000000 Int:0
[18:54:52] Familie:3 Freigegeben: 0 Name:None MOTD:None Leader:None Mitglieder:0 SpawnX:0.000000 SpawnY:0.000000 SpawnZ:0.000000 Int:0
[18:54:52] Familie:4 Freigegeben: 0 Name:None MOTD:None Leader:None Mitglieder:0 SpawnX:0.000000 SpawnY:0.000000 SpawnZ:0.000000 Int:0
[18:54:52] Familie:5 Freigegeben: 0 Name:None MOTD:None Leader:None Mitglieder:0 SpawnX:0.000000 SpawnY:0.000000 SpawnZ:0.000000 Int:0
[18:54:52] Familie:6 Freigegeben: 0 Name:None MOTD:None Leader:None Mitglieder:0 SpawnX:0.000000 SpawnY:0.000000 SpawnZ:0.000000 Int:0
[18:54:52] Familie:7 Freigegeben: 0 Name:None MOTD:None Leader:None Mitglieder:0 SpawnX:0.000000 SpawnY:0.000000 SpawnZ:0.000000 Int:0
[18:54:52] Familie:8 Freigegeben: 0 Name:None MOTD:None Leader:None Mitglieder:0 SpawnX:0.000000 SpawnY:0.000000 SpawnZ:0.000000 Int:0
[18:54:52] Familie:9 Freigegeben: 0 Name:None MOTD:None Leader:None Mitglieder:0 SpawnX:0.000000 SpawnY:0.000000 SpawnZ:0.000000 Int:0
[18:54:52] CK:0 Freigegeben: 0 Sender:No-one Empf�nger: No-one
[18:54:52] CK:1 Freigegeben: 0 Sender:No-one Empf�nger: No-one
[18:54:52] CK:2 Freigegeben: 0 Sender:No-one Empf�nger: No-one
[18:54:52] CK:3 Freigegeben: 0 Sender:No-one Empf�nger: No-one
[18:54:52] CK:4 Freigegeben: 0 Sender:No-one Empf�nger: No-one
[18:54:52] CK:5 Freigegeben: 0 Sender:No-one Empf�nger: No-one
[18:54:52] CK:6 Freigegeben: 0 Sender:No-one Empf�nger: No-one
[18:54:52] CK:7 Freigegeben: 0 Sender:No-one Empf�nger: No-one
[18:54:52] CK:8 Freigegeben: 0 Sender:No-one Empf�nger: No-one
[18:54:52] CK:9 Freigegeben: 0 Sender:No-one Empf�nger: No-one
[18:54:52] Zeitung:0 Verwendet: 0 Macher:No-one. Titel: No Title. Text1: I have no text inserted here yet. Text2: I have no text inserted here yet. Text3: I have no text inserted here yet. Text4: I have no text inserted here yet. Text5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
[18:54:52] Zeitung:1 Verwendet: 0 Macher:0
Titel: No Title. Text1: I have no text inserted here yet. Text2: I have no text inserted here yet. Text3: I have no text inserted here yet. Text4: I have no text inserted here yet. Text5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
[18:54:52] Zeitung:2 Verwendet: 0 Macher:No-one. Titel: No Title. Text1: I have no text inserted here yet. Text2: I have no text inserted here yet. Text3: I have no text inserted here yet. Text4: I have no text inserted here yet. Text5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
[18:54:52] Zeitung:3 Verwendet: 0 Macher:0
Titel: No Title. Text1: I have no text inserted here yet. Text2: I have no text inserted here yet. Text3: I have no text inserted here yet. Text4: I have no text inserted here yet. Text5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
[18:54:52] Zeitung:4 Verwendet: 0 Macher:No-one. Titel: No Title. Text1: I have no text inserted here yet. Text2: I have no text inserted here yet. Text3: I have no text inserted here yet. Text4: I have no text inserted here yet. Text5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
[18:54:52] Zeitung:5 Verwendet: 0 Macher:0
Titel: No Title. Text1: I have no text inserted here yet. Text2: I have no text inserted here yet. Text3: I have no text inserted here yet. Text4: I have no text inserted here yet. Text5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
[18:54:52] Zeitung:6 Verwendet: 0 Macher:No-one. Titel: No Title. Text1: I have no text inserted here yet. Text2: I have no text inserted here yet. Text3: I have no text inserted here yet. Text4: I have no text inserted here yet. Text5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
[18:54:52] Zeitung:7 Verwendet: 0 Macher:0
Titel: No Title. Text1: I have no text inserted here yet. Text2: I have no text inserted here yet. Text3: I have no text inserted here yet. Text4: I have no text inserted here yet. Text5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
[18:54:52] Zeitung:8 Verwendet: 0 Macher:No-one. Titel: No Title. Text1: I have no text inserted here yet. Text2: I have no text inserted here yet. Text3: I have no text inserted here yet. Text4: I have no text inserted here yet. Text5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
[18:54:52] Zeitung:9 Verwendet: 0 Macher:0
Titel: No Title. Text1: I have no text inserted here yet. Text2: I have no text inserted here yet. Text3: I have no text inserted here yet. Text4: I have no text inserted here yet. Text5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
[18:54:52] WohnungInfo:0 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:1 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:2 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:3 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:4 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:5 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:6 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:7 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:8 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:9 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:10 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:11 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:12 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:13 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:14 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:15 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:16 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:17 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:18 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:19 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:20 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:21 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:22 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:23 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:24 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:25 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:26 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:27 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:28 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:29 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:30 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:31 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:32 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:33 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:34 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:35 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:36 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:37 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:38 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:39 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:40 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:41 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:42 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:43 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:44 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:45 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:46 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:47 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:48 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:49 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:50 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:51 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:52 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:53 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:54 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:55 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:56 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:57 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:58 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:59 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:60 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:61 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:62 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:63 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:64 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:65 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:66 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:67 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:68 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:69 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:70 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:71 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:72 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:73 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:74 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:75 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:76 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:77 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:78 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:79 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:80 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:81 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:82 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:83 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:84 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:85 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:86 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:87 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:88 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:89 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:90 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:91 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:92 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:93 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:94 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:95 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:96 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:97 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:98 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:99 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:100 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:101 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:102 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:103 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:104 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:105 Besitzer:Staat hTakings 0
[18:54:52] WohnungInfo:106 Besitzer:Staat hTakings 0
[18:54:52] Pickups Max = 100, Current Pickups = 916
[18:54:52]
---------------------------------------
[18:54:52] German Reallife Roleplay wurde erfolgreich geladen.[18:54:52] ---------------------------------------
[18:54:52] Number of vehicle models: 88
[18:55:19] Incoming connection: 85.216.68.67:60680
[18:55:20] [join] Exqool1 has joined the server (0:85.216.68.67)mehr passt nicht rein kommt nur bei mein acc
Danke.
hoffe könnt mir helfen.#edit Rechtschreibung
bitte schnell helfen.
-
gibts nicht habs schon definiert aber bleibt bei 100 sunset city script
-
Suche jemanden der mir helfen kann über TV Max Pickups zu ändern kriege das net hin pls