Okay, Danke!
Ist ne Temperatur von max 60° bei 50% Lüftergeschwindigkeit ok?
Beiträge von .snx
-
-
Oköööö, dann tut mir der ganze aufwand leid
Ich hatte nur sorge das vllt. die CPU oder sontiges im arsch ist
Sorry dafür leute, :3
Wenn da wirklich kein Problem vorliegt, danke ich euch allen für eure Hilfe.
Ich werd das Thema dann mal beendenFlaw out.
//EDIT: Eine Frage hätt ich aber noch, unten bei Afterburner ist ja noch der CPU Takt, oder etwa nicht? und der zeigt Max ~1900 an...
Sollte mir das trotzdem egal sein? Trotzdem alles korrekt? -
Also meine Temperatur beispielsweise bei PUBG, liegt bei ~65° - 70°.
UPM kann ich dir nicht sagen, da ich nicht weiß wie ich die herausfinde
Aber Lüftergeschwindigkeit ist bei 70%, was dir aber nix nützt ohne die UPM... alsooo :;D -
so, ich hab im bios mal geschaut, und nix von wegen Thermal Trottling gefunden aber ich habe den PC neu aufgesetzt, und zeigt mir immernoch das gleiche an.
http://prntscr.com/epp6s5
Ist MSI und CPU-Z mal im vergleich.
Also ich kann da nur rauslesen das eines der beiden programme was falsches ausgibt.
~1900MHz bei MSIAfterburner, und den richtigen ~3200MHz Takt bei CPU-Z....
Ich blick da so null durch
Danke füre eure bisherige hilfe.@[NeS]Fischer die CPU ist beim zocken so bei 80-100%.
-
#MausZeichnenBleibtKönigsKlasse
Aber ja, ich gebe Zxq recht, ich habe ihm Losti auch schon vorgeschlagen per PN -
Also wenn ich normal auf dem Desktop bin, ist die cpu auf knapp 1GHz.(Nur Windows, und halt Standard Programme wie Skype,Steam etc.)
Bei jeglichen spielen, egal ob PUBG, A3 oder Minecraft besteht eine Taktrate von 2GHz.
An den Systemeinstellungen, bzw. am BIOS habe ich NICHTS umgestellt.grüße,
-
Guten Tag Breadfish'ler,
Heute komm ich mal mit nem ganz anderen Problem als sonst.
Und zwar habe ich gerade bemerkt das mein CPU Takt anscheinend nicht so ganz stimmt.
In MSI Afterburner wird mir auf dem Desktop um die 1GHz, und in Spielen maximal ~1.9GHz angezeigt.
Obwohl die Taktrate bei ~3.2GHz liegen sollte.Ich kenne mich da leider nicht so mit aus, deswegen stelle ich hier die Frage.
Muss man das irgendwo vielleicht einstellen oder sonst irgendwas machen?
MEIN SYSTEM
CPU: Intel i5 6500 (4 x 3.2GHz)
Mainboard: MSI B150M Night Elf
RAM: 8GB DDR4 Crucial 2133Wenn weitere Daten benötigt werden, einfach schreiben
Danke für Hilfreiche Ratschläge. -
Hört sich doch mal ganz spaßig an. Leider Etwas zu Jung für euch. Aber hey, man kann nicht alles haben im Leben! Viel glück bei der Member suche
-
Danke für eure Rückmeldung!
-
[align=center]
[tabmenu]
[tab='VORSTELLUNG','https://image.flaticon.com/icons/svg/38/38923.svg'][tab='PREISE und ZAHLUNGSMETHODEN','https://d30y9cdsu7xlg0.cloudfront.net/png/142733-200.png']
Preise
10€ + Aufwand & ZeitZahlmethoden
- PayPal
- PaySafeCardKontakt
danieldreskrueger@web.de
Skype: L3goduplo
oder einfach per Forum Nachricht[tab='Reputationen','https://www.shareicon.net/data/128x128/2017/07/13/888375_chart_512x512.png']
Zitat von FreakynightSuper Designer und mega freundlich + fairer Preis! Und sogar ohne Mittelsmann
Zitat von xivoHallo liebe Brotfische,
ich kann hier nur eine positive Rückmeldung liefern.
Die Qualität der Design's, Logos etc. sind super!
Hohe Professionalität im Bereich der Designentwicklung
Faire Preise, netter Ansprechpartner und schnelle ReaktionszeitImmer wieder Gerne komme ich auf dich zurück! Bin von deinen Leistungen überzeugt.
Lieben Gruß
XivoZitat von Fabian GroteSchnell, individuell und gut.
Weiter so, danke dir nochmal.
Zitat von PeterPan31er361Schöne arbeit von ihn auf jeden Fall.
Geht auch auf wünsche ein
Top arbeit Top Preis
Nur zum empfehlenZitat von LiquiiDGroßartiger Grafiker.
Gute Grafiken in bester Qualität und in spitzen Zeit.
Auch wenn ich die Grafiken nicht so schnell erhalten habe, aber spitzen Service.
Dafür Geld auszugeben lohnt sich.Weiter so!
Gruß,
LiquiiD
[tab='Referenzen','https://www.shareicon.net/data/128x128/2017/04/19/884422_server_512x512.png']
[/tabmenu] -
Moin Daniel, lange nix mehr gehört Der Kopf, den find ich richtig krass
-
Ehm, der sagt mir nun, nach 2Verbesserungen an deinen Codezeilen, Du bist zu weit weg, obwohl ich das ja selber bin @ZeusLukas
-
So, danke @ZeusLukas , gibt keine errors etc. allerdings habe ich nun versucht das gleiche mit dem uncuff befehl zu machen, und er gibt undefined symbol "x" aus.
Vor meiner Umstellung hat es perfekt geklappt, die handschellen wurden entfernt etcocmd:uncuff(playerid, params[])
{
new targetid;//this defines the id of the player you want to cuff((playerid id your id and the target id that I defined it the id of the player you want to cuff))
if(sscanf(params, "u", targetid)) return SendClientMessage(playerid, -1, "/uncuff [Player ID]");
if(pInfo[playerid][Fraktion] != 1)return SendClientMessage(playerid,dunkelrot,"Du bist kein Polizist!");
if(IsPlayerConnected(targetid))return SendClientMessage(playerid,dunkelrot,"Dieser Spieler ist nicht Online!");
if(!IsPlayerInRangeOfPoint(targetid, 5.0, x, y, z))return SendClientMessage(playerid,dunkelrot,"Du bist zu weit weg!");
new Float:x, Float:y, Float:z;//these are the defines of your x,y and z position.
GetPlayerPos(playerid, x, y, z);//this will store your position to be used in the following codes.((this stores the your x,y, and z position in to the variables we created.))
if(!SetPlayerAttachedObject(targetid, 6, 19418, 6, -0.011000, 0.028000, -0.022000, -15.600012, -33.699977,-81.700035, 0.891999, 1.000000, 1.168000))return SendClientMessage(playerid,-1,"ERROR: The player is not cuffed!");//this will check that if the player is not cuffed and you are trying to apply this cmd,this will send him a error message.
SetPlayerSpecialAction(targetid,SPECIAL_ACTION_NONE);//this will remove the players cuffs and his arms will go normal.
new str[512];//this it the define for the string you will format further.((str means string.You can also change it to string but this seems to be easy.))
new name[MAX_PLAYER_NAME];//this is the variable you created to store the your name.
GetPlayerName(playerid, name, sizeof(name));//this will get your name and store it in the variable you defines as name.
new target[MAX_PLAYER_NAME];//this is the variable you created to store the name of the player you want to cuff.
GetPlayerName(targetid, target, sizeof(target));//this will get the name of the person you want to cuff and will store it into a variable we defined as target.
format(str, sizeof(str), "Du hast %s die Handschellen abgenommen!",target);//explained at the end of the tutorial.
SendClientMessage(playerid, dunkelgrün, str);//will send the formated message to you that you created above.
format(str, sizeof(str), "Die Handschellen wurden dir von %s abgenommen!",name);//explained bellow.
SendClientMessage(targetid, dunkelrot, str);//will send the formated message to the player you want to cuff that you created above.
if(IsPlayerAttachedObjectSlotUsed(playerid, 6)) RemovePlayerAttachedObject(playerid, 6);
TogglePlayerControllable(targetid, 0);
TogglePlayerControllable(targetid, 1);
return 1;
} -
Guten Tag,
Ich habe mal wieder, wie kann es auch anders sein, ein Problem mit einer funktion bei mir im Script.
Und zwar handelt es sich dieses mal um mein /cuff command.
Ich kann ihn cuffen und auch wieder uncuffen lassen, das Problem ist allerdings das die Animation irgendwie nicht gemacht wir...
ocmd:cuff(playerid, params[])
{
new targetid;
if(sscanf(params, "u", targetid)) return SendClientMessage(playerid, -1, "/cuff [Player ID]");
if(IsPlayerConnected(targetid))
{
if(pInfo[playerid][Fraktion] == 1)
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
if(IsPlayerInRangeOfPoint(targetid, 5.0, x, y, z))
{
new str[512];
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
new target[MAX_PLAYER_NAME];
GetPlayerName(targetid, target, sizeof(target));
format(str, sizeof(str), "Du hast %s Handschellen angelegt!",target);
SendClientMessage(playerid, dunkelgrün, str);
format(str, sizeof(str), "Dir wurden Handschellen von %s angelegt!",name);
SendClientMessage(targetid, dunkelrot, str);
SetPlayerAttachedObject(playerid, 6, 19418, 6, -0.011000, 0.028000, -0.022000, -15.600012, -33.699977, -81.700035, 0.891999, 1.000000, 1.168000);
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CUFFED);
TogglePlayerControllable(playerid,false);
TogglePlayerControllable(playerid,true);
return 1;
}
else
{
SendClientMessage(playerid,dunkelrot,"Du bist zu weit weg!");
}
}
else
{
SendClientMessage(playerid,dunkelrot,"Du bist kein Polizist!");
}
}
return 1;
}Hilfe wäre wie immer supi
-
Das Problem ist, das ich Inkognitos Streamer bereits nutze
-
Habe ich mir eben erst runtergeladen, also sollte schon, ja
-
@JustMe.77 Ja ich habs vor der Map inkludiert.
Und ich habe eben den Streamer aktualisiert.
der a_samp sollte auch die neuste sein.
Mehr ist nicht inkludiert weil ich es als filterscript habe. -
Guten Tag,
folgendes Problem,ich habe mir ne Map aus dem Forum hier gezogen, allerdings bekomme ich den fehler undefined symbol "CreateDynamicObjectEx" und undefined symbol "SetDynamicObjectMaterial".
allerdings versteh ich net warum?
Ich habe nen Streamer eingebaut.CreateDynamicObjectEx(7010, 1278.68005, -1593.28625, 14.08500, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(19425, 1287.31287, -1585.41821, 12.48350, -15.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(19425, 1287.31287, -1588.71985, 12.48347, -15.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(19425, 1287.31287, -1592.00171, 12.48350, -15.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(19425, 1287.31287, -1594.83911, 12.48200, -15.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(7009, 1247.2791, -1610.1362, 26.4501, 0.00000, 0.00000, 90.00000);
CreateObject(7184, 1219.8730, -1685.7261, 14.5986, 0.00000, 0.00000, 180.00000);
CreateDynamicObjectEx(7213, 1243.97534, -1671.27063, 14.23780, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1282.28345, -1670.86987, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1282.28345, -1690.51355, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1273.72998, -1701.05103, 15.10530, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(3660, 1241.62036, -1701.05103, 15.10530, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(3660, 1222.00903, -1701.05103, 15.10530, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(3660, 1202.38721, -1701.05103, 15.10530, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(3660, 1169.74146, -1701.04797, 15.10530, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(3660, 1160.65381, -1690.26294, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1160.65381, -1670.62939, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1160.65381, -1651.00574, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1160.65381, -1631.42859, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1160.65381, -1611.81750, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1160.65381, -1592.19739, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1169.74060, -1582.93140, 15.10530, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(3660, 1189.35864, -1582.93140, 15.10530, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(3660, 1208.98499, -1582.93140, 15.10530, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(3660, 1216.02612, -1582.93005, 15.10620, 0.00000, 0.00000, 0.00000);
textur = CreateDynamicObjectEx(19377, 1251.60742, -1615.43250, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1262.08618, -1615.43250, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1272.57324, -1615.43250, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1251.60742, -1625.06116, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1262.08618, -1625.06116, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1272.55530, -1625.07007, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1251.60742, -1634.65845, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1262.08618, -1634.65845, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1272.57324, -1634.65845, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1283.06067, -1629.04565, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1283.06067, -1638.65466, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1283.06067, -1648.27563, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1283.06067, -1657.89795, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1283.06067, -1667.52905, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1283.06067, -1677.15491, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1283.06067, -1686.78796, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1283.06067, -1696.42322, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1272.57642, -1696.32202, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1262.12122, -1696.32202, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1251.66455, -1696.32202, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1241.17212, -1696.32202, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1230.69885, -1696.32202, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1220.21704, -1696.32202, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1209.71155, -1696.32202, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1220.42700, -1693.01819, 12.46300, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1209.93958, -1693.01819, 12.46300, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
CreateDynamicObjectEx(6959, 1249.32385, -1659.38074, 12.54160, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(6959, 1251.42773, -1659.38074, 12.54160, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(6959, 1251.42773, -1671.56067, 12.54160, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(6959, 1249.32385, -1671.56067, 12.54160, 0.00000, 0.00000, 0.00000);
CreateObject(7244, 1247.79700, -1668.15503, 3.38000, 0.00000, 0.00000, 90.00000);
textur = CreateDynamicObjectEx(19377, 1243.96667, -1586.42822, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1233.48792, -1586.42822, 12.46510, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
CreateDynamicObjectEx(6959, 1186.81494, -1682.08276, 12.62233, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(6959, 1186.81494, -1642.10522, 12.62230, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(6959, 1186.81494, -1602.11804, 12.62230, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(19381, 1166.62671, -1695.95154, 12.38967, 0.00000, 90.00000, 0.00000);
CreateDynamicObjectEx(19381, 1166.62671, -1686.32910, 12.38970, 0.00000, 90.00000, 0.00000);
CreateDynamicObjectEx(19381, 1166.62671, -1676.69177, 12.38970, 0.00000, 90.00000, 0.00000);
CreateDynamicObjectEx(19381, 1166.62671, -1667.07117, 12.38970, 0.00000, 90.00000, 0.00000);
CreateDynamicObjectEx(19381, 1166.62671, -1657.44592, 12.38970, 0.00000, 90.00000, 0.00000);
CreateDynamicObjectEx(19381, 1166.62671, -1647.82629, 12.38970, 0.00000, 90.00000, 0.00000);
CreateDynamicObjectEx(19381, 1166.62671, -1638.20239, 12.38970, 0.00000, 90.00000, 0.00000);
CreateDynamicObjectEx(19381, 1166.62671, -1628.58472, 12.38970, 0.00000, 90.00000, 0.00000);
CreateDynamicObjectEx(19381, 1166.62671, -1619.01563, 12.38970, 0.00000, 90.00000, 0.00000);
CreateDynamicObjectEx(19381, 1166.62671, -1609.39697, 12.38970, 0.00000, 90.00000, 0.00000);
CreateDynamicObjectEx(19381, 1166.62671, -1599.79431, 12.38970, 0.00000, 90.00000, 0.00000);
CreateDynamicObjectEx(19381, 1166.62671, -1590.15283, 12.38970, 0.00000, 90.00000, 0.00000);
CreateDynamicObjectEx(19381, 1166.62671, -1588.89270, 12.38600, 0.00000, 90.00000, 0.00000);
CreateDynamicObjectEx(3660, 1165.91211, -1592.19739, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1165.91211, -1611.81750, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1165.91211, -1631.42859, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1165.91211, -1651.00574, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1165.91211, -1670.62939, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1165.91211, -1690.26294, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1206.15515, -1690.26294, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1206.15515, -1670.62939, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1206.15515, -1651.00574, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1206.15515, -1631.42859, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1206.15515, -1611.81750, 15.10530, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1206.15515, -1592.19739, 15.10530, 0.00000, 0.00000, 90.00000);
textur = CreateDynamicObjectEx(19377, 1283.06067, -1697.50854, 12.46420, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1272.57642, -1697.50854, 12.46420, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1262.12122, -1697.50854, 12.46420, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1251.66455, -1697.50854, 12.46420, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1241.17212, -1697.50854, 12.46420, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1230.69885, -1697.50854, 12.46420, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1220.21704, -1697.50854, 12.46420, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1209.71155, -1697.50854, 12.46420, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1199.27075, -1697.50854, 12.46420, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1188.82983, -1697.50854, 12.46420, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
textur = CreateDynamicObjectEx(19377, 1178.33716, -1697.50854, 12.46420, 0.00000, 90.00000, 0.00000);
SetDynamicObjectMaterial(textur, 0, 6048, "mall_law", "mono3_sfe",0);
CreateDynamicObjectEx(19425, 1190.95898, -1702.10864, 12.54885, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(19425, 1187.70117, -1702.10864, 12.54880, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(19425, 1184.41895, -1702.10864, 12.54880, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(1569, 1277.82898, -1650.67236, 12.54790, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(1569, 1251.03943, -1600.57703, 16.65750, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(970, 1286.17712, -1656.76453, 13.07754, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(970, 1284.10571, -1654.67249, 13.07750, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(970, 1284.10571, -1650.52539, 13.07750, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(970, 1284.10571, -1646.37317, 13.07750, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(970, 1284.10571, -1642.20032, 13.07750, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(970, 1286.17712, -1640.14221, 13.07750, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(970, 1278.00452, -1634.34192, 13.07750, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(970, 1278.00452, -1626.47034, 13.07750, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(970, 1279.17517, -1630.38721, 13.07750, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(640, 1278.36047, -1639.45862, 13.20580, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(640, 1278.36047, -1653.73254, 13.20580, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(640, 1274.84229, -1635.91760, 13.20580, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(640, 1268.64038, -1635.91760, 13.20580, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(640, 1261.85254, -1635.91760, 13.20580, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(640, 1256.33350, -1635.91760, 13.20580, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(640, 1250.28052, -1635.91760, 13.20580, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(640, 1248.51929, -1633.12439, 13.20580, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(640, 1248.51929, -1626.95520, 13.20580, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(640, 1248.51929, -1621.59717, 13.20580, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(640, 1248.51929, -1616.15198, 13.20580, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(640, 1269.04993, -1614.82361, 13.20580, 0.00000, 0.00000, 213.60776);
CreateDynamicObjectEx(640, 1272.16040, -1619.15942, 13.20580, 0.00000, 0.00000, 218.20306);
CreateDynamicObjectEx(640, 1275.73950, -1623.05762, 13.20580, 0.00000, 0.00000, 227.10773);
CreateDynamicObjectEx(1215, 1279.17517, -1628.31396, 13.04590, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(1215, 1279.17517, -1632.46240, 13.04590, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(1215, 1278.00452, -1628.54138, 13.04590, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(1215, 1278.00452, -1632.31421, 13.04590, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(1215, 1288.19238, -1640.14221, 13.04590, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(1215, 1288.19238, -1656.76453, 13.04590, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(1215, 1284.10571, -1640.14221, 13.04590, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(1215, 1284.10571, -1656.76453, 13.04590, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1285.79578, -1668.32898, 12.92227, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1285.79578, -1694.61658, 12.92230, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(673, 1285.79578, -1687.52246, 12.92230, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(673, 1285.79578, -1675.96814, 12.92230, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1286.40247, -1625.25598, 12.92227, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1286.75000, -1597.54248, 12.92227, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1275.47327, -1606.60339, 16.19962, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1275.47327, -1616.99902, 16.19960, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1286.75000, -1611.10718, 12.92230, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1281.19202, -1605.80872, 13.90155, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1281.87073, -1615.94080, 13.90155, 0.00000, 0.00000, 0.00000);
LSPDSchranke = CreateObject(968, 1260.3502, -1698.7749, 13.2889, 0.00000, 90.00000, 180.00000); // Schranke
LSPDTor1 = CreateObject(10184, 1267.45898, -1602.30176, 9.98416, 0.00000, 0.00000, 59.78390); // Tor 1
LSPDTor2 = CreateObject(10184, 1207.3955, -1642.8663, 7.4150, 0.00000, 0.00000, 90.00000); // Tor 2
CreateDynamicObjectEx(19460, 1217.81250, -1642.72534, 5.77300, 90.00000, 90.00000, 0.00000);
CreateDynamicObjectEx(713, 1349.51697, -1428.89893, 12.39949, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(713, 1345.83093, -1457.38916, 12.39949, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(713, 1332.49329, -1494.43518, 12.39949, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(713, 1314.91052, -1524.04187, 12.39949, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(713, 1306.13440, -1556.44373, 12.39949, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(713, 1305.06799, -1584.72498, 12.39949, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(713, 1304.88831, -1616.46289, 12.39949, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(713, 1304.95020, -1651.72974, 12.39949, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(713, 1304.89697, -1690.62915, 12.39949, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(713, 1304.39355, -1725.70483, 12.39949, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(713, 1304.39355, -1762.08960, 12.39950, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(713, 1304.39355, -1801.28418, 12.39950, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(713, 1304.39355, -1834.75818, 12.39950, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(1569, 1216.34155, -1642.76990, 4.92750, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(1569, 1216.34155, -1642.65869, 4.92750, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(3660, 1173.08032, -1701.05103, 15.10400, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(3660, 1165.91003, -1690.53589, 15.10480, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(3660, 1160.65198, -1690.53589, 15.10480, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(10183, 1171.03418, -1680.26038, 12.64044, 0.00000, 0.00000, 135.00000);
CreateDynamicObjectEx(10183, 1171.34875, -1640.12170, 12.64044, 0.00000, 0.00000, 135.00000);
CreateDynamicObjectEx(10183, 1171.74585, -1600.01648, 12.64044, 0.00000, 0.00000, 135.00000);
CreateDynamicObjectEx(10183, 1201.27527, -1680.33728, 12.64040, 0.00000, 0.00000, 315.00000);
CreateDynamicObjectEx(3660, 1206.15405, -1690.53589, 15.10480, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(10183, 1201.65088, -1640.13611, 12.64040, 0.00000, 0.00000, 315.00000);
CreateDynamicObjectEx(10183, 1201.91199, -1599.98267, 12.64040, 0.00000, 0.00000, 315.00000);
CreateDynamicObjectEx(615, 1250.28687, -1701.29565, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(615, 1233.36255, -1701.48352, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(615, 1215.68005, -1701.32751, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(615, 1198.26050, -1701.47424, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(615, 1180.57739, -1701.67603, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(615, 1160.84229, -1701.37280, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(615, 1160.99988, -1679.33740, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(615, 1160.61560, -1656.21826, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(615, 1160.66382, -1610.01697, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(615, 1160.79846, -1583.60217, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(615, 1160.81067, -1633.91785, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(615, 1206.25281, -1583.58911, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(615, 1183.71985, -1583.40015, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(615, 1206.06702, -1681.69446, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(615, 1206.31433, -1648.37500, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(615, 1206.00769, -1616.69397, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1207.34937, -1701.36780, 13.03910, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1225.34277, -1701.27283, 13.03910, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1243.19470, -1701.31018, 13.03910, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1274.44482, -1701.46545, 13.03910, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(615, 1265.16284, -1701.58337, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(615, 1282.41650, -1701.26184, 13.04411, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1171.52820, -1701.49707, 13.03910, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1160.72791, -1690.02905, 13.03910, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1160.90320, -1668.66052, 13.03910, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1160.49207, -1643.69287, 13.03910, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1160.61804, -1620.80981, 13.03910, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1160.48206, -1596.48987, 13.03910, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1171.35681, -1582.99121, 13.03910, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1194.91785, -1583.03796, 13.03910, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1205.99854, -1599.47168, 13.03910, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1206.08191, -1631.57434, 13.03910, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1206.11487, -1665.15527, 13.03910, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(700, 1206.15881, -1692.23645, 13.03910, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(640, 1234.49475, -1582.22302, 13.20580, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(640, 1240.29028, -1582.22302, 13.20580, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(640, 1246.25854, -1582.22302, 13.20580, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(982, 1240.19604, -1636.41211, 41.06880, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(982, 1238.54565, -1636.41211, 41.06880, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(982, 1225.75671, -1649.21680, 41.06880, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(984, 1225.75671, -1668.37952, 41.06880, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(982, 1240.19604, -1677.58276, 41.06880, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(982, 1238.54565, -1677.58276, 41.06880, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(983, 1225.75671, -1674.40930, 41.06880, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(3934, 1238.45239, -1644.42297, 40.42140, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(3934, 1238.45239, -1667.11133, 40.42140, 0.00000, 0.00000, 0.00000);
CreateDynamicObjectEx(1676, 1220.04846, -1656.76672, 6.48756, 0.00000, 0.00000, 90.00000);
CreateDynamicObjectEx(1676, 1220.04846, -1661.55310, 6.48760, 0.00000, 0.00000, 90.00000);Hilfe wäre sehr nett
-
Habs hinbekommen,
pInfo[playerid][payday] = dini_Get(Spieler,"payday");zu
pInfoplayerid][payday]=dini_Int(Spieler,"payday");]
...
Wegen 2Leerzeichen solch ProblemeNaja, dankeschön!
-
Guten Tag,
folgendes Problem,
Ich setzte vor dem einloggen zb. mein PayDay auf 58, und beim einloggen dann steht es wieder auf null.
Wenn ich den PayDay normal 1-2 Minuten laufen lasse steht es richtig in der Spielerdatei, sprich speichern tut es vernünftig, laden allerdings nicht.stock SpielerSpeichern(playerid)
{
new Spieler[64];
new Sname[MAX_PLAYER_NAME];
GetPlayerName(playerid,Sname,sizeof(Sname));
format(Spieler,sizeof(Spieler),"/Accounts/%s.cfg",Sname);
dini_IntSet(Spieler,"Adminlevel",pInfo[playerid][Adminlevel]);
dini_IntSet(Spieler,"Level",GetPlayerScore(playerid));
dini_IntSet(Spieler,"Geld",GetPlayerMoney(playerid));
dini_IntSet(Spieler,"Banned",pInfo[playerid][Banned]);
dini_IntSet(Spieler,"payday",pInfo[playerid][payday]);
return 1;
}stock SpielerLaden(playerid)
{
new Spieler[64];
new Sname[MAX_PLAYER_NAME];
GetPlayerName(playerid,Sname,sizeof(Sname));
format(Spieler,sizeof(Spieler),"/Accounts/%s.cfg",Sname);
dini_Get(Spieler,"Adminlevel");
new getlevel = dini_Int(Spieler,"Level");
SetPlayerScore(playerid, getlevel);
new getmoney = dini_Int(Spieler,"Geld");
GivePlayerMoney(playerid, getmoney);
dini_Get(Spieler,"Banned");
dini_Get(Spieler,"payday");
return 1;
}Hilfe wäre sehr nett