Apologize for the double post but this is what I'm trying to do...
There is a current sig called
bf3s_dogt_l
I just wanna add my total kills with ALL pdw like it is when you recieive the PDW Medal...
Current code for the sig:
--------------------------------------------
defaults.text.color='FFFFFF';
defaults.text.font='fonts/Vera.ttf';
if(p.dogtags) {
image({file

.dogtags.basic.image_l, x:10, y:2, w:256, h:148});
image({file

.dogtags.advanced.image_l, x:250, y:2, w:256, h:148});
// Name
text({x:61, y:88, size:15, text

.name, color:'cccccc'});
text({x:60, y:87, size:15, text

.name, color:'4a4c4e'});
} else {
text({x:120, y:28, size:11, text:'No Dogtag info found\nPlease update your stats.', color:'EEEEEE'});
text({x:121, y:29, size:11, text:'No Dogtag info found\nPlease update your stats.', color:'000000'});
--------------------------------------------
Bookmarks