| Showing posts 1 to 30 of 1,589 results |
Pages (53): [1] 2 3 next » ... last » |
Thread: PC Possible time bug in API? |
|
|
The API returns time in UTC.
So you need to convert it to your timezone.
The website does this automatically but on your desktop app you need to do it.
|
|
Thread: What is the process? Admin? |
|
|
Normally it updates your signatures within 30 minutes after your stats got an update on the website.
But sometimes it failed to delete the cache so you had to wait up to 24 hours that your sig updates.
It should be fixed now and your sig updates within 30 minutes after your player update.
The only reason why you could see it later is because your browser caches it for 6 hours.
The cachetime on our server for a single sig graphic is 30 minutes.
|
|
Thread: History Uhrzeit fehlerhaft [fixed] |
|
|
Danke. Ich habe das Problem behoben.
Es lag daran, dass alle Zeiten vom bfbcs.com Server in UTC ausgegeben werden.
Die Zeit wird erst in deinem Browser in die Zeit auf deinem Computer umgerechnet.
Denn die Besucher kommen aus allen Regionen der Erde wo überall eine andere Zeitzone ist die der bfbcs.com Server nicht weiß.
Und an dieser einen Stelle hatte ich doch tatsächlich die Umrechnung vergessen einzubauen.
|
|
Thread: Blank Sigs |
|
|
I looked over the problem.
And I think it's fixed now.
If it appears again, just write here.
|
|
Thread: Virus on BFBCS.com or what? |
|
|
I didn't optimize bfbcs.com for Internet Explorer, because I don't want to get grey hair that early. I'm only 20 years old.
It's fine when most functions work in Internet Explorer but that piece of Microsoft software has some issues with transparent graphics.
Even IE8 has problems with it. It's not my fault, it's an Internet Explorer Bug. I hope they fix everything in IE9.
|
|
Thread: PC Probleme mit bfbcs.com |
|
|
Code mit Fehler
| code: |
1:
2:
3:
4:
5:
|
// Kit image + Veterans rank + Name e Rankname-------------------------------
//Veteran
ver_bg = image(file: "veteran.png", ownerid: 1475, x:190, y:12, w:16, h:16);
text(x:196, y:24, text:p.veteran, size:10, font: eurostile, color: "000000));
//Kit Icon |
|
Korrogierte version:
| code: |
1:
2:
3:
4:
5:
|
// Kit image + Veterans rank + Name e Rankname-------------------------------
//Veteran
ver_bg = image(file: "veteran.png", ownerid: 1475, x:190, y:12, w:16, h:16);
text(x:196, y:24, text:p.veteran, size:10, font: eurostile, color: "000000");
//Kit Icon |
|
Es war die Klammer statt dem Gänsefüßchen.
|
|
Thread: Online Status. |
|
|
Die Signaturen werden aus performance gründen auf dem server für 30minuten gecached und clientseitig für 6 stunden.
Da hätte ein Onlinestatus wenig Sinn. Deshalb ist er auch nicht verfügbar. Die zu Verfügungsstellung des Onlinestatus würde auch wieder Performance kosten.
Das ist schon alles so optimiert dass es gut läuft.
|
|
Thread: Can not find my name?? |
|
|
| quote: |
Original von USMC zski
Thank you very much!!! Can you help a friend that is also on here? His 360 GT is: Karlos 24
Thanks again |
Updated him.
You just have to press the Update button. Then it updates within 1 minute and you can see your stats after reloading the site.
Everyone can do that, you don't need me for that.
|
|
Thread: XBOX360 Will not allow me to update my player? |
|
|
When nothing happens, you probably use an old Internet browser.
You should update your browser or use Firefox, Opera, Safari or Chrome.
I updated your stats now.
|
|
Thread: Infos`s zur Gamescom 2010 |
|
|
Und ich bin gerade wieder zu Hause angekommen.
@Borderliner1971 ich wünsch dir Glück, dass noch nicht zu viel abgebaut ist auf der Gamescom.
|
|
Thread: PC Probleme mit bfbcs.com |
|
|
Dann ist es ein Fehler im Code.
Hast du schon in die Debug informationen geschaut?
Wenn da auch nix kommt, einfach die letzte Änderung rückgängig machen, wenn du dich noch dran erinnerst.
Poste doch mal die Grafik ID.
|
|
Thread: Infos`s zur Gamescom 2010 |
|
|
Jo, Crysis2 Multiplayer ist im Vergleich zu den alten echt super geworden.
Es macht Spaß auf den PC obwohl es eine für den PC unangepasste Version war.
Ich bin gespannt wann Bilder von Alika irgendwo auftauchen.
|
|
Thread: pins history |
|
|
Ich werde das fiixen, wenn ich wieder zu Hause bin.
|
|
Thread: Hilfe zum Code & zur Signatur |
|
|
Hi, wenn die Signatur nach einem Update nicht innerhalb einer halben Stunde aktuell ist gibt es zwei Möglichkeiten:
1. Nochmal zocken und updaten
2. maximal 24 Stunden warten
|
|
Thread: PC dogtag |
|
|
Then you should try to play again and update again. Then it should definitely work.
|
|
Thread: PC dogtag |
|
|
After your player updated, wait up to 20 minutes. After that your dogtags should be up to date.
|
|
Thread: shots fired, shots hit?? |
|
|
How EA is calculating the accuracy is a mystery.
You see: of course it's not the same number.
|
|
Thread: shots fired, shots hit?? |
|
|
To get a sum of all shots and hits you can go though weapons and gadgets with foreach.
Example:
| code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
|
sum_hits=0;
sum_shots=0;
foreach(p.weapons as d) {
sum_hits+=d.shots_hit;
sum_shots+=d.shots_fired;
}
foreach(p.gadgets as d) {
sum_hits+=d.shots_hit;
sum_shots+=d.shots_fired;
}
text(x: 14, y:36, text: nf(sum_hits));
text(x: 14, y:56, text: nf(sum_shots)); |
|
|
|
Thread: PS3 SP Trophies don't show up. |
|
|
Did you played multiplayer after you got that trophies?
I heared that problem often. It is a problem on EAs side. Maybe the customer support can help.
|
|
Thread: Glitch? |
|
|
Should work again.
It was a problem with a new caching system.
|
|
|
| Showing posts 1 to 30 of 1,589 results |
Pages (53): [1] 2 3 next » ... last » |
|
|