128 reichen glaub ich auch aus^^
Beiträge von CroXx16
-
-
-
Hat funktioniert danke
//closerequest
-
Schön, dass es funktioniert Helfe gerne..
-
Hab jetzt die neue Version vom Server und jetzt kommt kein Warning mehr...
Aber die Kamera funktioniert inGame immernoch nichtWeiß einer warum? Brauche Hilfe...
-
Ungefähr 120x30 Pixel
Kannst ja mal ausprobieren -
if(sscanf(params,"u",pID))return SendClientMessage(playerid,GRAU,"Benutze: /aschein [ID]");
Wenn du Hilfe brauchst, schreib mich einfach an
-
Ist doch eig. recht einfach^^
Erstellst eine neue Datei mit deinen gewünschten Maßen.
Dann kannst du dort irg.was reinschreiben/malen oder denk dir einfach etwas aus.
Schau dir paar Grafik Tutorials an und es läuft -
Ja, da hast es doch schon?!
Oder willst jetzt den kompletten Befehl von uns haben? -
-
Mit ProxDetector sollte es funktionieren
Das machst du in deinen Befehl:
new string[64];
format(string,sizeof(string),"%s nimmt seine Marke aus dem Schrank und geht in den Dienst.",SpielerName(playerid));
ProxDetector(5.0, playerid, string,WEISS,WEISS,WEISS,WEISS,WEISS);Das bei den forwards:
forward ProxDetector(Float:radi, playerid, str[],col1,col2,col3,col4,col5);
Das ganz unten ins Script:
public ProxDetector(Float:radi, playerid, str[],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, str);
}
else if (((tempposx < radi/8) && (tempposx > -radi/8)) && ((tempposy < radi/8) && (tempposy > -radi/8)) && ((tempposz < radi/8) && (tempposz > -radi/8)))
{
SendClientMessage(i, col2, str);
}
else if (((tempposx < radi/4) && (tempposx > -radi/4)) && ((tempposy < radi/4) && (tempposy > -radi/4)) && ((tempposz < radi/4) && (tempposz > -radi/4)))
{
SendClientMessage(i, col3, str);
}
else if (((tempposx < radi/2) && (tempposx > -radi/2)) && ((tempposy < radi/2) && (tempposy > -radi/2)) && ((tempposz < radi/2) && (tempposz > -radi/2)))
{
SendClientMessage(i, col4, str);
}
else if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi)))
{
SendClientMessage(i, col5, str);
}
}
}
}
return 1;
} -
10/10
Sehr sehr schön und detailliert gemappt!
Mach weiter so.. -
-
Habs zwar nicht genommen, aber trz. nett von dir ;D
-
-
Ja.. ich versteh nur einfach nicht, WIE ich das in mein Dini System abspeichere. Variablen abzuspeichern ist ja einfach, aber ich bekomme die Timer einfach nicht hin
-
Würde auch gerne wissen, wie man Timer speichert. Finde nirgends was..
-
Dieses Headset kann ich dir nur Empfehlen, ich besitze dieses Headset jetzt über 1 Jahr und Funktioniert genau so wie am ersten Tag.
Genau das Headset habe ich auch und es ist einfach nur genial! Es bereitet einem keinerlei Probleme und der Sound ist auch sehr gut.
Kaufempfehlung! -
Neue Fuba Ausrüstung
-
Wow, du hast echt ein Map Talent^^
Mach aufjedenfall weiter so !10/10