Hol die Scite4AutoHotKey, da ist ein GUI - Designer bei...
Mach dein GUI fertig, und melde dich dann via. PN ich helf dir bei den Funktionen.
Beiträge von PawnLike
-
-
Probiere mal mit dem ProxDetector zu arbeiten, da gibts bestimmt welche die sich damit auskennen :b
stock ProxDetector(Float:radi, playerid, string[],col1,col2,col3,col4,col5)
{
if(IsPlayerConnected(playerid))
{
new Float:posx, Float:posy, Float:posz;
new Float:oldposx, Float:oldposy, Float:oldposz;
new Float:tempposx, Float:tempposy, Float:tempposz;
GetPlayerPos(playerid, oldposx, oldposy, oldposz);
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
GetPlayerPos(i, posx, posy, posz);
tempposx = (oldposx -posx);
tempposy = (oldposy -posy);
tempposz = (oldposz -posz);
if (((tempposx < radi/16) && (tempposx > -radi/16)) && ((tempposy < radi/16) && (tempposy > -radi/16)) && ((tempposz < radi/16) && (tempposz > -radi/16)))
{
SendClientMessage(i, col1, string);
}
else if (((tempposx < radi/8) && (tempposx > -radi/8)) && ((tempposy < radi/8) && (tempposy > -radi/8)) && ((tempposz < radi/8) && (tempposz > -radi/8)))
{
SendClientMessage(i, col2, string);
}
else if (((tempposx < radi/4) && (tempposx > -radi/4)) && ((tempposy < radi/4) && (tempposy > -radi/4)) && ((tempposz < radi/4) && (tempposz > -radi/4)))
{
SendClientMessage(i, col3, string);
}
else if (((tempposx < radi/2) && (tempposx > -radi/2)) && ((tempposy < radi/2) && (tempposy > -radi/2)) && ((tempposz < radi/2) && (tempposz > -radi/2)))
{
SendClientMessage(i, col4, string);
}
else if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi)))
{
SendClientMessage(i, col5, string);
}
}
}
}//not connected
return 1;
} -
1 Minute reicht :b
-
Ah okay, jetzt hab ichs auch verstanden^^ Danke.
Dann habe ich aber keine Ahnung wo dein Problem ist... -
for(new i=0;i<21;i++)
Du definierst für "i" 21? Warum? Keine Ahnung was das Bezwecken soll, nimm das mal raus.
-
Welche Funktion hat deine for-Schleife?
-
-
Dann ruf beim Anbieter an und frag nach einer Statischen IP.
-
Wird kaputt sein, neue gibts aber schon ab 10€!
-
-
-
-
Freakii is mad....
AMD FX-4300 Quad-Core 4,745
AMD FX-6100 Six-Core 5,415 - BESSER! -
Wie soll man arbeiten wenn es einem keiner zeigt?
-
Dir selber nen Query schreiben und dann darauf anpassen.
Wenn man jetzt wüsste wie sowas geht ne?
-
Die 700 Reihe ist erst nur für LapTops zugelassen... (soweit ich es gesehen habe)
Besuche mal die Nvidia-Seite und informiere dich genauer :b
-
ich glaube ein 700 Watt netzteil
Hoooooooly Shit?! Für die Hardware 700 Watt? :O
Naja, für alles bekommst du wenn du noch nen dummen findest ca. 120€ (alleine wegen dem Netzteil, wenns ein gutes ist) -
Du hast später 100 Variablen:
Wenn 6 Connecten lädst du 600 Querys:
Folglich: Server steht 36 Sekunden still und stürzt ab!
Ich bräuchte da mal Hilfe. Wie fasse ich denn meine jetzt 17 Werte die ich lade in eine Abfrage? :p
-
Geb uns mal deine Hardwaredaten. Dann gucken wir, was das noch Wert ist und können dir vllt. was besseres empfehlen.
Sonst hilft nur ein
Neuer PC
MfG,
-
Ich würde viel lieber wissen warum es nicht so funktioniert wie ich das habe.... :x